This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 44a5ab7a7958 Merge tag 'powerpc-6.16-3' of git://git.kernel.org/pub/scm [...] new e34dbbc85d64 x86/fred/signal: Prevent immediate repeat of single step t [...] new f287822688ee selftests/x86: Add a test to detect infinite SIGTRAP handler loop new 0b3bc018e86a x86/virt/tdx: Avoid indirect calls to TDX assembly functions new 1dbf30fdb5e5 x86/mm/pat: don't collapse pages without PSE set new 47410d839fcd x86/Kconfig: only enable ROX cache in execmem when STRICT_ [...] new 0b0cae7119a0 x86/its: move its_pages array to struct mod_arch_specific new a82b26451de1 x86/its: explicitly manage permissions for ITS pages new 7cd9a11dd0c3 Revert "mm/execmem: Unify early execmem_cache behaviour" new 9afe652958c3 Merge tag 'x86_urgent_for_6.16-rc3' of git://git.kernel.or [...]
The 9 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/Kconfig | 2 +- arch/x86/include/asm/module.h | 8 +++ arch/x86/include/asm/sighandling.h | 22 +++++++ arch/x86/include/asm/tdx.h | 2 +- arch/x86/kernel/alternative.c | 79 +++++++++++++++------- arch/x86/kernel/signal_32.c | 4 ++ arch/x86/kernel/signal_64.c | 4 ++ arch/x86/mm/init_32.c | 3 - arch/x86/mm/init_64.c | 3 - arch/x86/mm/pat/set_memory.c | 3 + arch/x86/virt/vmx/tdx/tdx.c | 5 +- include/linux/execmem.h | 8 +-- include/linux/module.h | 5 -- mm/execmem.c | 40 +----------- tools/testing/selftests/x86/Makefile | 2 +- tools/testing/selftests/x86/sigtrap_loop.c | 101 +++++++++++++++++++++++++++++ 16 files changed, 207 insertions(+), 84 deletions(-) create mode 100644 tools/testing/selftests/x86/sigtrap_loop.c