# git rev-parse -q --verify 51595e3b4943b0079638b2657f603cf5c8ea3a66^{commit} 51595e3b4943b0079638b2657f603cf5c8ea3a66 already have revision, skipping fetch # git checkout -q -f -B kisskb 51595e3b4943b0079638b2657f603cf5c8ea3a66 # git clean -qxdf # < git log -1 # commit 51595e3b4943b0079638b2657f603cf5c8ea3a66 # Merge: 2059c40aded7 c76fba33467b # Author: Linus Torvalds # Date: Fri May 7 12:11:05 2021 -0700 # # Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux # # Pull more arm64 updates from Catalin Marinas: # "A mix of fixes and clean-ups that turned up too late for the first # pull request: # # - Restore terminal stack frame records. Their previous removal caused # traces which cross secondary_start_kernel to terminate one entry # too late, with a spurious "0" entry. # # - Fix boot warning with pseudo-NMI due to the way we manipulate the # PMR register. # # - ACPI fixes: avoid corruption of interrupt mappings on watchdog # probe failure (GTDT), prevent unregistering of GIC SGIs. # # - Force SPARSEMEM_VMEMMAP as the only memory model, it saves with # having to test all the other combinations. # # - Documentation fixes and updates: tagged address ABI exceptions on # brk/mmap/mremap(), event stream frequency, update booting # requirements on the configuration of traps" # # * tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux: # arm64: kernel: Update the stale comment # arm64: Fix the documented event stream frequency # arm64: entry: always set GIC_PRIO_PSR_I_SET during entry # arm64: Explicitly document boot requirements for SVE # arm64: Explicitly require that FPSIMD instructions do not trap # arm64: Relax booting requirements for configuration of traps # arm64: cpufeatures: use min and max # arm64: stacktrace: restore terminal records # arm64/vdso: Discard .note.gnu.property sections in vDSO # arm64: doc: Add brk/mmap/mremap() to the Tagged Address ABI Exceptions # psci: Remove unneeded semicolon # ACPI: irq: Prevent unregistering of GIC SGIs # ACPI: GTDT: Don't corrupt interrupt mappings on watchdow probe failure # arm64: Show three registers per line # arm64: remove HAVE_DEBUG_BUGVERBOSE # arm64: alternative: simplify passing alt_region # arm64: Force SPARSEMEM_VMEMMAP as the only memory management model # arm64: vdso32: drop -no-integrated-as flag # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/arm-linux-gnueabi/bin/arm-linux-gnueabi-gcc --version # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/arm-linux-gnueabi/bin/arm-linux-gnueabi-ld --version # < git log --format=%s --max-count=1 51595e3b4943b0079638b2657f603cf5c8ea3a66 # < make -s -j 48 ARCH=arm O=/kisskb/build/linus_omap2plus_defconfig_arm-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/arm-linux-gnueabi/bin/arm-linux-gnueabi- omap2plus_defconfig # < make -s -j 48 ARCH=arm O=/kisskb/build/linus_omap2plus_defconfig_arm-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/arm-linux-gnueabi/bin/arm-linux-gnueabi- help # make -s -j 48 ARCH=arm O=/kisskb/build/linus_omap2plus_defconfig_arm-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/arm-linux-gnueabi/bin/arm-linux-gnueabi- olddefconfig # make -s -j 48 ARCH=arm O=/kisskb/build/linus_omap2plus_defconfig_arm-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/arm-linux-gnueabi/bin/arm-linux-gnueabi- In file included from /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/arm-linux-gnueabi/bin/../lib/gcc/arm-linux-gnueabi/4.9.4/plugin/include/tm.h:23, from /kisskb/src/scripts/gcc-plugins/gcc-common.h:15, from /kisskb/src/scripts/gcc-plugins/arm_ssp_per_task_plugin.c:3: /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/arm-linux-gnueabi/bin/../lib/gcc/arm-linux-gnueabi/4.9.4/plugin/include/config/elfos.h:102:21: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix] fprintf ((FILE), "%s"HOST_WIDE_INT_PRINT_UNSIGNED"\n",\ ^ /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/arm-linux-gnueabi/bin/../lib/gcc/arm-linux-gnueabi/4.9.4/plugin/include/config/elfos.h:170:24: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix] fprintf ((FILE), ","HOST_WIDE_INT_PRINT_UNSIGNED",%u\n", \ ^ In file included from /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/arm-linux-gnueabi/bin/../lib/gcc/arm-linux-gnueabi/4.9.4/plugin/include/tm.h:44, from /kisskb/src/scripts/gcc-plugins/gcc-common.h:15, from /kisskb/src/scripts/gcc-plugins/arm_ssp_per_task_plugin.c:3: /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/arm-linux-gnueabi/bin/../lib/gcc/arm-linux-gnueabi/4.9.4/plugin/include/defaults.h:126:24: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix] fprintf ((FILE), ","HOST_WIDE_INT_PRINT_UNSIGNED",%u\n", \ ^ cc1plus: warning: unrecognized command line option '-Wno-format-diag' /kisskb/src/arch/arm/crypto/ghash-ce-glue.c: In function 'ghash_do_update': /kisskb/src/arch/arm/crypto/ghash-ce-glue.c:67:44: warning: passing argument 4 of 'pmull_ghash_update_p64' from incompatible pointer type pmull_ghash_update_p64(blocks, dg, src, key->h, head); ^ /kisskb/src/arch/arm/crypto/ghash-ce-glue.c:45:17: note: expected 'const u64 (*)[2]' but argument is of type 'u64 (*)[2]' asmlinkage void pmull_ghash_update_p64(int blocks, u64 dg[], const char *src, ^ /kisskb/src/arch/arm/crypto/ghash-ce-glue.c:69:43: warning: passing argument 4 of 'pmull_ghash_update_p8' from incompatible pointer type pmull_ghash_update_p8(blocks, dg, src, key->h, head); ^ /kisskb/src/arch/arm/crypto/ghash-ce-glue.c:48:17: note: expected 'const u64 (*)[2]' but argument is of type 'u64 (*)[2]' asmlinkage void pmull_ghash_update_p8(int blocks, u64 dg[], const char *src, ^ Completed OK # rm -rf /kisskb/build/linus_omap2plus_defconfig_arm-gcc4.9 # Build took: 0:03:17.801463