# git rev-parse -q --verify 99d99825fc075fd24b60cc9cf0fb1e20b9c16b0f^{commit} 99d99825fc075fd24b60cc9cf0fb1e20b9c16b0f already have revision, skipping fetch # git checkout -q -f -B kisskb 99d99825fc075fd24b60cc9cf0fb1e20b9c16b0f # git clean -qxdf # < git log -1 # commit 99d99825fc075fd24b60cc9cf0fb1e20b9c16b0f # Merge: f35d1706159e c4a123d2e8c4 # Author: Linus Torvalds # Date: Thu Aug 31 15:36:41 2023 -0700 # # Merge tag 'nfs-for-6.6-1' of git://git.linux-nfs.org/projects/anna/linux-nfs # # Pull NFS client updates from Anna Schumaker: # "New Features: # - Enable the NFS v4.2 READ_PLUS operation by default # # Stable Fixes: # - NFSv4/pnfs: minor fix for cleanup path in nfs4_get_device_info # - NFS: Fix a potential data corruption # # Bugfixes: # - Fix various READ_PLUS issues including: # - smatch warnings # - xdr size calculations # - scratch buffer handling # - 32bit / highmem xdr page handling # - Fix checkpatch errors in file.c # - Fix redundant readdir request after an EOF # - Fix handling of COPY ERR_OFFLOAD_NO_REQ # - Fix assignment of xprtdata.cred # # Cleanups: # - Remove unused xprtrdma function declarations # - Clean up an integer overflow check to avoid a warning # - Clean up #includes in dns_resolve.c # - Clean up nfs4_get_device_info so we don't pass a NULL pointer # to __free_page() # - Clean up sunrpc TCP socket timeout configuration # - Guard against READDIR loops when entry names are too long # - Use EXCHID4_FLAG_USE_PNFS_DS for DS servers" # # * tag 'nfs-for-6.6-1' of git://git.linux-nfs.org/projects/anna/linux-nfs: (22 commits) # pNFS: Fix assignment of xprtdata.cred # NFSv4.2: fix handling of COPY ERR_OFFLOAD_NO_REQ # NFS: Guard against READDIR loop when entry names exceed MAXNAMELEN # NFSv4.1: use EXCHGID4_FLAG_USE_PNFS_DS for DS server # NFS/pNFS: Set the connect timeout for the pNFS flexfiles driver # SUNRPC: Don't override connect timeouts in rpc_clnt_add_xprt() # SUNRPC: Allow specification of TCP client connect timeout at setup # SUNRPC: Refactor and simplify connect timeout # SUNRPC: Set the TCP_SYNCNT to match the socket timeout # NFS: Fix a potential data corruption # nfs: fix redundant readdir request after get eof # nfs/blocklayout: Use the passed in gfp flags # filemap: Fix errors in file.c # NFSv4/pnfs: minor fix for cleanup path in nfs4_get_device_info # NFS: Move common includes outside ifdef # SUNRPC: clean up integer overflow check # xprtrdma: Remove unused function declaration rpcrdma_bc_post_recv() # NFS: Enable the READ_PLUS operation by default # SUNRPC: kmap() the xdr pages during decode # NFSv4.2: Rework scratch handling for READ_PLUS (again) # ... # < /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 99d99825fc075fd24b60cc9cf0fb1e20b9c16b0f # make -s -j 40 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 40 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 40 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 40 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:58.014945