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 f904001561b7 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...] omits 3c5fcda9bae4 Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...] omits f7e76cdbe3c4 Merge branch 'vfs.fixes' of git://git.kernel.org/pub/scm/l [...] new f9244fb55f37 xen/netfront: fix crash when removing device new efbcd61d9beb x86: make get_cpu_vendor() accessible from Xen code new dda014ba5933 objtool/x86: allow syscall instruction new 0ef8047b737d x86/static-call: provide a way to do very early static-cal [...] new a2796dff62d6 x86/xen: don't do PV iret hypercall through hypercall page new b4845bb63838 x86/xen: add central hypercall functions new b1c2cb86f4a7 x86/xen: use new hypercall functions instead of hypercall page new 7fa0da537368 x86/xen: remove hypercall page new 59dbb9d81adf Merge tag 'xsa465+xsa466-6.13-tag' of git://git.kernel.org [...] adds 239d87327dcd fortify: Hide run-time copy size from value range tracking new 1f13c38a854d Merge tag 'hardening-v6.13-rc4' of git://git.kernel.org/pu [...] new ed90ed56e4b1 Merge tag 'erofs-for-6.13-rc4-fixes' of git://git.kernel.o [...] adds 41856638e6c4 s390/mm: Fix DirectMap accounting adds 5fa49dd8e521 s390/ipl: Fix never less than zero warning adds 282da38b4653 s390/mm: Consider KMSAN modules metadata for paging levels new a241d7f0d3a2 Merge tag 's390-6.13-3' of git://git.kernel.org/pub/scm/li [...] new cc252bb59263 fgraph: Still initialize idle shadow stacks when starting new 166438a432d7 ftrace: Do not find "true_parent" if HAVE_DYNAMIC_FTRACE_W [...] new 5529876063e1 Merge tag 'ftrace-v6.13-rc3' of git://git.kernel.org/pub/s [...] new 2b2fc0be98a8 fs: fix missing declaration of init_files new 6513e09781ce Merge branch 'vfs.fixes' of git://git.kernel.org/pub/scm/l [...] new bba0b23805fb Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...] new 69d803c40ede nfsd: Revert "nfsd: release svc_expkey/svc_export with rcu_work" new 9048cf05a17a NFSD: fix management of pending async copies new c8ac6956e882 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 (f904001561b7) \ N -- N -- N refs/heads/fs-current (c8ac6956e882)
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 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: arch/s390/boot/startup.c | 2 + arch/s390/boot/vmem.c | 6 +- arch/s390/kernel/ipl.c | 2 +- arch/x86/include/asm/processor.h | 2 + arch/x86/include/asm/static_call.h | 15 +++++ arch/x86/include/asm/sync_core.h | 6 +- arch/x86/include/asm/xen/hypercall.h | 36 +++++++----- arch/x86/kernel/callthunks.c | 5 -- arch/x86/kernel/cpu/common.c | 38 +++++++------ arch/x86/kernel/static_call.c | 9 +++ arch/x86/kernel/vmlinux.lds.S | 4 -- arch/x86/xen/enlighten.c | 65 ++++++++++++++++++++- arch/x86/xen/enlighten_hvm.c | 13 ++--- arch/x86/xen/enlighten_pv.c | 4 +- arch/x86/xen/enlighten_pvh.c | 7 --- arch/x86/xen/xen-asm.S | 50 +++++++++++++--- arch/x86/xen/xen-head.S | 107 +++++++++++++++++++++++++++-------- arch/x86/xen/xen-ops.h | 9 +++ drivers/net/xen-netfront.c | 5 +- fs/file.c | 1 + fs/nfsd/export.c | 31 ++-------- fs/nfsd/export.h | 4 +- fs/nfsd/nfs4proc.c | 13 +++-- include/linux/compiler.h | 37 ++++++++---- include/linux/fortify-string.h | 14 ++++- include/linux/static_call.h | 1 + kernel/static_call_inline.c | 2 +- kernel/trace/fgraph.c | 8 ++- kernel/trace/trace_functions.c | 3 +- tools/objtool/check.c | 9 ++- 30 files changed, 361 insertions(+), 147 deletions(-)