# git rev-parse -q --verify d6622d913a637bce224f74425a9dfe734f946358^{commit} d6622d913a637bce224f74425a9dfe734f946358 already have revision, skipping fetch # git checkout -q -f -B kisskb d6622d913a637bce224f74425a9dfe734f946358 # git clean -qxdf # < git log -1 # commit d6622d913a637bce224f74425a9dfe734f946358 # Merge: 7c90325390c9 74698f6971f2 # Author: Linus Torvalds # Date: Thu Feb 21 09:11:36 2019 -0800 # # Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux # # Pull late arm64 fixes from Will Deacon: # "Three small arm64 fixes for 5.0. # # They fix a build breakage with clang introduced in 4.20, an oversight # in our sigframe restoration relating to the SSBS bit and a boot fix # for systems with newer revisions of our interrupt controller. # # Summary: # # - Fix handling of PSTATE.SSBS bit in sigreturn() # # - Fix version checking of the GIC during early boot # # - Fix clang builds failing due to use of NEON in the crypto code" # # * tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux: # arm64: Relax GIC version check during early boot # arm64/neon: Disable -Wincompatible-pointer-types when building with Clang # arm64: fix SSBS sanitization # < /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 d6622d913a637bce224f74425a9dfe734f946358 # < make -s -j 80 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 80 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:40: 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:17, from /kisskb/src/drivers/tty/serial/sh-sci.c:24: /kisskb/src/drivers/tty/serial/sh-sci.c: In function 'sci_submit_rx': /kisskb/src/include/linux/spinlock.h:279: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:1338:16: note: 'flags' was declared here unsigned long flags; ^ Completed OK # rm -rf /kisskb/build/linus_arm64-defconfig_arm64-gcc5.4 # Build took: 0:03:59.241279