This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from fc02cb2b37fe Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/ [...] new b968e84b509d x86/iopl: Fake iopl(3) CLI/STI usage new 44b979fa302c x86/mm/64: Improve stack overflow warnings new 7fae4c24a2b8 x86: Increase exception stack sizes new c7419a6e1aa3 Merge branch x86/cc into x86/core new 541ac97186d9 x86/sev: Make the #VC exception stacks part of the default [...] new a54c401ae66f x86/tools/relocs: Support >64K section headers new 0d054d4e8207 x86/boot: Allow a "silent" kaslr random byte fetch new 33f98a9798f5 x86/boot/compressed: Avoid duplicate malloc() implementations new ca136cac37eb vmlinux.lds.h: Have ORC lookup cover entire _etext - _stext new a72fdfd21e01 selftests/x86/iopl: Adjust to the faked iopl CLI/STI usage new cc0356d6a02e Merge tag 'x86_core_for_v5.16_rc1' of git://git.kernel.org [...]
The 11 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/boot/compressed/kaslr.c | 4 -- arch/x86/boot/compressed/misc.c | 3 + arch/x86/boot/compressed/misc.h | 2 + arch/x86/include/asm/cpu_entry_area.h | 8 ++- arch/x86/include/asm/insn-eval.h | 1 + arch/x86/include/asm/irq_stack.h | 37 ++++++++---- arch/x86/include/asm/page_64_types.h | 2 +- arch/x86/include/asm/processor.h | 1 + arch/x86/include/asm/stacktrace.h | 10 ++++ arch/x86/include/asm/traps.h | 6 +- arch/x86/kernel/dumpstack_64.c | 6 ++ arch/x86/kernel/process.c | 1 + arch/x86/kernel/sev.c | 32 ----------- arch/x86/kernel/traps.c | 58 +++++++++++++++---- arch/x86/lib/insn-eval.c | 2 +- arch/x86/lib/kaslr.c | 18 ++++-- arch/x86/mm/cpu_entry_area.c | 7 +++ arch/x86/mm/fault.c | 20 +++---- arch/x86/tools/relocs.c | 103 +++++++++++++++++++++++++--------- include/asm-generic/vmlinux.lds.h | 3 +- include/linux/decompress/mm.h | 12 +++- tools/testing/selftests/x86/iopl.c | 78 ++++++++++++++++++------- 22 files changed, 284 insertions(+), 130 deletions(-)