This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from dc912ba91b7e Merge tag 'efi-fixes-for-v6.6-2' of git://git.kernel.org/p [...] new 6d2779ecaeb5 locking/atomic: scripts: fix fallback ifdeffery new 41b43b6c6e30 locking/seqlock: Do the lockdep annotation before locking [...] new 725e2d7ec893 Merge tag 'locking-urgent-2023-09-22' of git://git.kernel. [...] new cff9b2332ab7 kernel/sched: Modify initial boot task idle setup new 5b47b5766b21 Merge tag 'sched-urgent-2023-09-22' of git://git.kernel.or [...] new 34cf99c250d5 x86/mm, kexec, ima: Use memblock_free_late() from ima_free [...] new 10f4c9b9a33b x86/asm: Fix build of UML with KASAN new a8cf700c17d9 x86/srso: Fix srso_show_state() side effect new 91857ae20303 x86/srso: Set CPUID feature bits independently of bug or m [...] new 02428d0366a2 x86/srso: Don't probe microcode in a guest new 01b057b2f4cc x86/srso: Fix SBPB enablement for spec_rstack_overflow=off new 331955600ddf x86/shstk: Handle vfork clone failure correctly new 748c90c69336 x86/shstk: Remove useless clone error handling new 509ff51ee652 x86/shstk: Add warning for shadow stack double unmap new e583bffeb8bc Merge tag 'x86-urgent-2023-09-22' of git://git.kernel.org/ [...] new 4ba89dd6ddec x86/alternatives: Remove faulty optimization new aee9d30b9744 x86,static_call: Fix static-call vs return-thunk new b61ec8d0f18c Merge tag 'x86_urgent_for_v6.6-rc3' of git://git.kernel.or [...] new 215b215d1e92 MAINTAINERS: Use wildcard pattern for ARM PMU headers new 479965a2b7ec arm64: cpufeature: Fix CLRBHB and BC detection new 046b212ac930 arm64/sme: Include ID_AA64PFR1_EL1.SME in cpu-feature-regi [...] new 5ad361f42fe4 arm64/hbc: Document HWCAP2_HBC new 44a5b6b5c7fe arm64: Document missing userspace visible fields in ID_AA6 [...] new 36fcf38152d8 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/li [...]
The 24 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: Documentation/arch/arm64/cpu-feature-registers.rst | 12 ++++++++ Documentation/arch/arm64/elf_hwcaps.rst | 3 ++ MAINTAINERS | 2 +- arch/arm64/include/asm/cpufeature.h | 2 +- arch/arm64/kernel/cpufeature.c | 3 +- arch/arm64/tools/sysreg | 6 +++- arch/x86/include/asm/linkage.h | 7 +++++ arch/x86/include/asm/mmu_context.h | 3 +- arch/x86/include/asm/processor.h | 2 -- arch/x86/kernel/alternative.c | 9 ++---- arch/x86/kernel/callthunks.c | 1 - arch/x86/kernel/cpu/amd.c | 28 ++++++------------ arch/x86/kernel/cpu/bugs.c | 17 ++--------- arch/x86/kernel/process.c | 7 ----- arch/x86/kernel/setup.c | 8 ++---- arch/x86/kernel/shstk.c | 33 ++++++++++++++++++++-- arch/x86/lib/memcpy_64.S | 2 +- arch/x86/lib/memmove_64.S | 2 +- arch/x86/lib/memset_64.S | 2 +- include/linux/atomic/atomic-arch-fallback.h | 10 +------ include/linux/seqlock.h | 2 +- kernel/sched/core.c | 2 +- kernel/sched/idle.c | 1 + scripts/atomic/gen-atomic-fallback.sh | 2 +- 24 files changed, 87 insertions(+), 79 deletions(-)