# git rev-parse -q --verify 8100a58044f8f502a53d90af96d6030767df0fbd^{commit} # git fetch -q -n -f git://fs.ozlabs.ibm.com/kernel/linus master warning: The last gc run reported the following. Please correct the root cause and remove .git/gc.log. Automatic cleanup will not be performed until the file is removed. warning: There are too many unreachable loose objects; run 'git prune' to remove them. # git rev-parse -q --verify 8100a58044f8f502a53d90af96d6030767df0fbd^{commit} 8100a58044f8f502a53d90af96d6030767df0fbd # git checkout -q -f -B kisskb 8100a58044f8f502a53d90af96d6030767df0fbd # git clean -qxdf # < git log -1 # commit 8100a58044f8f502a53d90af96d6030767df0fbd # Merge: 9f6b28d498ba 84da009f06e6 # Author: Linus Torvalds # Date: Sun Dec 6 11:22:39 2020 -0800 # # Merge tag 'x86-urgent-2020-12-06' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip # # Pull x86 fixes from Thomas Gleixner: # "A set of fixes for x86: # # - Make the AMD L3 QoS code and data priorization enable/disable # mechanism work correctly. # # The control bit was only set/cleared on one of the CPUs in a L3 # domain, but it has to be modified on all CPUs in the domain. The # initial documentation was not clear about this, but the updated one # from Oct 2020 spells it out. # # - Fix an off by one in the UV platform detection code which causes # the UV hubs to be identified wrongly. # # The chip revisions start at 1 not at 0. # # - Fix a long standing bug in the evaluation of prefixes in the # uprobes code which fails to handle repeated prefixes properly. # # The aggregate size of the prefixes can be larger than the bytes # array but the code blindly iterated over the aggregate size beyond # the array boundary. Add a macro to handle this case properly and # use it at the affected places" # # * tag 'x86-urgent-2020-12-06' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: # x86/sev-es: Use new for_each_insn_prefix() macro to loop over prefixes bytes # x86/insn-eval: Use new for_each_insn_prefix() macro to loop over prefixes bytes # x86/uprobes: Do not use prefixes.nbytes when looping over prefixes.bytes # x86/platform/uv: Fix UV4 hub revision adjustment # x86/resctrl: Fix AMD L3 QOS CDP enable/disable # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/aarch64-linux/bin/aarch64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/aarch64-linux/bin/aarch64-linux-ld --version # < git log --format=%s --max-count=1 8100a58044f8f502a53d90af96d6030767df0fbd # < make -s -j 48 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/aarch64-linux/bin/aarch64-linux- randconfig KCONFIG_SEED=0xD10159EB # Added to kconfig CONFIG_PREVENT_FIRMWARE_BUILD=y # < make -s -j 48 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/aarch64-linux/bin/aarch64-linux- help # make -s -j 48 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/aarch64-linux/bin/aarch64-linux- olddefconfig .config:6170:warning: override: reassigning to symbol PREVENT_FIRMWARE_BUILD # make -s -j 48 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/aarch64-linux/bin/aarch64-linux- /kisskb/src/drivers/gpu/drm/rockchip/cdn-dp-core.c:1124:12: warning: 'cdn_dp_resume' defined but not used [-Wunused-function] static int cdn_dp_resume(struct device *dev) ^~~~~~~~~~~~~ Completed OK # rm -rf /kisskb/build/linus-rand_arm64-randconfig_arm64-gcc8 # Build took: 0:05:33.600009