This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from a131c2bf1656 Merge tag 'acpi-5.3-rc1-2' of git://git.kernel.org/pub/scm [...] new 7c8e90ddf02f irqchip/renesas-rza1: Prevent use-after-free in rza1_irqc_probe() new 20faba848752 irqchip/gic-v3-its: Fix misuse of GENMASK macro new 3a83f575a33b Merge branch 'irq-urgent-for-linus' of git://git.kernel.or [...] new 7e8e6816c649 stacktrace: Use PF_KTHREAD to check for kernel threads new 02150fab6ae9 Merge branch 'core-urgent-for-linus' of git://git.kernel.o [...] new 9bdd7bb3a844 clocksource/drivers/npcm: Fix misuse of GENMASK macro new 0df1c9868c3a timekeeping/vsyscall: Use __iter_div_u64_rem() new d7fe42a64a19 Merge branch 'timers-urgent-for-linus' of git://git.kernel [...] new 39ca5fb4920a x86/ldt: Initialize the context lock for init_mm new 013c66edf207 Revert "x86/build: Move _etext to actual end of .text" new 1cbec37b3f9c x86/entry/32: Fix ENDPROC of common_spurious new ecc606103837 x86/alternatives: Fix int3_emulate_call() selftest stack c [...] new 26515699863d x86/pgtable/32: Fix LOWMEM_PAGES constant new 7652ac920185 x86/asm: Move native_write_cr0/4() out of line new cbf5b73d162b x86/stacktrace: Prevent infinite loop in arch_stack_walk_user() new 753c8d9b7d81 Merge branch 'x86-urgent-for-linus' of git://git.kernel.or [...]
The 16 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/entry_32.S | 2 +- arch/x86/include/asm/mmu.h | 1 + arch/x86/include/asm/pgtable_32.h | 2 +- arch/x86/include/asm/processor.h | 1 + arch/x86/include/asm/special_insns.h | 41 +------------------- arch/x86/kernel/alternative.c | 25 ++++++++++--- arch/x86/kernel/cpu/common.c | 72 ++++++++++++++++++++++++++++-------- arch/x86/kernel/smpboot.c | 14 +------ arch/x86/kernel/stacktrace.c | 8 ++-- arch/x86/kernel/vmlinux.lds.S | 6 +-- arch/x86/xen/smp_pv.c | 1 + drivers/clocksource/timer-npcm7xx.c | 2 +- drivers/irqchip/irq-gic-v3-its.c | 2 +- drivers/irqchip/irq-renesas-rza1.c | 15 ++++---- kernel/stacktrace.c | 2 +- kernel/time/vsyscall.c | 6 +-- 16 files changed, 102 insertions(+), 98 deletions(-)