This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from f44d154d6e3d Merge tag 'soc-fixes-6.13' of git://git.kernel.org/pub/scm [...] 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 [...]
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/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 +- include/linux/compiler.h | 37 ++++++++---- include/linux/static_call.h | 1 + kernel/static_call_inline.c | 2 +- tools/objtool/check.c | 9 ++- 20 files changed, 316 insertions(+), 108 deletions(-)