# git rev-parse -q --verify 700170bf6b4d773e328fa54ebb70ba444007c702^{commit} 700170bf6b4d773e328fa54ebb70ba444007c702 already have revision, skipping fetch # git checkout -q -f -B kisskb 700170bf6b4d773e328fa54ebb70ba444007c702 # git clean -qxdf # < git log -1 # commit 700170bf6b4d773e328fa54ebb70ba444007c702 # Merge: 1501f707d2b2 118f09eda21d # Author: Linus Torvalds # Date: Tue May 31 16:58:24 2022 -0700 # # Merge tag 'nfs-for-5.19-1' of git://git.linux-nfs.org/projects/anna/linux-nfs # # Pull NFS client updates from Anna Schumaker: # "New Features: # - Add support for 'dacl' and 'sacl' attributes # # Bugfixes and Cleanups: # - Fixes for reporting mapping errors # - Fixes for memory allocation errors # - Improve warning message when locks are lost # - Update documentation for the nfs4_unique_id parameter # - Add an explanation of NFSv4 client identifiers # - Ensure the i_size attribute is written to the fscache storage # - Fix freeing uninitialized nfs4_labels # - Better handling when xprtrdma bc_serv is NULL # - Mark qualified async operations as MOVEABLE tasks" # # * tag 'nfs-for-5.19-1' of git://git.linux-nfs.org/projects/anna/linux-nfs: # NFSv4.1 mark qualified async operations as MOVEABLE tasks # xprtrdma: treat all calls not a bcall when bc_serv is NULL # NFSv4: Fix free of uninitialized nfs4_label on referral lookup. # NFS: Pass i_size to fscache_unuse_cookie() when a file is released # Documentation: Add an explanation of NFSv4 client identifiers # NFS: update documentation for the nfs4_unique_id parameter # NFS: Improve warning message when locks are lost. # NFSv4.1: Enable access to the NFSv4.1 'dacl' and 'sacl' attributes # NFSv4: Add encoders/decoders for the NFSv4.1 dacl and sacl attributes # NFSv4: Specify the type of ACL to cache # NFSv4: Don't hold the layoutget locks across multiple RPC calls # pNFS/files: Fall back to I/O through the MDS on non-fatal layout errors # NFS: Further fixes to the writeback error handling # NFSv4/pNFS: Do not fail I/O when we fail to allocate the pNFS layout # NFS: Memory allocation failures are not server fatal errors # NFS: Don't report errors from nfs_pageio_complete() more than once # NFS: Do not report flush errors in nfs_write_end() # NFS: Don't report ENOSPC write errors twice # NFS: fsync() should report filesystem errors over EINTR/ERESTARTSYS # NFS: Do not report EINTR/ERESTARTSYS as mapping errors # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/hppa-linux/bin/hppa64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/hppa-linux/bin/hppa64-linux-ld --version # < git log --format=%s --max-count=1 700170bf6b4d773e328fa54ebb70ba444007c702 # < make -s -j 24 ARCH=parisc64 O=/kisskb/build/linus_generic-64bit_defconfig_parisc64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/hppa-linux/bin/hppa64-linux- generic-64bit_defconfig # < make -s -j 24 ARCH=parisc64 O=/kisskb/build/linus_generic-64bit_defconfig_parisc64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/hppa-linux/bin/hppa64-linux- help # make -s -j 24 ARCH=parisc64 O=/kisskb/build/linus_generic-64bit_defconfig_parisc64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/hppa-linux/bin/hppa64-linux- olddefconfig # make -s -j 24 ARCH=parisc64 O=/kisskb/build/linus_generic-64bit_defconfig_parisc64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/hppa-linux/bin/hppa64-linux- /kisskb/src/arch/parisc/kernel/vdso64/Makefile:30: FORCE prerequisite is missing /kisskb/src/arch/parisc/kernel/vdso32/Makefile:30: FORCE prerequisite is missing 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/parisc/include/uapi/asm/byteorder.h:5, from /kisskb/src/arch/parisc/include/asm/bitops.h:11, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:46: /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c: In function '_base_make_ioc_operational': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:5397:40: warning: array subscript 'Mpi2SasIOUnitPage1_t {aka struct _MPI2_CONFIG_PAGE_SASIOUNIT_1}[0]' is partly outside array bounds of 'unsigned char[20]' [-Warray-bounds] 5397 | (le16_to_cpu(sas_iounit_pg1->SASWideMaxQueueDepth)) ? /kisskb/src/include/uapi/linux/swab.h:105:39: note: in definition of macro '__swab16' 105 | (__builtin_constant_p((__u16)(x)) ? \ | ^ /kisskb/src/include/linux/byteorder/generic.h:91:21: note: in expansion of macro '__le16_to_cpu' 91 | #define le16_to_cpu __le16_to_cpu | ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:5397:14: note: in expansion of macro 'le16_to_cpu' 5397 | (le16_to_cpu(sas_iounit_pg1->SASWideMaxQueueDepth)) ? | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:5383:26: note: referencing an object of size 20 allocated by 'kzalloc' 5383 | sas_iounit_pg1 = kzalloc(sz, GFP_KERNEL); | ^~~~~~~~~~~~~~~~~~~~~~~ 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/parisc/include/uapi/asm/byteorder.h:5, from /kisskb/src/arch/parisc/include/asm/bitops.h:11, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:46: /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:5401:40: warning: array subscript 'Mpi2SasIOUnitPage1_t {aka struct _MPI2_CONFIG_PAGE_SASIOUNIT_1}[0]' is partly outside array bounds of 'unsigned char[20]' [-Warray-bounds] 5401 | (le16_to_cpu(sas_iounit_pg1->SASNarrowMaxQueueDepth)) ? /kisskb/src/include/uapi/linux/swab.h:105:39: note: in definition of macro '__swab16' 105 | (__builtin_constant_p((__u16)(x)) ? \ | ^ /kisskb/src/include/linux/byteorder/generic.h:91:21: note: in expansion of macro '__le16_to_cpu' 91 | #define le16_to_cpu __le16_to_cpu | ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:5401:14: note: in expansion of macro 'le16_to_cpu' 5401 | (le16_to_cpu(sas_iounit_pg1->SASNarrowMaxQueueDepth)) ? | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:5383:26: note: referencing an object of size 20 allocated by 'kzalloc' 5383 | sas_iounit_pg1 = kzalloc(sz, GFP_KERNEL); | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:5404:43: warning: array subscript 'Mpi2SasIOUnitPage1_t {aka struct _MPI2_CONFIG_PAGE_SASIOUNIT_1}[0]' is partly outside array bounds of 'unsigned char[20]' [-Warray-bounds] 5404 | ioc->max_sata_qd = (sas_iounit_pg1->SATAMaxQDepth) ? | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:5383:26: note: referencing an object of size 20 allocated by 'kzalloc' 5383 | sas_iounit_pg1 = kzalloc(sz, GFP_KERNEL); | ^~~~~~~~~~~~~~~~~~~~~~~ ._divI.o.cmd: No such file or directory make[2]: *** [/kisskb/src/scripts/Makefile.modpost:59: vmlinux.symvers] Error 1 make[1]: *** [/kisskb/src/Makefile:1160: vmlinux] Error 2 make: *** [Makefile:219: __sub-make] Error 2 Command 'make -s -j 24 ARCH=parisc64 O=/kisskb/build/linus_generic-64bit_defconfig_parisc64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/hppa-linux/bin/hppa64-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus_generic-64bit_defconfig_parisc64-gcc11 # Build took: 0:02:47.724862