# git rev-parse -q --verify 9f67672a817ec046f7554a885f0fe0d60e1bf99f^{commit} 9f67672a817ec046f7554a885f0fe0d60e1bf99f already have revision, skipping fetch # git checkout -q -f -B kisskb 9f67672a817ec046f7554a885f0fe0d60e1bf99f # git clean -qxdf # < git log -1 # commit 9f67672a817ec046f7554a885f0fe0d60e1bf99f # Merge: 6bab076a3d2f 6c0912739699 # Author: Linus Torvalds # Date: Fri Apr 30 15:35:30 2021 -0700 # # Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 # # Pull ext4 updates from Ted Ts'o: # "New features for ext4 this cycle include support for encrypted # casefold, ensure that deleted file names are cleared in directory # blocks by zeroing directory entries when they are unlinked or moved as # part of a hash tree node split. We also improve the block allocator's # performance on a freshly mounted file system by prefetching block # bitmaps. # # There are also the usual cleanups and bug fixes, including fixing a # page cache invalidation race when there is mixed buffered and direct # I/O and the block size is less than page size, and allow the dax flag # to be set and cleared on inline directories" # # * tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4: (32 commits) # ext4: wipe ext4_dir_entry2 upon file deletion # ext4: Fix occasional generic/418 failure # fs: fix reporting supported extra file attributes for statx() # ext4: allow the dax flag to be set and cleared on inline directories # ext4: fix debug format string warning # ext4: fix trailing whitespace # ext4: fix various seppling typos # ext4: fix error return code in ext4_fc_perform_commit() # ext4: annotate data race in jbd2_journal_dirty_metadata() # ext4: annotate data race in start_this_handle() # ext4: fix ext4_error_err save negative errno into superblock # ext4: fix error code in ext4_commit_super # ext4: always panic when errors=panic is specified # ext4: delete redundant uptodate check for buffer # ext4: do not set SB_ACTIVE in ext4_orphan_cleanup() # ext4: make prefetch_block_bitmaps default # ext4: add proc files to monitor new structures # ext4: improve cr 0 / cr 1 group scanning # ext4: add MB_NUM_ORDERS macro # ext4: add mballoc stats proc file # ... # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/m68k-linux/bin/m68k-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/m68k-linux/bin/m68k-linux-ld --version # < git log --format=%s --max-count=1 9f67672a817ec046f7554a885f0fe0d60e1bf99f # < make -s -j 120 ARCH=m68k O=/kisskb/build/linus_m68k-defconfig_m68k-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/m68k-linux/bin/m68k-linux- defconfig # < make -s -j 120 ARCH=m68k O=/kisskb/build/linus_m68k-defconfig_m68k-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/m68k-linux/bin/m68k-linux- help # make -s -j 120 ARCH=m68k O=/kisskb/build/linus_m68k-defconfig_m68k-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/m68k-linux/bin/m68k-linux- olddefconfig # make -s -j 120 ARCH=m68k O=/kisskb/build/linus_m68k-defconfig_m68k-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/m68k-linux/bin/m68k-linux- /kisskb/src/arch/m68k/mvme16x/config.c: In function 'mvme16x_hwclk': /kisskb/src/arch/m68k/mvme16x/config.c:439:2: warning: #warning check me! [-Wcpp] #warning check me! ^~~~~~~ /kisskb/src/arch/m68k/mvme147/config.c: In function 'mvme147_hwclk': /kisskb/src/arch/m68k/mvme147/config.c:174:2: warning: #warning check me! [-Wcpp] #warning check me! ^~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-icy.c: In function 'icy_probe': /kisskb/src/drivers/i2c/busses/i2c-icy.c:126:24: warning: unused variable 'new_fwnode' [-Wunused-variable] struct fwnode_handle *new_fwnode; ^~~~~~~~~~ In file included from /kisskb/src/drivers/net/ethernet/8390/xsurf100.c:48: /kisskb/src/drivers/net/ethernet/8390/lib8390.c:995:27: warning: '____alloc_ei_netdev' defined but not used [-Wunused-function] static struct net_device *____alloc_ei_netdev(int size) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/8390/lib8390.c:957:13: warning: '__ei_set_multicast_list' defined but not used [-Wunused-function] static void __ei_set_multicast_list(struct net_device *dev) ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/8390/lib8390.c:857:33: warning: '__ei_get_stats' defined but not used [-Wunused-function] static struct net_device_stats *__ei_get_stats(struct net_device *dev) ^~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/8390/lib8390.c:512:13: warning: '__ei_poll' defined but not used [-Wunused-function] static void __ei_poll(struct net_device *dev) ^~~~~~~~~ /kisskb/src/drivers/net/ethernet/8390/lib8390.c:303:20: warning: '__ei_start_xmit' defined but not used [-Wunused-function] static netdev_tx_t __ei_start_xmit(struct sk_buff *skb, ^~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/8390/lib8390.c:257:13: warning: '__ei_tx_timeout' defined but not used [-Wunused-function] static void __ei_tx_timeout(struct net_device *dev, unsigned int txqueue) ^~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/8390/lib8390.c:233:12: warning: '__ei_close' defined but not used [-Wunused-function] static int __ei_close(struct net_device *dev) ^~~~~~~~~~ /kisskb/src/drivers/net/ethernet/8390/lib8390.c:204:12: warning: '__ei_open' defined but not used [-Wunused-function] static int __ei_open(struct net_device *dev) ^~~~~~~~~ Completed OK # rm -rf /kisskb/build/linus_m68k-defconfig_m68k-gcc8 # Build took: 0:01:09.931724