# git rev-parse -q --verify 0fe5f9ca223573167c4c4156903d751d2c8e160e^{commit} 0fe5f9ca223573167c4c4156903d751d2c8e160e already have revision, skipping fetch # git checkout -q -f -B kisskb 0fe5f9ca223573167c4c4156903d751d2c8e160e # git clean -qxdf # < git log -1 # commit 0fe5f9ca223573167c4c4156903d751d2c8e160e # Merge: 3e0dea57686d 8b9a18a9f249 # Author: Linus Torvalds # Date: Sun Apr 19 11:58:32 2020 -0700 # # Merge tag 'x86-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip # # Pull x86 and objtool fixes from Thomas Gleixner: # "A set of fixes for x86 and objtool: # # objtool: # # - Ignore the double UD2 which is emitted in BUG() when # CONFIG_UBSAN_TRAP is enabled. # # - Support clang non-section symbols in objtool ORC dump # # - Fix switch table detection in .text.unlikely # # - Make the BP scratch register warning more robust. # # x86: # # - Increase microcode maximum patch size for AMD to cope with new CPUs # which have a larger patch size. # # - Fix a crash in the resource control filesystem when the removal of # the default resource group is attempted. # # - Preserve Code and Data Prioritization enabled state accross CPU # hotplug. # # - Update split lock cpu matching to use the new X86_MATCH macros. # # - Change the split lock enumeration as Intel finaly decided that the # IA32_CORE_CAPABILITIES bits are not architectural contrary to what # the SDM claims. !@#%$^! # # - Add Tremont CPU models to the split lock detection cpu match. # # - Add a missing static attribute to make sparse happy" # # * tag 'x86-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: # x86/split_lock: Add Tremont family CPU models # x86/split_lock: Bits in IA32_CORE_CAPABILITIES are not architectural # x86/resctrl: Preserve CDP enable over CPU hotplug # x86/resctrl: Fix invalid attempt at removing the default resource group # x86/split_lock: Update to use X86_MATCH_INTEL_FAM6_MODEL() # x86/umip: Make umip_insns static # x86/microcode/AMD: Increase microcode PATCH_MAX_SIZE # objtool: Make BP scratch register warning more robust # objtool: Fix switch table detection in .text.unlikely # objtool: Support Clang non-section symbols in ORC generation # objtool: Support Clang non-section symbols in ORC dump # objtool: Fix CONFIG_UBSAN_TRAP unreachable warnings # < /opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux-ld --version # < git log --format=%s --max-count=1 0fe5f9ca223573167c4c4156903d751d2c8e160e # < make -s -j 48 ARCH=powerpc O=/kisskb/build/linus_powernv_defconfig+THIN_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- powernv_defconfig # Added to kconfig CONFIG_USE_THIN_ARCHIVES=y # < make -s -j 48 ARCH=powerpc O=/kisskb/build/linus_powernv_defconfig+THIN_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- help # make -s -j 48 ARCH=powerpc O=/kisskb/build/linus_powernv_defconfig+THIN_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- olddefconfig # make -s -j 48 ARCH=powerpc O=/kisskb/build/linus_powernv_defconfig+THIN_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- /kisskb/src/kernel/trace/ftrace.c: In function 'pid_open': /kisskb/src/kernel/trace/ftrace.c:7166:6: warning: 'seq_ops' may be used uninitialized in this function [-Wmaybe-uninitialized] ret = seq_open(file, seq_ops); ^ /kisskb/src/kernel/trace/ftrace.c: In function 'pid_write': /kisskb/src/kernel/trace/ftrace.c:7244:8: warning: 'filtered_pids' may be used uninitialized in this function [-Wmaybe-uninitialized] ret = trace_pid_write(filtered_pids, &pid_list, ubuf, cnt); ^ /kisskb/src/kernel/trace/ftrace.c:7261:22: warning: 'other_pids' may be used uninitialized in this function [-Wmaybe-uninitialized] } else if (pid_list && !other_pids) { ^ WARNING: modpost: vmlinux.o(.text.unlikely+0x1a0): Section mismatch in reference from the function early_init_mmu() to the function .init.text:radix__early_init_mmu() The function early_init_mmu() references the function __init radix__early_init_mmu(). This is often because early_init_mmu lacks a __init annotation or the annotation of radix__early_init_mmu is wrong. WARNING: modpost: vmlinux.o(.text.unlikely+0x1ac): Section mismatch in reference from the function early_init_mmu() to the function .init.text:hash__early_init_mmu() The function early_init_mmu() references the function __init hash__early_init_mmu(). This is often because early_init_mmu lacks a __init annotation or the annotation of hash__early_init_mmu is wrong. Completed OK # rm -rf /kisskb/build/linus_powernv_defconfig+THIN_powerpc-gcc5 # Build took: 0:03:00.608961