This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 399f4dae683a Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linu [...] new 80e9963fb3b5 irqchip/gic-v3-its: Fix VSYNC referencing an unmapped VPE [...] new c28275e7434e Merge tag 'irq-urgent-2024-04-14' of git://git.kernel.org/ [...] new fa1f51162338 locking: Make rwsem_assert_held_write_nolockdep() build wi [...] new fa37b3be1896 Merge tag 'locking-urgent-2024-04-14' of git://git.kernel. [...] new dec8ced871e1 perf/x86: Fix out of range data new a1505c47e78a Merge tag 'perf-urgent-2024-04-14' of git://git.kernel.org [...] new c1d11fc2c832 irqflags: Explicitly ignore lockdep_hrtimer_exit() argument new 6d029c25b71f selftests/timers/posix_timers: Reimplement check_timer_dis [...] new f87cbcb345d0 timekeeping: Use READ/WRITE_ONCE() for tick_do_timer_cpu new 5284984a4fba bug: Fix no-return-statement warning with !CONFIG_BUG new 076361362122 selftests: timers: Fix valid-adjtimex signed left-shift un [...] new e4a6bceac98e selftests: timers: Fix posix_timers ksft_print_msg() warning new f7d5bcd35d42 selftests: kselftest: Mark functions that unconditionally [...] new ed366de8ec89 selftests: timers: Fix abs() warning in posix_timers test new 16767502aa99 selftests: kselftest: Fix build failure with NOLIBC new c748fc3b1f56 Merge tag 'timers-urgent-2024-04-14' of git://git.kernel.o [...] new 5ce344beaca6 x86/apic: Force native_apic_mem_read() to use the MOV instruction new a40d2525eaa6 Merge branch 'linus' into x86/urgent, to pick up dependent [...] new 04f4230e2f86 x86/bugs: Fix return type of spectre_bhi_state() new a9025cd1c673 x86/topology: Don't update cpu_possible_map in topo_set_cpuids() new f337a6a21e2f x86/cpu: Actually turn off mitigations by default for SPEC [...] new dfe648903f42 x86/bugs: Fix BHI documentation new cb2db5bb04d7 x86/bugs: Cache the value of MSR_IA32_ARCH_CAPABILITIES new d0485730d218 x86/bugs: Rename various 'ia32_cap' variables to 'x86_arch [...] new 1cea8a280dfd x86/bugs: Fix BHI handling of RRSBA new 5f882f3b0a8b x86/bugs: Clarify that syscall hardening isn't a BHI mitigation new 36d4fe147c87 x86/bugs: Remove CONFIG_BHI_MITIGATION_AUTO and spectre_bhi=auto new 4f511739c54b x86/bugs: Replace CONFIG_SPECTRE_BHI_{ON,OFF} with CONFIG_ [...] new 1b3108f6898e x86/cpu/amd: Make the CPUID 0x80000008 parser correct new c064b536a8f9 x86/cpu/amd: Make the NODEID_MSR union actually work new 7211274fe0ee x86/cpu/amd: Move TOPOEXT enablement into the topology parser new 27fd80851dc1 Merge tag 'x86-urgent-2024-04-14' of git://git.kernel.org/ [...] new 16b52bbee482 kernfs: annotate different lockdep class for of->mutex of [...] new 72374d71c315 Merge tag 'pull-sysfs-annotation-fix' of git://git.kernel. [...]
The 34 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/admin-guide/hw-vuln/spectre.rst | 22 ++--- Documentation/admin-guide/kernel-parameters.txt | 12 ++- arch/x86/Kconfig | 22 +---- arch/x86/events/core.c | 1 + arch/x86/include/asm/apic.h | 3 +- arch/x86/kernel/apic/apic.c | 6 +- arch/x86/kernel/cpu/amd.c | 15 ---- arch/x86/kernel/cpu/bugs.c | 82 ++++++++---------- arch/x86/kernel/cpu/common.c | 48 +++++------ arch/x86/kernel/cpu/topology.c | 7 +- arch/x86/kernel/cpu/topology_amd.c | 51 ++++++++++-- drivers/irqchip/irq-gic-v3-its.c | 8 +- fs/kernfs/file.c | 9 +- include/asm-generic/bug.h | 5 +- include/linux/irqflags.h | 2 +- include/linux/rwbase_rt.h | 4 +- include/linux/rwsem.h | 6 +- kernel/cpu.c | 3 +- kernel/time/tick-common.c | 17 ++-- kernel/time/tick-sched.c | 36 ++++---- tools/testing/selftests/kselftest.h | 33 ++++++-- tools/testing/selftests/timers/posix_timers.c | 105 +++++++++++------------- tools/testing/selftests/timers/valid-adjtimex.c | 73 ++++++++-------- 23 files changed, 299 insertions(+), 271 deletions(-)