This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 99bade344cfa Merge tag 'rust-fixes-6.17' of git://git.kernel.org/pub/sc [...] new dfb36e4a8db0 futex: Use user_write_access_begin/_end() in futex_put_value() new 21924af67d69 locking: Fix __clear_task_blocked_on() warning from __ww_m [...] new 0a9ee9ce49a6 Merge tag 'locking_urgent_for_v6.17_rc2' of git://git.kern [...] new 4fa7d880aeb8 x86/bugs: Select best SRSO mitigation new 31cd31c9e17e x86/fpu: Fix NULL dereference in avx512_status() new 5eb1bcdb6a8c x86/sev: Improve handling of writes to intercepted TSC MSRs new c08ba63078dd virt: sev-guest: Satisfy linear mapping requirement in get [...] new 3ee9cebd0a5e x86/sev: Ensure SVSM reserved fields in a page validation [...] new ed6c4b657bca x86/cpuid: Remove transitional <asm/cpuid.h> header new 8d561baae505 Merge tag 'x86_urgent_for_v6.17_rc2' of git://git.kernel.o [...]
The 10 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: .../admin-guide/hw-vuln/attack_vector_controls.rst | 2 +- arch/x86/boot/startup/sev-shared.c | 1 + arch/x86/coco/sev/core.c | 2 ++ arch/x86/coco/sev/vc-handle.c | 31 +++++++++++----------- arch/x86/include/asm/cpuid.h | 8 ------ arch/x86/kernel/cpu/bugs.c | 13 +++++++-- arch/x86/kernel/fpu/xstate.c | 19 ++++++------- drivers/virt/coco/sev-guest/sev-guest.c | 27 +++++++++---------- include/linux/sched.h | 29 +++++++++++--------- kernel/futex/futex.h | 6 ++--- kernel/locking/ww_mutex.h | 6 ++++- 11 files changed, 78 insertions(+), 66 deletions(-) delete mode 100644 arch/x86/include/asm/cpuid.h