This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch fs-current in repository linux-next.
omits 560bcc5f06f6 Merge branch 'nfsd-fixes' of git://git.kernel.org/pub/scm/ [...] omits fa33b86e25e6 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...] omits eaac67d2bbfb Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...] omits c541a94c3b60 Merge branch 'vfs.fixes' of git://git.kernel.org/pub/scm/l [...] new 527c88d8390d ovl: fix debug print in case of mkdir error new 0b9d62a47149 fs: unlock the superblock during iterate_supers_type new dd2d6b7f6f51 fs: drop assert in file_seek_cur_needs_f_lock new 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 new 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" new 9afe652958c3 Merge tag 'x86_urgent_for_6.16-rc3' of git://git.kernel.or [...] new e2d7cc2a90c7 Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...] new f80ef1129a94 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...] new fb04a9978034 Merge branch 'nfsd-fixes' of git://git.kernel.org/pub/scm/ [...]
This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this:
* -- * -- B -- O -- O -- O (560bcc5f06f6) \ N -- N -- N refs/heads/fs-current (fb04a9978034)
You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B.
Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever.
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/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/overlayfs/overlayfs.h | 8 ++- fs/super.c | 4 +- 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 +++++++++++++++++++++++++++++ 25 files changed, 240 insertions(+), 97 deletions(-) create mode 100644 tools/testing/selftests/x86/sigtrap_loop.c