# git rev-parse -q --verify 74f602dc96dd854c7b2034947798c1e2a6b84066^{commit} 74f602dc96dd854c7b2034947798c1e2a6b84066 already have revision, skipping fetch # git checkout -q -f -B kisskb 74f602dc96dd854c7b2034947798c1e2a6b84066 # git clean -qxdf # < git log -1 # commit 74f602dc96dd854c7b2034947798c1e2a6b84066 # Merge: be695ee29e8f 52104f274e2d # Author: Linus Torvalds # Date: Thu Dec 17 12:15:03 2020 -0800 # # Merge tag 'nfs-for-5.11-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs # # Pull NFS client updates from Trond Myklebust: # "Highlights include: # # Features: # # - NFSv3: Add emulation of lookupp() to improve open_by_filehandle() # support # # - A series of patches to improve readdir performance, particularly # with large directories # # - Basic support for using NFS/RDMA with the pNFS files and flexfiles # drivers # # - Micro-optimisations for RDMA # # - RDMA tracing improvements # # Bugfixes: # # - Fix a long standing bug with xs_read_xdr_buf() when receiving # partial pages (Dan Aloni) # # - Various fixes for getxattr and listxattr, when used over non-TCP # transports # # - Fixes for containerised NFS from Sargun Dhillon # # - switch nfsiod to be an UNBOUND workqueue (Neil Brown) # # - READDIR should not ask for security label information if there is # no LSM policy (Olga Kornievskaia) # # - Avoid using interval-based rebinding with TCP in lockd (Calum # Mackay) # # - A series of RPC and NFS layer fixes to support the NFSv4.2 # READ_PLUS code # # - A couple of fixes for pnfs/flexfiles read failover # # Cleanups: # # - Various cleanups for the SUNRPC xdr code in conjunction with the # READ_PLUS fixes" # # * tag 'nfs-for-5.11-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs: (90 commits) # NFS/pNFS: Fix a typo in ff_layout_resend_pnfs_read() # pNFS/flexfiles: Avoid spurious layout returns in ff_layout_choose_ds_for_read # NFSv4/pnfs: Add tracing for the deviceid cache # fs/lockd: convert comma to semicolon # NFSv4.2: fix error return on memory allocation failure # NFSv4.2/pnfs: Don't use READ_PLUS with pNFS yet # NFSv4.2: Deal with potential READ_PLUS data extent buffer overflow # NFSv4.2: Don't error when exiting early on a READ_PLUS buffer overflow # NFSv4.2: Handle hole lengths that exceed the READ_PLUS read buffer # NFSv4.2: decode_read_plus_hole() needs to check the extent offset # NFSv4.2: decode_read_plus_data() must skip padding after data segment # NFSv4.2: Ensure we always reset the result->count in decode_read_plus() # SUNRPC: When expanding the buffer, we may need grow the sparse pages # SUNRPC: Cleanup - constify a number of xdr_buf helpers # SUNRPC: Clean up open coded setting of the xdr_stream 'nwords' field # SUNRPC: _copy_to/from_pages() now check for zero length # SUNRPC: Cleanup xdr_shrink_bufhead() # SUNRPC: Fix xdr_expand_hole() # SUNRPC: Fixes for xdr_align_data() # SUNRPC: _shift_data_left/right_pages should check the shift length # ... # < /opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/aarch64-linux-gcc --version # < /opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/aarch64-linux-ld --version # < git log --format=%s --max-count=1 74f602dc96dd854c7b2034947798c1e2a6b84066 # < make -s -j 48 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc5.4 CROSS_COMPILE=/opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/aarch64-linux- randconfig KCONFIG_SEED=0xE942FC60 # Added to kconfig CONFIG_PREVENT_FIRMWARE_BUILD=y # < make -s -j 48 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc5.4 CROSS_COMPILE=/opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/aarch64-linux- help # make -s -j 48 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc5.4 CROSS_COMPILE=/opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/aarch64-linux- olddefconfig # make -s -j 48 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc5.4 CROSS_COMPILE=/opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/aarch64-linux- arch/arm64/Makefile:25: ld does not support --fix-cortex-a53-843419; kernel may be susceptible to erratum arch/arm64/Makefile:25: ld does not support --fix-cortex-a53-843419; kernel may be susceptible to erratum In file included from :0:0: /kisskb/src/mm/mremap.c: In function 'get_extent': /kisskb/src/include/linux/compiler_types.h:326:38: error: call to '__compiletime_assert_387' declared with attribute error: BUILD_BUG failed _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) ^ /kisskb/src/include/linux/compiler_types.h:307:4: note: in definition of macro '__compiletime_assert' prefix ## suffix(); \ ^ /kisskb/src/include/linux/compiler_types.h:326:2: note: in expansion of macro '_compiletime_assert' _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) ^ /kisskb/src/include/linux/build_bug.h:39:37: note: in expansion of macro 'compiletime_assert' #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) ^ /kisskb/src/include/linux/build_bug.h:59:21: note: in expansion of macro 'BUILD_BUG_ON_MSG' #define BUILD_BUG() BUILD_BUG_ON_MSG(1, "BUILD_BUG failed") ^ /kisskb/src/mm/mremap.c:355:3: note: in expansion of macro 'BUILD_BUG' BUILD_BUG(); ^ make[2]: *** [/kisskb/src/scripts/Makefile.build:279: mm/mremap.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [/kisskb/src/Makefile:1805: mm] Error 2 make[1]: *** Waiting for unfinished jobs.... In file included from :0:0: /kisskb/src/drivers/mtd/nand/raw/cadence-nand-controller.c: In function 'cadence_nand_prepare_data_size': /kisskb/src/include/linux/compiler_types.h:326:38: error: call to '__compiletime_assert_470' declared with attribute error: FIELD_PREP: value too large for the field _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) ^ /kisskb/src/include/linux/compiler_types.h:307:4: note: in definition of macro '__compiletime_assert' prefix ## suffix(); \ ^ /kisskb/src/include/linux/compiler_types.h:326:2: note: in expansion of macro '_compiletime_assert' _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) ^ /kisskb/src/include/linux/build_bug.h:39:37: note: in expansion of macro 'compiletime_assert' #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) ^ /kisskb/src/include/linux/bitfield.h:49:3: note: in expansion of macro 'BUILD_BUG_ON_MSG' BUILD_BUG_ON_MSG(__builtin_constant_p(_val) ? \ ^ /kisskb/src/include/linux/bitfield.h:94:3: note: in expansion of macro '__BF_FIELD_CHECK' __BF_FIELD_CHECK(_mask, 0ULL, _val, "FIELD_PREP: "); \ ^ /kisskb/src/drivers/mtd/nand/raw/cadence-nand-controller.c:1240:9: note: in expansion of macro 'FIELD_PREP' reg |= FIELD_PREP(TRAN_CFG_0_OFFSET, offset); ^ make[5]: *** [/kisskb/src/scripts/Makefile.build:279: drivers/mtd/nand/raw/cadence-nand-controller.o] Error 1 make[5]: *** Waiting for unfinished jobs.... make[4]: *** [/kisskb/src/scripts/Makefile.build:496: drivers/mtd/nand/raw] Error 2 make[3]: *** [/kisskb/src/scripts/Makefile.build:496: drivers/mtd/nand] Error 2 make[2]: *** [/kisskb/src/scripts/Makefile.build:496: drivers/mtd] Error 2 make[1]: *** [/kisskb/src/Makefile:1805: drivers] Error 2 make: *** [Makefile:185: __sub-make] Error 2 Command 'make -s -j 48 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc5.4 CROSS_COMPILE=/opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/aarch64-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus-rand_arm64-randconfig_arm64-gcc5.4 # Build took: 0:04:21.155626