# git rev-parse -q --verify 143a6252e1b8ab424b4b293512a97cca7295c182^{commit} 143a6252e1b8ab424b4b293512a97cca7295c182 already have revision, skipping fetch # git checkout -q -f -B kisskb 143a6252e1b8ab424b4b293512a97cca7295c182 # git clean -qxdf # < git log -1 # commit 143a6252e1b8ab424b4b293512a97cca7295c182 # Merge: d6edf9510966 0616ea3f1b93 # Author: Linus Torvalds # Date: Mon May 23 21:06:11 2022 -0700 # # Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux # # Pull arm64 updates from Catalin Marinas: # # - Initial support for the ARMv9 Scalable Matrix Extension (SME). # # SME takes the approach used for vectors in SVE and extends this to # provide architectural support for matrix operations. No KVM support # yet, SME is disabled in guests. # # - Support for crashkernel reservations above ZONE_DMA via the # 'crashkernel=X,high' command line option. # # - btrfs search_ioctl() fix for live-lock with sub-page faults. # # - arm64 perf updates: support for the Hisilicon "CPA" PMU for # monitoring coherent I/O traffic, support for Arm's CMN-650 and # CMN-700 interconnect PMUs, minor driver fixes, kerneldoc cleanup. # # - Kselftest updates for SME, BTI, MTE. # # - Automatic generation of the system register macros from a 'sysreg' # file describing the register bitfields. # # - Update the type of the function argument holding the ESR_ELx register # value to unsigned long to match the architecture register size # (originally 32-bit but extended since ARMv8.0). # # - stacktrace cleanups. # # - ftrace cleanups. # # - Miscellaneous updates, most notably: arm64-specific huge_ptep_get(), # avoid executable mappings in kexec/hibernate code, drop TLB flushing # from get_clear_flush() (and rename it to get_clear_contig()), # ARCH_NR_GPIO bumped to 2048 for ARCH_APPLE. # # * tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux: (145 commits) # arm64/sysreg: Generate definitions for FAR_ELx # arm64/sysreg: Generate definitions for DACR32_EL2 # arm64/sysreg: Generate definitions for CSSELR_EL1 # arm64/sysreg: Generate definitions for CPACR_ELx # arm64/sysreg: Generate definitions for CONTEXTIDR_ELx # arm64/sysreg: Generate definitions for CLIDR_EL1 # arm64/sve: Move sve_free() into SVE code section # arm64: Kconfig.platforms: Add comments # arm64: Kconfig: Fix indentation and add comments # arm64: mm: avoid writable executable mappings in kexec/hibernate code # arm64: lds: move special code sections out of kernel exec segment # arm64/hugetlb: Implement arm64 specific huge_ptep_get() # arm64/hugetlb: Use ptep_get() to get the pte value of a huge page # arm64: kdump: Do not allocate crash low memory if not needed # arm64/sve: Generate ZCR definitions # arm64/sme: Generate defintions for SVCR # arm64/sme: Generate SMPRI_EL1 definitions # arm64/sme: Automatically generate SMPRIMAP_EL2 definitions # arm64/sme: Automatically generate SMIDR_EL1 defines # arm64/sme: Automatically generate defines for SMCR # ... # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux-ld --version # < git log --format=%s --max-count=1 143a6252e1b8ab424b4b293512a97cca7295c182 # < make -s -j 32 ARCH=powerpc O=/kisskb/build/linus_skiroot_defconfig_powerpc-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux- skiroot_defconfig # < make -s -j 32 ARCH=powerpc O=/kisskb/build/linus_skiroot_defconfig_powerpc-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux- help # make -s -j 32 ARCH=powerpc O=/kisskb/build/linus_skiroot_defconfig_powerpc-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux- olddefconfig # make -s -j 32 ARCH=powerpc O=/kisskb/build/linus_skiroot_defconfig_powerpc-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux- In file included from /kisskb/src/include/linux/byteorder/little_endian.h:5, from /kisskb/src/arch/powerpc/include/uapi/asm/byteorder.h:12, from /kisskb/src/include/asm-generic/bitops/le.h:6, from /kisskb/src/arch/powerpc/include/asm/bitops.h:336, 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:5396: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] 5396 | (le16_to_cpu(sas_iounit_pg1->SASWideMaxQueueDepth)) ? /kisskb/src/include/uapi/linux/byteorder/little_endian.h:37:51: note: in definition of macro '__le16_to_cpu' 37 | #define __le16_to_cpu(x) ((__force __u16)(__le16)(x)) | ^ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:5396:14: note: in expansion of macro 'le16_to_cpu' 5396 | (le16_to_cpu(sas_iounit_pg1->SASWideMaxQueueDepth)) ? | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:5382:26: note: referencing an object of size 20 allocated by 'kzalloc' 5382 | sas_iounit_pg1 = kzalloc(sz, GFP_KERNEL); | ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/byteorder/little_endian.h:5, from /kisskb/src/arch/powerpc/include/uapi/asm/byteorder.h:12, from /kisskb/src/include/asm-generic/bitops/le.h:6, from /kisskb/src/arch/powerpc/include/asm/bitops.h:336, 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:5400: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] 5400 | (le16_to_cpu(sas_iounit_pg1->SASNarrowMaxQueueDepth)) ? /kisskb/src/include/uapi/linux/byteorder/little_endian.h:37:51: note: in definition of macro '__le16_to_cpu' 37 | #define __le16_to_cpu(x) ((__force __u16)(__le16)(x)) | ^ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:5400:14: note: in expansion of macro 'le16_to_cpu' 5400 | (le16_to_cpu(sas_iounit_pg1->SASNarrowMaxQueueDepth)) ? | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:5382:26: note: referencing an object of size 20 allocated by 'kzalloc' 5382 | sas_iounit_pg1 = kzalloc(sz, GFP_KERNEL); | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:5403: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] 5403 | ioc->max_sata_qd = (sas_iounit_pg1->SATAMaxQDepth) ? | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:5382:26: note: referencing an object of size 20 allocated by 'kzalloc' 5382 | sas_iounit_pg1 = kzalloc(sz, GFP_KERNEL); | ^~~~~~~~~~~~~~~~~~~~~~~ Completed OK # rm -rf /kisskb/build/linus_skiroot_defconfig_powerpc-gcc11 # Build took: 0:01:33.044955