# git rev-parse -q --verify ab5f3fcb7c72094684760e0cd8954d8d570b5e83^{commit} ab5f3fcb7c72094684760e0cd8954d8d570b5e83 already have revision, skipping fetch # git checkout -q -f -B kisskb ab5f3fcb7c72094684760e0cd8954d8d570b5e83 # git clean -qxdf # < git log -1 # commit ab5f3fcb7c72094684760e0cd8954d8d570b5e83 # Merge: 3cf1d6a5fbf3 db32cf8e280b # Author: Linus Torvalds # Date: Mon Jan 8 16:32:09 2024 -0800 # # Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux # # Pull arm64 updates from Will Deacon: # "CPU features: # # - Remove ARM64_HAS_NO_HW_PREFETCH copy_page() optimisation for ye # olde Thunder-X machines # # - Avoid mapping KPTI trampoline when it is not required # # - Make CPU capability API more robust during early initialisation # # Early idreg overrides: # # - Remove dependencies on core kernel helpers from the early # command-line parsing logic in preparation for moving this code # before the kernel is mapped # # FPsimd: # # - Restore kernel-mode fpsimd context lazily, allowing us to run # fpsimd code sequences in the kernel with pre-emption enabled # # KBuild: # # - Install 'vmlinuz.efi' when CONFIG_EFI_ZBOOT=y # # - Makefile cleanups # # LPA2 prep: # # - Preparatory work for enabling the 'LPA2' extension, which will # introduce 52-bit virtual and physical addressing even with 4KiB # pages (including for KVM guests). # # Misc: # # - Remove dead code and fix a typo # # MM: # # - Pass NUMA node information for IRQ stack allocations # # Perf: # # - Add perf support for the Synopsys DesignWare PCIe PMU # # - Add support for event counting thresholds (FEAT_PMUv3_TH) # introduced in Armv8.8 # # - Add support for i.MX8DXL SoCs to the IMX DDR PMU driver. # # - Minor PMU driver fixes and optimisations # # RIP VPIPT: # # - Remove what support we had for the obsolete VPIPT I-cache policy # # Selftests: # # - Improvements to the SVE and SME selftests # # Stacktrace: # # - Refactor kernel unwind logic so that it can used by BPF unwinding # and, eventually, reliable backtracing # # Sysregs: # # - Update a bunch of register definitions based on the latest XML drop # from Arm" # # * tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux: (87 commits) # kselftest/arm64: Don't probe the current VL for unsupported vector types # efi/libstub: zboot: do not use $(shell ...) in cmd_copy_and_pad # arm64: properly install vmlinuz.efi # arm64/sysreg: Add missing system instruction definitions for FGT # arm64/sysreg: Add missing system register definitions for FGT # arm64/sysreg: Add missing ExtTrcBuff field definition to ID_AA64DFR0_EL1 # arm64/sysreg: Add missing Pauth_LR field definitions to ID_AA64ISAR1_EL1 # arm64: memory: remove duplicated include # arm: perf: Fix ARCH=arm build with GCC # arm64: Align boot cpucap handling with system cpucap handling # arm64: Cleanup system cpucap handling # MAINTAINERS: add maintainers for DesignWare PCIe PMU driver # drivers/perf: add DesignWare PCIe PMU driver # PCI: Move pci_clear_and_set_dword() helper to PCI header # PCI: Add Alibaba Vendor ID to linux/pci_ids.h # docs: perf: Add description for Synopsys DesignWare PCIe PMU driver # arm64: irq: set the correct node for shadow call stack # Revert "perf/arm_dmc620: Remove duplicate format attribute #defines" # arm64: fpsimd: Implement lazy restore for kernel mode FPSIMD # arm64: fpsimd: Preserve/restore kernel mode NEON at context switch # ... # < /opt/cross/kisskb/korg/gcc-13.1.0-nolibc/aarch64-linux/bin/aarch64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-13.1.0-nolibc/aarch64-linux/bin/aarch64-linux-ld --version # < git log --format=%s --max-count=1 ab5f3fcb7c72094684760e0cd8954d8d570b5e83 # make -s -j 160 ARCH=arm64 O=/kisskb/build/linus_allmodconfig_arm64-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/aarch64-linux/bin/aarch64-linux- allmodconfig # Added to kconfig CONFIG_GCC_PLUGINS=n # Added to kconfig # < make -s -j 160 ARCH=arm64 O=/kisskb/build/linus_allmodconfig_arm64-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/aarch64-linux/bin/aarch64-linux- help # make -s -j 160 ARCH=arm64 O=/kisskb/build/linus_allmodconfig_arm64-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/aarch64-linux/bin/aarch64-linux- olddefconfig # make -s -j 160 ARCH=arm64 O=/kisskb/build/linus_allmodconfig_arm64-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/aarch64-linux/bin/aarch64-linux- /kisskb/src/arch/arm64/include/asm/unistd32.h:922:24: error: array index in initializer exceeds array bounds 922 | #define __NR_statmount 457 | ^~~ /kisskb/src/arch/arm64/kernel/sys32.c:130:34: note: in definition of macro '__SYSCALL' 130 | #define __SYSCALL(nr, sym) [nr] = __arm64_##sym, | ^~ /kisskb/src/arch/arm64/include/asm/unistd32.h:923:11: note: in expansion of macro '__NR_statmount' 923 | __SYSCALL(__NR_statmount, sys_statmount) | ^~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/unistd32.h:922:24: note: (near initialization for 'compat_sys_call_table') 922 | #define __NR_statmount 457 | ^~~ /kisskb/src/arch/arm64/kernel/sys32.c:130:34: note: in definition of macro '__SYSCALL' 130 | #define __SYSCALL(nr, sym) [nr] = __arm64_##sym, | ^~ /kisskb/src/arch/arm64/include/asm/unistd32.h:923:11: note: in expansion of macro '__NR_statmount' 923 | __SYSCALL(__NR_statmount, sys_statmount) | ^~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kernel/sys32.c:130:40: error: excess elements in array initializer [-Werror] 130 | #define __SYSCALL(nr, sym) [nr] = __arm64_##sym, | ^~~~~~~~ /kisskb/src/arch/arm64/include/asm/unistd32.h:923:1: note: in expansion of macro '__SYSCALL' 923 | __SYSCALL(__NR_statmount, sys_statmount) | ^~~~~~~~~ /kisskb/src/arch/arm64/kernel/sys32.c:130:40: note: (near initialization for 'compat_sys_call_table') 130 | #define __SYSCALL(nr, sym) [nr] = __arm64_##sym, | ^~~~~~~~ /kisskb/src/arch/arm64/include/asm/unistd32.h:923:1: note: in expansion of macro '__SYSCALL' 923 | __SYSCALL(__NR_statmount, sys_statmount) | ^~~~~~~~~ /kisskb/src/arch/arm64/include/asm/unistd32.h:924:24: error: array index in initializer exceeds array bounds 924 | #define __NR_listmount 458 | ^~~ /kisskb/src/arch/arm64/kernel/sys32.c:130:34: note: in definition of macro '__SYSCALL' 130 | #define __SYSCALL(nr, sym) [nr] = __arm64_##sym, | ^~ /kisskb/src/arch/arm64/include/asm/unistd32.h:925:11: note: in expansion of macro '__NR_listmount' 925 | __SYSCALL(__NR_listmount, sys_listmount) | ^~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/unistd32.h:924:24: note: (near initialization for 'compat_sys_call_table') 924 | #define __NR_listmount 458 | ^~~ /kisskb/src/arch/arm64/kernel/sys32.c:130:34: note: in definition of macro '__SYSCALL' 130 | #define __SYSCALL(nr, sym) [nr] = __arm64_##sym, | ^~ /kisskb/src/arch/arm64/include/asm/unistd32.h:925:11: note: in expansion of macro '__NR_listmount' 925 | __SYSCALL(__NR_listmount, sys_listmount) | ^~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kernel/sys32.c:130:40: error: excess elements in array initializer [-Werror] 130 | #define __SYSCALL(nr, sym) [nr] = __arm64_##sym, | ^~~~~~~~ /kisskb/src/arch/arm64/include/asm/unistd32.h:925:1: note: in expansion of macro '__SYSCALL' 925 | __SYSCALL(__NR_listmount, sys_listmount) | ^~~~~~~~~ /kisskb/src/arch/arm64/kernel/sys32.c:130:40: note: (near initialization for 'compat_sys_call_table') 130 | #define __SYSCALL(nr, sym) [nr] = __arm64_##sym, | ^~~~~~~~ /kisskb/src/arch/arm64/include/asm/unistd32.h:925:1: note: in expansion of macro '__SYSCALL' 925 | __SYSCALL(__NR_listmount, sys_listmount) | ^~~~~~~~~ cc1: all warnings being treated as errors make[5]: *** [/kisskb/src/scripts/Makefile.build:243: arch/arm64/kernel/sys32.o] Error 1 make[5]: *** Waiting for unfinished jobs.... make[4]: *** [/kisskb/src/scripts/Makefile.build:480: arch/arm64/kernel] Error 2 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [/kisskb/src/scripts/Makefile.build:480: arch/arm64] Error 2 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/Makefile:1911: .] Error 2 make[1]: *** [/kisskb/src/Makefile:234: __sub-make] Error 2 make: *** [Makefile:234: __sub-make] Error 2 Command 'make -s -j 160 ARCH=arm64 O=/kisskb/build/linus_allmodconfig_arm64-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/aarch64-linux/bin/aarch64-linux- ' returned non-zero exit status 2. # rm -rf /kisskb/build/linus_allmodconfig_arm64-gcc13 # Build took: 0:13:07.866062