# git rev-parse -q --verify dfab92f27c600fea3cadc6e2cb39f092024e1fef^{commit} dfab92f27c600fea3cadc6e2cb39f092024e1fef already have revision, skipping fetch # git checkout -q -f -B kisskb dfab92f27c600fea3cadc6e2cb39f092024e1fef # git clean -qxdf # < git log -1 # commit dfab92f27c600fea3cadc6e2cb39f092024e1fef # Merge: f8566aa4f176 5b4a82a0724a # Author: Linus Torvalds # Date: Sat Jul 1 14:38:25 2023 -0700 # # Merge tag 'nfs-for-6.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs # # Pull NFS client updates from Trond Myklebust: # "Stable fixes and other bugfixes: # # - nfs: don't report STATX_BTIME in ->getattr # # - Revert 'NFSv4: Retry LOCK on OLD_STATEID during delegation return' # since it breaks NFSv4 state recovery. # # - NFSv4.1: freeze the session table upon receiving NFS4ERR_BADSESSION # # - Fix the NFSv4.2 xattr cache shrinker_id # # - Force a ctime update after a NFSv4.2 SETXATTR call # # Features and cleanups: # # - NFS and RPC over TLS client code from Chuck Lever # # - Support for use of abstract unix socket addresses with the rpcbind # daemon # # - Sysfs API to allow shutdown of the kernel RPC client and prevent # umount() hangs if the server is known to be permanently down # # - XDR cleanups from Anna" # # * tag 'nfs-for-6.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs: (33 commits) # Revert "NFSv4: Retry LOCK on OLD_STATEID during delegation return" # NFS: Don't cleanup sysfs superblock entry if uninitialized # nfs: don't report STATX_BTIME in ->getattr # NFSv4.1: freeze the session table upon receiving NFS4ERR_BADSESSION # NFSv4.2: fix wrong shrinker_id # NFSv4: Clean up some shutdown loops # NFS: Cancel all existing RPC tasks when shutdown # NFS: add sysfs shutdown knob # NFS: add a sysfs link to the acl rpc_client # NFS: add a sysfs link to the lockd rpc_client # NFS: Add sysfs links to sunrpc clients for nfs_clients # NFS: add superblock sysfs entries # NFS: Make all of /sys/fs/nfs network-namespace unique # NFS: Open-code the nfs_kset kset_create_and_add() # NFS: rename nfs_client_kobj to nfs_net_kobj # NFS: rename nfs_client_kset to nfs_kset # NFS: Add an "xprtsec=" NFS mount option # NFS: Have struct nfs_client carry a TLS policy field # SUNRPC: Add a TCP-with-TLS RPC transport class # SUNRPC: Capture CMSG metadata on client-side receive # ... # < /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 dfab92f27c600fea3cadc6e2cb39f092024e1fef # make -s -j 160 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 # < make -s -j 160 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 160 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 160 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:545, from /kisskb/src/include/linux/bitops.h:68, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/drivers/net/ethernet/i825xx/sun3_82586.c:32: /kisskb/src/drivers/net/ethernet/i825xx/sun3_82586.c: In function 'sun3_82586_timeout': /kisskb/src/drivers/net/ethernet/i825xx/sun3_82586.c:990: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:455: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:990: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:00:59.108475