# git rev-parse -q --verify 0e2adab6cf285c41e825b6c74a3aa61324d1132c^{commit} 0e2adab6cf285c41e825b6c74a3aa61324d1132c already have revision, skipping fetch # git checkout -q -f -B kisskb 0e2adab6cf285c41e825b6c74a3aa61324d1132c # git clean -qxdf # < git log -1 # commit 0e2adab6cf285c41e825b6c74a3aa61324d1132c # Merge: ad32fd7426e1 777d062e5bee # Author: Linus Torvalds # Date: Thu Oct 17 17:00:14 2019 -0700 # # Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux # # Pull arm64 fixes from Will Deacon: # "The main thing here is a long-awaited workaround for a CPU erratum on # ThunderX2 which we have developed in conjunction with engineers from # Cavium/Marvell. # # At the moment, the workaround is unconditionally enabled for affected # CPUs at runtime but we may add a command-line option to disable it in # future if performance numbers show up indicating a significant cost # for real workloads. # # Summary: # # - Work around Cavium/Marvell ThunderX2 erratum #219 # # - Fix regression in mlock() ABI caused by sign-extension of TTBR1 addresses # # - More fixes to the spurious kernel fault detection logic # # - Fix pathological preemption race when enabling some CPU features at boot # # - Drop broken kcore macros in favour of generic implementations # # - Fix userspace view of ID_AA64ZFR0_EL1 when SVE is disabled # # - Avoid NULL dereference on allocation failure during hibernation" # # * tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux: # arm64: tags: Preserve tags for addresses translated via TTBR1 # arm64: mm: fix inverted PAR_EL1.F check # arm64: sysreg: fix incorrect definition of SYS_PAR_EL1_F # arm64: entry.S: Do not preempt from IRQ before all cpufeatures are enabled # arm64: hibernate: check pgd table allocation # arm64: cpufeature: Treat ID_AA64ZFR0_EL1 as RAZ when SVE is not enabled # arm64: Fix kcore macros after 52-bit virtual addressing fallout # arm64: Allow CAVIUM_TX2_ERRATUM_219 to be selected # arm64: Avoid Cavium TX2 erratum 219 when switching TTBR # arm64: Enable workaround for Cavium TX2 erratum 219 when running SMT # arm64: KVM: Trap VM ops when ARM64_WORKAROUND_CAVIUM_TX2_219_TVM is set # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/hppa64-linux/bin/hppa64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/hppa64-linux/bin/hppa64-linux-ld --version # < git log --format=%s --max-count=1 0e2adab6cf285c41e825b6c74a3aa61324d1132c # < make -s -j 10 ARCH=parisc O=/kisskb/build/linus_a500_defconfig_parisc64 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/hppa64-linux/bin/hppa64-linux- a500_defconfig # make -s -j 10 ARCH=parisc O=/kisskb/build/linus_a500_defconfig_parisc64 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/hppa64-linux/bin/hppa64-linux- In file included from /kisskb/src/arch/parisc/include/asm/atomic.h:10, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/arch/parisc/include/asm/bitops.h:13, from /kisskb/src/include/linux/bitops.h:26, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/include/linux/seqlock.h:36, from /kisskb/src/include/linux/time.h:6, from /kisskb/src/fs/nfs/read.c:11: /kisskb/src/fs/nfs/read.c: In function 'nfs_read_completion': /kisskb/src/arch/parisc/include/asm/cmpxchg.h:48:3: warning: value computed is not used [-Wunused-value] ((__typeof__(*(ptr)))__xchg((unsigned long)(x), (ptr), sizeof(*(ptr)))) ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/nfs/read.c:196:5: note: in expansion of macro 'xchg' xchg(&nfs_req_openctx(req)->error, error); ^~~~ /kisskb/src/fs/nfs/read.c: In function 'nfs_readpage': /kisskb/src/arch/parisc/include/asm/cmpxchg.h:48:3: warning: value computed is not used [-Wunused-value] ((__typeof__(*(ptr)))__xchg((unsigned long)(x), (ptr), sizeof(*(ptr)))) ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/nfs/read.c:352:2: note: in expansion of macro 'xchg' xchg(&ctx->error, 0); ^~~~ In file included from /kisskb/src/arch/parisc/include/asm/atomic.h:10, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/arch/parisc/include/asm/bitops.h:13, from /kisskb/src/include/linux/bitops.h:26, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:9, from /kisskb/src/drivers/scsi/scsi_debug.c:18: /kisskb/src/drivers/scsi/scsi_debug.c: In function 'resp_start_stop': /kisskb/src/arch/parisc/include/asm/cmpxchg.h:48:3: warning: value computed is not used [-Wunused-value] ((__typeof__(*(ptr)))__xchg((unsigned long)(x), (ptr), sizeof(*(ptr)))) /kisskb/src/arch/parisc/include/asm/atomic.h:78:30: note: in expansion of macro 'xchg' #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) ^~~~ /kisskb/src/drivers/scsi/scsi_debug.c:1618:2: note: in expansion of macro 'atomic_xchg' atomic_xchg(&devip->stopped, stop); ^~~~~~~~~~~ Completed OK # rm -rf /kisskb/build/linus_a500_defconfig_parisc64 # Build took: 0:02:36.163690