# git rev-parse -q --verify 700170bf6b4d773e328fa54ebb70ba444007c702^{commit} # git fetch -q -n -f git://fs.ozlabs.ibm.com/kernel/linus master # git rev-parse -q --verify 700170bf6b4d773e328fa54ebb70ba444007c702^{commit} 700170bf6b4d773e328fa54ebb70ba444007c702 # git checkout -q -f -B kisskb 700170bf6b4d773e328fa54ebb70ba444007c702 # git clean -qxdf # < git log -1 # commit 700170bf6b4d773e328fa54ebb70ba444007c702 # Merge: 1501f707d2b2 118f09eda21d # Author: Linus Torvalds # Date: Tue May 31 16:58:24 2022 -0700 # # Merge tag 'nfs-for-5.19-1' of git://git.linux-nfs.org/projects/anna/linux-nfs # # Pull NFS client updates from Anna Schumaker: # "New Features: # - Add support for 'dacl' and 'sacl' attributes # # Bugfixes and Cleanups: # - Fixes for reporting mapping errors # - Fixes for memory allocation errors # - Improve warning message when locks are lost # - Update documentation for the nfs4_unique_id parameter # - Add an explanation of NFSv4 client identifiers # - Ensure the i_size attribute is written to the fscache storage # - Fix freeing uninitialized nfs4_labels # - Better handling when xprtrdma bc_serv is NULL # - Mark qualified async operations as MOVEABLE tasks" # # * tag 'nfs-for-5.19-1' of git://git.linux-nfs.org/projects/anna/linux-nfs: # NFSv4.1 mark qualified async operations as MOVEABLE tasks # xprtrdma: treat all calls not a bcall when bc_serv is NULL # NFSv4: Fix free of uninitialized nfs4_label on referral lookup. # NFS: Pass i_size to fscache_unuse_cookie() when a file is released # Documentation: Add an explanation of NFSv4 client identifiers # NFS: update documentation for the nfs4_unique_id parameter # NFS: Improve warning message when locks are lost. # NFSv4.1: Enable access to the NFSv4.1 'dacl' and 'sacl' attributes # NFSv4: Add encoders/decoders for the NFSv4.1 dacl and sacl attributes # NFSv4: Specify the type of ACL to cache # NFSv4: Don't hold the layoutget locks across multiple RPC calls # pNFS/files: Fall back to I/O through the MDS on non-fatal layout errors # NFS: Further fixes to the writeback error handling # NFSv4/pNFS: Do not fail I/O when we fail to allocate the pNFS layout # NFS: Memory allocation failures are not server fatal errors # NFS: Don't report errors from nfs_pageio_complete() more than once # NFS: Do not report flush errors in nfs_write_end() # NFS: Don't report ENOSPC write errors twice # NFS: fsync() should report filesystem errors over EINTR/ERESTARTSYS # NFS: Do not report EINTR/ERESTARTSYS as mapping errors # < /opt/cross/kisskb/korg/gcc-8.5.0-nolibc/m68k-linux/bin/m68k-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-8.5.0-nolibc/m68k-linux/bin/m68k-linux-ld --version # < git log --format=%s --max-count=1 700170bf6b4d773e328fa54ebb70ba444007c702 # < make -s -j 32 ARCH=m68k O=/kisskb/build/linus_sun3_defconfig_m68k-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/m68k-linux/bin/m68k-linux- sun3_defconfig arch/m68k/configs/sun3_defconfig:37:warning: symbol value 'm' invalid for ZPOOL # < make -s -j 32 ARCH=m68k O=/kisskb/build/linus_sun3_defconfig_m68k-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/m68k-linux/bin/m68k-linux- help # make -s -j 32 ARCH=m68k O=/kisskb/build/linus_sun3_defconfig_m68k-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/m68k-linux/bin/m68k-linux- olddefconfig # make -s -j 32 ARCH=m68k O=/kisskb/build/linus_sun3_defconfig_m68k-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/m68k-linux/bin/m68k-linux- In file included from /kisskb/src/include/linux/swab.h:5, from /kisskb/src/include/uapi/linux/byteorder/big_endian.h:14, from /kisskb/src/include/linux/byteorder/big_endian.h:5, from /kisskb/src/arch/m68k/include/uapi/asm/byteorder.h:5, from /kisskb/src/include/asm-generic/bitops/le.h:6, from /kisskb/src/arch/m68k/include/asm/bitops.h:529, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/drivers/net/ethernet/i825xx/sun3_82586.c:31: /kisskb/src/drivers/net/ethernet/i825xx/sun3_82586.c: In function 'sun3_82586_timeout': /kisskb/src/drivers/net/ethernet/i825xx/sun3_82586.c:989:108: warning: array subscript 1 is above array bounds of 'volatile struct transmit_cmd_struct *[1]' [-Warray-bounds] printk("%s: command-stats: %04x %04x\n",dev->name,swab16(p->xmit_cmds[0]->cmd_status),swab16(p->xmit_cmds[1]->cmd_status)); ~~~~~~~~~~~~^~~ /kisskb/src/include/uapi/linux/swab.h:107:12: note: in definition of macro '__swab16' __fswab16(x)) ^ /kisskb/src/include/linux/printk.h:475:26: note: in expansion of macro 'printk_index_wrap' #define printk(fmt, ...) printk_index_wrap(_printk, fmt, ##__VA_ARGS__) ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/i825xx/sun3_82586.c:989:3: note: in expansion of macro 'printk' printk("%s: command-stats: %04x %04x\n",dev->name,swab16(p->xmit_cmds[0]->cmd_status),swab16(p->xmit_cmds[1]->cmd_status)); ^~~~~~ Completed OK # rm -rf /kisskb/build/linus_sun3_defconfig_m68k-gcc8 # Build took: 0:01:26.066315