# git rev-parse -q --verify ec6f5e0e5ca0764b4bc522c9f9d5abf876a0e3e3^{commit} ec6f5e0e5ca0764b4bc522c9f9d5abf876a0e3e3 already have revision, skipping fetch # git checkout -q -f -B kisskb ec6f5e0e5ca0764b4bc522c9f9d5abf876a0e3e3 # git clean -qxdf # < git log -1 # commit ec6f5e0e5ca0764b4bc522c9f9d5abf876a0e3e3 # Merge: d2360a398f0b 0d07c0ec4381 # Author: Linus Torvalds # Date: Sun Dec 13 11:31:19 2020 -0800 # # Merge tag 'x86-urgent-2020-12-13' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip # # Pull x86 fixes from Thomas Gleixner: # "A set of x86 and membarrier fixes: # # - Correct a few problems in the x86 and the generic membarrier # implementation. Small corrections for assumptions about visibility # which have turned out not to be true. # # - Make the PAT bits for memory encryption correct vs 4K and 2M/1G # page table entries as they are at a different location. # # - Fix a concurrency issue in the the local bandwidth readout of # resource control leading to incorrect values # # - Fix the ordering of allocating a vector for an interrupt. The order # missed to respect the provided cpumask when the first attempt of # allocating node local in the mask fails. It then tries the node # instead of trying the full provided mask first. This leads to # erroneous error messages and breaking the (user) supplied affinity # request. Reorder it. # # - Make the INT3 padding detection in optprobe work correctly" # # * tag 'x86-urgent-2020-12-13' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: # x86/kprobes: Fix optprobe to detect INT3 padding correctly # x86/apic/vector: Fix ordering in vector assignment # x86/resctrl: Fix incorrect local bandwidth when mba_sc is enabled # x86/mm/mem_encrypt: Fix definition of PMD_FLAGS_DEC_WP # membarrier: Execute SYNC_CORE on the calling thread # membarrier: Explicitly sync remote cores when SYNC_CORE is requested # membarrier: Add an actual barrier before rseq_preempt() # x86/membarrier: Get rid of a dubious optimization # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/m68k-linux/bin/m68k-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/m68k-linux/bin/m68k-linux-ld --version # < git log --format=%s --max-count=1 ec6f5e0e5ca0764b4bc522c9f9d5abf876a0e3e3 # < make -s -j 120 ARCH=m68k O=/kisskb/build/linus_sun3_defconfig_m68k-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/m68k-linux/bin/m68k-linux- sun3_defconfig WARNING: unmet direct dependencies detected for NEED_MULTIPLE_NODES Depends on [n]: DISCONTIGMEM [=n] || NUMA Selected by [y]: - SINGLE_MEMORY_CHUNK [=y] && MMU [=y] WARNING: unmet direct dependencies detected for NEED_MULTIPLE_NODES Depends on [n]: DISCONTIGMEM [=n] || NUMA Selected by [y]: - SINGLE_MEMORY_CHUNK [=y] && MMU [=y] # make -s -j 120 ARCH=m68k O=/kisskb/build/linus_sun3_defconfig_m68k-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/m68k-linux/bin/m68k-linux- In file included from /kisskb/src/kernel/rcu/update.c:578: /kisskb/src/kernel/rcu/tasks.h:710:13: warning: 'show_rcu_tasks_rude_gp_kthread' defined but not used [-Wunused-function] static void show_rcu_tasks_rude_gp_kthread(void) {} ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/arch/m68k/include/asm/atomic.h:7, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/linux/cpumask.h:13, from /kisskb/src/include/linux/smp.h:13, from /kisskb/src/include/linux/lockdep.h:14, from /kisskb/src/include/linux/spinlock.h:59, from /kisskb/src/include/linux/wait.h:9, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/ocfs2/file.c:13: /kisskb/src/fs/ocfs2/file.c: In function 'ocfs2_file_write_iter': /kisskb/src/arch/m68k/include/asm/cmpxchg.h:79:22: warning: value computed is not used [-Wunused-value] #define xchg(ptr,x) ((__typeof__(*(ptr)))__xchg((unsigned long)(x),(ptr),sizeof(*(ptr)))) ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ocfs2/file.c:2419:3: note: in expansion of macro 'xchg' xchg(&iocb->ki_complete, saved_ki_complete); ^~~~ Completed OK # rm -rf /kisskb/build/linus_sun3_defconfig_m68k-gcc8 # Build took: 0:01:04.857236