This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 5e5ea7f61610 iommu/amd: fix SEV-TIO support reporting new 24bc5ea5c01a seqlock, procfs: Match scoped_seqlock_read() critical sect [...] new 90dfeef1cd38 seqlock: Cure some more scoped_seqlock() optimization fails new 92fc1f16e22f Merge tag 'locking-urgent-2025-12-06' of git://git.kernel. [...] new 0c314a881cac objtool: Fix stack overflow in validate_branch() new a818f28f017b x86/alternative: Remove ANNOTATE_DATA_SPECIAL usage new f387d0e1027f x86/asm: Remove ANNOTATE_DATA_SPECIAL usage new 305c8dc47717 objtool: Consolidate annotation macros new ed3bf863dc91 objtool: Remove newlines and tabs from annotation macros new 799647ddb4c0 objtool: Add more robust signal error handling, detect and [...] new 2d3451ef1ef6 objtool: Simplify .annotate_insn code generation output some more new 08b8ddac1f43 Merge tag 'objtool-urgent-2025-12-06' of git://git.kernel. [...] new dde3763365d8 sched/headers: Remove whitespace noise from kernel/sched/sched.h new e38e5299747b sched/hrtick: Fix hrtick() vs. scheduling context new 22abd832776b sched/rt: Remove a preempt-disable section in rt_mutex_setprio() new ca125231dd29 sched/fair: Fix unfairness caused by stalled tg_load_avg_c [...] new c2ae8b0df2d1 sched/core: Fix psi_dequeue() for Proxy Execution new 09bcd5ef66a2 Merge tag 'sched-urgent-2025-12-06' of git://git.kernel.or [...] new 33b4c26d4d3c x86/platform: Fix and extend kernel-doc comments in <asm/x [...] new c7957da77708 x86/boot/Documentation: Spell 'ID' consistently new 1c3377bee212 x86/boot/Documentation: Prefix hexadecimal literals with 0x new cc3ee4ba57b7 Merge tag 'x86-urgent-2025-12-06' of git://git.kernel.org/ [...]
The 21 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/x86/boot.rst | 48 ++++++------ arch/um/include/asm/Kbuild | 1 - arch/um/kernel/asm-offsets.c | 4 + arch/x86/include/asm/alternative.h | 9 +-- arch/x86/include/asm/asm.h | 25 +++--- arch/x86/include/asm/bug.h | 2 +- arch/x86/include/asm/cpufeature.h | 2 +- arch/x86/include/asm/irq_stack.h | 2 +- arch/x86/include/asm/jump_label.h | 2 +- arch/x86/include/asm/nospec-branch.h | 4 +- arch/x86/include/asm/paravirt_types.h | 2 +- arch/x86/include/asm/smap.h | 8 +- arch/x86/include/asm/static_call.h | 2 +- arch/x86/include/asm/x86_init.h | 28 ++++--- arch/x86/kernel/alternative.c | 4 +- arch/x86/kernel/asm-offsets.c | 3 + arch/x86/kernel/rethook.c | 2 +- arch/x86/kernel/static_call.c | 4 +- arch/x86/lib/error-inject.c | 2 +- fs/proc/array.c | 40 +++++----- include/linux/annotate.h | 35 ++++----- include/linux/objtool.h | 2 +- include/linux/seqlock.h | 4 +- kernel/bounds.c | 1 + kernel/sched/core.c | 7 +- kernel/sched/fair.c | 3 + kernel/sched/sched.h | 2 +- kernel/sched/stats.h | 7 +- scripts/mod/devicetable-offsets.c | 1 + tools/objtool/Build | 1 + tools/objtool/check.c | 27 +++---- tools/objtool/include/objtool/objtool.h | 2 + tools/objtool/objtool.c | 4 +- tools/objtool/signal.c | 135 ++++++++++++++++++++++++++++++++ 34 files changed, 288 insertions(+), 137 deletions(-) create mode 100644 tools/objtool/signal.c