# git rev-parse -q --verify b19e8c68470385dd2c5440876591fddb02c8c402^{commit} b19e8c68470385dd2c5440876591fddb02c8c402 already have revision, skipping fetch # git checkout -q -f -B kisskb b19e8c68470385dd2c5440876591fddb02c8c402 # git clean -qxdf # < git log -1 # commit b19e8c68470385dd2c5440876591fddb02c8c402 # Merge: 1d40890aae812 d91771848f0ae # Author: Linus Torvalds # Date: Thu Feb 13 14:36:57 2020 -0800 # # Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux # # Pull arm64 fixes from Will Deacon: # "Summary below, but it's all reasonably straightforward. There are some # more fixes on the horizon, but nothing disastrous yet. # # Summary: # # - Fix build when KASLR is enabled but CONFIG_ARCH_RANDOM is not set # # - Fix context-switching of SSBS state on systems that implement it # # - Fix spinlock compiler warning introduced during the merge window # # - Fix incorrect header inclusion (linux/clk-provider.h) # # - Use SYSCTL_{ZERO,ONE} instead of rolling our own static variables # # - Don't scream if optional SMMUv3 PMU irq is missing # # - Remove some unused function prototypes" # # * tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux: # arm64: time: Replace by # arm64: Fix CONFIG_ARCH_RANDOM=n build # perf/smmuv3: Use platform_get_irq_optional() for wired interrupt # arm64/spinlock: fix a -Wunused-function warning # arm64: ssbs: Fix context-switch when SSBS is present on all CPUs # arm64: use shared sysctl constants # arm64: Drop do_el0_ia_bp_hardening() & do_sp_pc_abort() declarations # < /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 b19e8c68470385dd2c5440876591fddb02c8c402 # < make -s -j 10 ARCH=arm64 O=/kisskb/build/linus_arm64-defconfig_arm64-gcc5.4 CROSS_COMPILE=/opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/aarch64-linux- defconfig # make -s -j 10 ARCH=arm64 O=/kisskb/build/linus_arm64-defconfig_arm64-gcc5.4 CROSS_COMPILE=/opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/aarch64-linux- arch/arm64/Makefile:27: ld does not support --fix-cortex-a53-843419; kernel may be susceptible to erratum arch/arm64/Makefile:35: LSE atomics not supported by binutils In file included from /kisskb/src/include/linux/rwsem.h:16:0, from /kisskb/src/include/linux/notifier.h:15, from /kisskb/src/include/linux/clk.h:14, from /kisskb/src/drivers/tty/serial/sh-sci.c:20: /kisskb/src/drivers/tty/serial/sh-sci.c: In function 'sci_dma_rx_submit': /kisskb/src/include/linux/spinlock.h:288:3: warning: 'flags' may be used uninitialized in this function [-Wmaybe-uninitialized] _raw_spin_unlock_irqrestore(lock, flags); \ ^ /kisskb/src/drivers/tty/serial/sh-sci.c:1348:16: note: 'flags' was declared here unsigned long flags; ^ /kisskb/src/drivers/i2c/busses/i2c-sh_mobile.c: In function 'sh_mobile_i2c_isr': /kisskb/src/drivers/i2c/busses/i2c-sh_mobile.c:399:26: warning: 'data' may be used uninitialized in this function [-Wmaybe-uninitialized] pd->msg->buf[real_pos] = data; ^ /kisskb/src/drivers/i2c/busses/i2c-sh_mobile.c:372:16: note: 'data' was declared here unsigned char data; ^ Completed OK # rm -rf /kisskb/build/linus_arm64-defconfig_arm64-gcc5.4 # Build took: 0:10:02.857244