This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 977b1ef51866 Merge tag 'block-6.9-20240420' of git://git.kernel.dk/linux new 69129794d94c x86/bugs: Fix BHI retpoline check new 6376306adde5 x86/retpolines: Enable the default thunk warning only on r [...] new 32f5f73b79ff x86/fred: Fix INT80 emulation for FRED new a4b37f5033fa x86/fred: Fix incorrect error code printout in fred_bad_type() new 9543f6e26634 x86/cpufeatures: Fix dependencies for GFNI, VAES, and VPCLMULQDQ new d07a0b861dfd Merge tag 'x86_urgent_for_v6.9_rc5' of git://git.kernel.or [...] new fe90f3967bdb sched: Add missing memory barrier in switch_mm_cid new 3b68086599f8 Merge tag 'sched_urgent_for_v6.9_rc5' of git://git.kernel. [...]
The 8 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: arch/x86/entry/common.c | 65 ++++++++++++++++++++++++++++++++++++++++ arch/x86/entry/entry_fred.c | 10 +++---- arch/x86/include/asm/barrier.h | 3 ++ arch/x86/kernel/cpu/bugs.c | 11 ++++--- arch/x86/kernel/cpu/cpuid-deps.c | 6 ++-- arch/x86/lib/retpoline.S | 7 +++++ include/asm-generic/barrier.h | 8 +++++ kernel/sched/sched.h | 20 +++++++++---- 8 files changed, 112 insertions(+), 18 deletions(-)