# git rev-parse -q --verify 3bb61aa61828499a7d0f5e560051625fd02ae7e4^{commit} 3bb61aa61828499a7d0f5e560051625fd02ae7e4 already have revision, skipping fetch # git checkout -q -f -B kisskb 3bb61aa61828499a7d0f5e560051625fd02ae7e4 # git clean -qxdf # < git log -1 # commit 3bb61aa61828499a7d0f5e560051625fd02ae7e4 # Merge: 2c6ffa9e9b11 9e5344e0ffc3 # Author: Linus Torvalds # Date: Wed Dec 2 12:27:37 2020 -0800 # # Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux # # Pull arm64 fixes from Will Deacon: # "I'm sad to say that we've got an unusually large arm64 fixes pull for # rc7 which addresses numerous significant instrumentation issues with # our entry code. # # Without these patches, lockdep is hopelessly unreliable in some # configurations [1,2] and syzkaller is therefore not a lot of use # because it's so noisy. # # Although much of this has always been broken, it appears to have been # exposed more readily by other changes such as 044d0d6de9f5 ("lockdep: # Only trace IRQ edges") and general lockdep improvements around IRQ # tracing and NMIs. # # Fixing this properly required moving much of the instrumentation hooks # from our entry assembly into C, which Mark has been working on for the # last few weeks. We're not quite ready to move to the recently added # generic functions yet, but the code here has been deliberately written # to mimic that closely so we can look at cleaning things up once we # have a bit more breathing room. # # Having said all that, the second version of these patches was posted # last week and I pushed it into our CI (kernelci and cki) along with a # commit which forced on PROVE_LOCKING, NOHZ_FULL and # CONTEXT_TRACKING_FORCE. The result? We found a real bug in the # md/raid10 code [3]. # # Oh, and there's also a really silly typo patch that's unrelated. # # Summary: # # - Fix numerous issues with instrumentation and exception entry # # - Fix hideous typo in unused register field definition" # # [1] https://lore.kernel.org/r/CACT4Y+aAzoJ48Mh1wNYD17pJqyEcDnrxGfApir=-j171TnQXhw@mail.gmail.com # [2] https://lore.kernel.org/r/20201119193819.GA2601289@elver.google.com # [3] https://lore.kernel.org/r/94c76d5e-466a-bc5f-e6c2-a11b65c39f83@redhat.com # # * tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux: # arm64: mte: Fix typo in macro definition # arm64: entry: fix EL1 debug transitions # arm64: entry: fix NMI {user, kernel}->kernel transitions # arm64: entry: fix non-NMI kernel<->kernel transitions # arm64: ptrace: prepare for EL1 irq/rcu tracking # arm64: entry: fix non-NMI user<->kernel transitions # arm64: entry: move el1 irq/nmi logic to C # arm64: entry: prepare ret_to_user for function call # arm64: entry: move enter_from_user_mode to entry-common.c # arm64: entry: mark entry code as noinstr # arm64: mark idle code as noinstr # arm64: syscall: exit userspace before unmasking exceptions # < /opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux-gcc --version # < /opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux-ld --version # < git log --format=%s --max-count=1 3bb61aa61828499a7d0f5e560051625fd02ae7e4 # < make -s -j 8 ARCH=um O=/kisskb/build/linus_um-allyesconfig_um-x86_64 CROSS_COMPILE=/opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux- SUBARCH=x86_64 allyesconfig WARNING: unmet direct dependencies detected for MFD_CORE Depends on [n]: HAS_IOMEM [=n] Selected by [y]: - MFD_HI6421_SPMI [=y] && STAGING [=y] && OF [=y] && SPMI [=y] # Added to kconfig CONFIG_STANDALONE=y # Added to kconfig CONFIG_KCOV=n # Added to kconfig CONFIG_GCC_PLUGINS=n # Added to kconfig CONFIG_GCC_PLUGIN_CYC_COMPLEXITY=n # Added to kconfig CONFIG_GCC_PLUGIN_SANCOV=n # Added to kconfig CONFIG_GCC_PLUGIN_LATENT_ENTROPY=n # Added to kconfig CONFIG_GCC_PLUGIN_STRUCTLEAK=n # Added to kconfig CONFIG_GCC_PLUGIN_RANDSTRUCT=n # Added to kconfig CONFIG_UML_NET=n # Added to kconfig CONFIG_UML_NET_ETHERTAP=n # Added to kconfig CONFIG_UML_NET_TUNTAP=n # Added to kconfig CONFIG_UML_NET_SLIP=n # Added to kconfig CONFIG_UML_NET_DAEMON=n # Added to kconfig CONFIG_UML_NET_VDE=n # Added to kconfig CONFIG_UML_NET_MCAST=n # Added to kconfig CONFIG_UML_NET_PCAP=n # Added to kconfig CONFIG_UML_NET_SLIRP=n # Added to kconfig CONFIG_GCOV_KERNEL=n # Added to kconfig CONFIG_DEBUG_INFO_BTF=n # < make -s -j 8 ARCH=um O=/kisskb/build/linus_um-allyesconfig_um-x86_64 CROSS_COMPILE=/opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux- SUBARCH=x86_64 help # make -s -j 8 ARCH=um O=/kisskb/build/linus_um-allyesconfig_um-x86_64 CROSS_COMPILE=/opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux- SUBARCH=x86_64 olddefconfig .config:4389:warning: override: reassigning to symbol UML_NET_ETHERTAP .config:4391:warning: override: reassigning to symbol UML_NET_SLIP .config:4394:warning: override: reassigning to symbol UML_NET_MCAST .config:4396:warning: override: reassigning to symbol UML_NET_SLIRP WARNING: unmet direct dependencies detected for MFD_CORE Depends on [n]: HAS_IOMEM [=n] Selected by [y]: - MFD_HI6421_SPMI [=y] && STAGING [=y] && OF [=y] && SPMI [=y] # make -s -j 8 ARCH=um O=/kisskb/build/linus_um-allyesconfig_um-x86_64 CROSS_COMPILE=/opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux- SUBARCH=x86_64 WARNING: unmet direct dependencies detected for MFD_CORE Depends on [n]: HAS_IOMEM [=n] Selected by [y]: - MFD_HI6421_SPMI [=y] && STAGING [=y] && OF [=y] && SPMI [=y] WARNING: unmet direct dependencies detected for MFD_CORE Depends on [n]: HAS_IOMEM [=n] Selected by [y]: - MFD_HI6421_SPMI [=y] && STAGING [=y] && OF [=y] && SPMI [=y] WARNING: unmet direct dependencies detected for MFD_CORE Depends on [n]: HAS_IOMEM [=n] Selected by [y]: - MFD_HI6421_SPMI [=y] && STAGING [=y] && OF [=y] && SPMI [=y] /kisskb/src/arch/um/os-Linux/signal.c: In function 'sig_handler_common': /kisskb/src/arch/um/os-Linux/signal.c:51:1: warning: the frame size of 2976 bytes is larger than 2048 bytes [-Wframe-larger-than=] } ^ /kisskb/src/arch/um/os-Linux/signal.c: In function 'timer_real_alarm_handler': /kisskb/src/arch/um/os-Linux/signal.c:95:1: warning: the frame size of 2960 bytes is larger than 2048 bytes [-Wframe-larger-than=] } ^ Auto-detecting system features: ... libelf: [ OFF ] ... zlib: [ OFF ] ... bpf: [ on ] No libelf found make[5]: *** [Makefile:287: elfdep] Error 1 make[4]: *** [/kisskb/src/kernel/bpf/preload/Makefile:8: kernel/bpf/preload/libbpf.a] Error 2 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [/kisskb/src/scripts/Makefile.build:500: kernel/bpf/preload] Error 2 make[2]: *** [/kisskb/src/scripts/Makefile.build:500: kernel/bpf] Error 2 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [/kisskb/src/Makefile:1797: kernel] Error 2 make[1]: *** Waiting for unfinished jobs.... make: *** [Makefile:185: __sub-make] Error 2 Command 'make -s -j 8 ARCH=um O=/kisskb/build/linus_um-allyesconfig_um-x86_64 CROSS_COMPILE=/opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux- SUBARCH=x86_64 ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus_um-allyesconfig_um-x86_64 # Build took: 0:03:11.345728