# git rev-parse -q --verify 0725d4e1b8b08a60838db3a6e65c23ea8824a048^{commit} 0725d4e1b8b08a60838db3a6e65c23ea8824a048 already have revision, skipping fetch # git checkout -q -f -B kisskb 0725d4e1b8b08a60838db3a6e65c23ea8824a048 # git clean -qxdf # < git log -1 # commit 0725d4e1b8b08a60838db3a6e65c23ea8824a048 # Merge: 89e2556 93b7f7a # Author: Linus Torvalds # Date: Tue Jun 12 10:09:03 2018 -0700 # # Merge tag 'nfs-for-4.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs # # Pull NFS client updates from Trond Myklebust: # "Highlights include: # # Stable fixes: # # - Fix a 1-byte stack overflow in nfs_idmap_read_and_verify_message # # - Fix a hang due to incorrect error returns in rpcrdma_convert_iovs() # # - Revert an incorrect change to the NFSv4.1 callback channel # # - Fix a bug in the NFSv4.1 sequence error handling # # Features and optimisations: # # - Support for piggybacking a LAYOUTGET operation to the OPEN compound # # - RDMA performance enhancements to deal with transport congestion # # - Add proper SPDX tags for NetApp-contributed RDMA source # # - Do not request delegated file attributes (size+change) from the # server # # - Optimise away a GETATTR in the lookup revalidate code when doing # NFSv4 OPEN # # - Optimise away unnecessary lookups for rename targets # # - Misc performance improvements when freeing NFSv4 delegations # # Bugfixes and cleanups: # # - Try to fail quickly if proto=rdma # # - Clean up RDMA receive trace points # # - Fix sillyrename to return the delegation when appropriate # # - Misc attribute revalidation fixes # # - Immediately clear the pNFS layout on a file when the server returns # ESTALE # # - Return NFS4ERR_DELAY when delegation/layout recalls fail due to # igrab() # # - Fix the client behaviour on NFS4ERR_SEQ_FALSE_RETRY" # # * tag 'nfs-for-4.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs: (80 commits) # skip LAYOUTRETURN if layout is invalid # NFSv4.1: Fix the client behaviour on NFS4ERR_SEQ_FALSE_RETRY # NFSv4: Fix a typo in nfs41_sequence_process # NFSv4: Revert commit 5f83d86cf531d ("NFSv4.x: Fix wraparound issues..") # NFSv4: Return NFS4ERR_DELAY when a layout recall fails due to igrab() # NFSv4: Return NFS4ERR_DELAY when a delegation recall fails due to igrab() # NFSv4.0: Remove transport protocol name from non-UCS client ID # NFSv4.0: Remove cl_ipaddr from non-UCS client ID # NFSv4: Fix a compiler warning when CONFIG_NFS_V4_1 is undefined # NFS: Filter cache invalidation when holding a delegation # NFS: Ignore NFS_INO_REVAL_FORCED in nfs_check_inode_attributes() # NFS: Improve caching while holding a delegation # NFS: Fix attribute revalidation # NFS: fix up nfs_setattr_update_inode # NFSv4: Ensure the inode is clean when we set a delegation # NFSv4: Ignore NFS_INO_REVAL_FORCED in nfs4_proc_access # NFSv4: Don't ask for delegated attributes when adding a hard link # NFSv4: Don't ask for delegated attributes when revalidating the inode # NFS: Pass the inode down to the getattr() callback # NFSv4: Don't request size+change attribute if they are delegated to us # ... # < /opt/cross/kisskb/gcc-4.6.3-nolibc/arm-unknown-linux-gnueabi/bin/arm-unknown-linux-gnueabi-gcc --version # < git log --format=%s --max-count=1 0725d4e1b8b08a60838db3a6e65c23ea8824a048 # < make -s -j 48 ARCH=arm O=/kisskb/build/linus_omap1_defconfig_arm CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/arm-unknown-linux-gnueabi/bin/arm-unknown-linux-gnueabi- omap1_defconfig # make -s -j 48 ARCH=arm O=/kisskb/build/linus_omap1_defconfig_arm CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/arm-unknown-linux-gnueabi/bin/arm-unknown-linux-gnueabi- /kisskb/src/net/Makefile:24: CC cannot link executables. Skipping bpfilter. :1332:2: warning: #warning syscall io_pgetevents not implemented [-Wcpp] /kisskb/src/kernel/rcu/srcutree.c: In function 'init_srcu_struct_fields': /kisskb/src/kernel/rcu/srcutree.c:127:33: warning: 'levelspread[]' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/kernel/rcu/srcutree.c:94:6: note: 'levelspread[]' was declared here /kisskb/src/kernel/printk/printk.c: In function 'devkmsg_sysctl_set_loglvl': /kisskb/src/kernel/printk/printk.c:183:16: warning: 'old' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/net/Makefile:24: CC cannot link executables. Skipping bpfilter. /kisskb/src/fs/proc/inode.c: In function 'proc_reg_open': /kisskb/src/include/linux/list.h:65:12: warning: 'pdeo' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/proc/inode.c:340:21: note: 'pdeo' was declared here /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_raw_read': /kisskb/src/drivers/base/regmap/regmap.c:2497:6: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/base/regmap/regmap.c: In function '_regmap_raw_write': /kisskb/src/drivers/base/regmap/regmap.c:1819:6: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/perf/arm_pmu_platform.c: In function 'arm_pmu_device_probe': /kisskb/src/drivers/perf/arm_pmu_platform.c:234:5: warning: 'err' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/net/tun.c: In function 'tun_get_user': /kisskb/src/drivers/net/tun.c:1835:30: warning: 'copylen' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/net/tun.c:1545:34: warning: 'linear' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/net/tun.c:1745:46: note: 'linear' was declared here Completed OK # rm -rf /kisskb/build/linus_omap1_defconfig_arm # Build took: 0:00:54.514572