This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch stable in repository linux-next.
from e04c78d86a96 Linux 6.16-rc2 adds b55eb6eb2a74 pidfs: never refuse ppid == 0 in PIDFD_GET_INFO adds 714d02b41939 ovl: fix regression caused by lookup helpers API changes adds 800d0b9b6a8b fs/xattr.c: fix simple_xattr_list() adds 6bdd3a01fe46 fs: add missing values to TRACE_IOCB_STRINGS adds ad5a0351064c VFS: change try_lookup_noperm() to skip revalidation adds 527c88d8390d ovl: fix debug print in case of mkdir error adds 0b9d62a47149 fs: unlock the superblock during iterate_supers_type adds dd2d6b7f6f51 fs: drop assert in file_seek_cur_needs_f_lock adds fe78e02600f8 Merge tag 'vfs-6.16-rc3.fixes' of git://git.kernel.org/pub [...] adds b93755f40832 powerpc/vdso: Fix build of VDSO32 with pcrel adds 33bc69cf6655 powerpc/eeh: Fix missing PE bridge reconfiguration during [...] adds 4e6d080acfda powerpc/microwatt: Fix model property in device tree adds e75cb6010838 powerpc: dts: mpc8315erdb: Add GPIO controller node adds ab107276607a powerpc: Fix struct termio related ioctl macros adds 44a5ab7a7958 Merge tag 'powerpc-6.16-3' of git://git.kernel.org/pub/scm [...] adds e34dbbc85d64 x86/fred/signal: Prevent immediate repeat of single step t [...] adds f287822688ee selftests/x86: Add a test to detect infinite SIGTRAP handler loop adds 0b3bc018e86a x86/virt/tdx: Avoid indirect calls to TDX assembly functions adds 1dbf30fdb5e5 x86/mm/pat: don't collapse pages without PSE set adds 47410d839fcd x86/Kconfig: only enable ROX cache in execmem when STRICT_ [...] adds 0b0cae7119a0 x86/its: move its_pages array to struct mod_arch_specific adds a82b26451de1 x86/its: explicitly manage permissions for ITS pages adds 7cd9a11dd0c3 Revert "mm/execmem: Unify early execmem_cache behaviour" adds 9afe652958c3 Merge tag 'x86_urgent_for_6.16-rc3' of git://git.kernel.or [...]
No new revisions were added by this update.
Summary of changes: arch/powerpc/boot/dts/microwatt.dts | 2 +- arch/powerpc/boot/dts/mpc8315erdb.dts | 10 +++ arch/powerpc/include/asm/ppc_asm.h | 2 +- arch/powerpc/include/uapi/asm/ioctls.h | 8 +-- arch/powerpc/kernel/eeh.c | 2 + arch/powerpc/kernel/vdso/Makefile | 2 +- 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 +- fs/file.c | 8 ++- fs/namei.c | 17 +++-- fs/overlayfs/namei.c | 10 ++- fs/overlayfs/overlayfs.h | 8 ++- fs/pidfs.c | 2 +- fs/super.c | 4 +- fs/xattr.c | 1 + include/linux/execmem.h | 8 +-- include/linux/fs.h | 4 +- include/linux/module.h | 5 -- mm/execmem.c | 40 +----------- tools/testing/selftests/x86/Makefile | 2 +- tools/testing/selftests/x86/sigtrap_loop.c | 101 +++++++++++++++++++++++++++++ 30 files changed, 266 insertions(+), 105 deletions(-) create mode 100644 tools/testing/selftests/x86/sigtrap_loop.c