# 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/arcompact-buildroot-2015.08.1/bin/arc-buildroot-linux-uclibc-gcc --version # < git log --format=%s --max-count=1 0725d4e1b8b08a60838db3a6e65c23ea8824a048 # < make -s -j 120 ARCH=arc O=/kisskb/build/linus_axs101_defconfig_arcompact CROSS_COMPILE=/opt/cross/kisskb/arcompact-buildroot-2015.08.1/bin/arc-buildroot-linux-uclibc- axs101_defconfig # Added to kconfig CONFIG_INITRAMFS_SOURCE="" # yes \n | make -s -j 120 ARCH=arc O=/kisskb/build/linus_axs101_defconfig_arcompact CROSS_COMPILE=/opt/cross/kisskb/arcompact-buildroot-2015.08.1/bin/arc-buildroot-linux-uclibc- oldconfig yes: standard output: Broken pipe yes: write error # make -s -j 120 ARCH=arc O=/kisskb/build/linus_axs101_defconfig_arcompact CROSS_COMPILE=/opt/cross/kisskb/arcompact-buildroot-2015.08.1/bin/arc-buildroot-linux-uclibc- :1335:2: warning: #warning syscall rseq not implemented [-Wcpp] In file included from /kisskb/src/include/asm-generic/bug.h:18:0, from /kisskb/src/arch/arc/include/asm/bug.h:32, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/gfp.h:5, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/mm/nobootmem.c:14: /kisskb/src/mm/nobootmem.c: In function '__free_pages_memory': /kisskb/src/include/linux/kernel.h:812:29: warning: comparison of distinct pointer types lacks a cast [enabled by default] (!!(sizeof((typeof(x) *)1 == (typeof(y) *)1))) ^ /kisskb/src/include/linux/kernel.h:826:4: note: in expansion of macro '__typecheck' (__typecheck(x, y) && __no_side_effects(x, y)) ^ /kisskb/src/include/linux/kernel.h:836:24: note: in expansion of macro '__safe_cmp' __builtin_choose_expr(__safe_cmp(x, y), \ ^ /kisskb/src/include/linux/kernel.h:845:19: note: in expansion of macro '__careful_cmp' #define min(x, y) __careful_cmp(x, y, <) ^ /kisskb/src/mm/nobootmem.c:104:11: note: in expansion of macro 'min' order = min(MAX_ORDER - 1UL, __ffs(start)); ^ /kisskb/src/net/xfrm/xfrm_policy.c: In function '__xfrm_policy_check': /kisskb/src/net/xfrm/xfrm_policy.c:2377:15: warning: array subscript is above array bounds [-Warray-bounds] if (sp->xvec[k]->props.mode != XFRM_MODE_TRANSPORT) { ^ /kisskb/src/net/ipv4/tcp_input.c: In function 'tcp_data_queue': /kisskb/src/net/ipv4/tcp_input.c:4296:49: warning: array subscript is above array bounds [-Warray-bounds] tp->selective_acks[i-1] = tp->selective_acks[i]; ^ Completed OK # rm -rf /kisskb/build/linus_axs101_defconfig_arcompact # Build took: 0:00:21.953960