This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 7203062171db Merge tag 'tty-5.18-rc1' of git://git.kernel.org/pub/scm/l [...] new b537bf429a68 xen: use time_is_before_eq_jiffies() instead of open coding it new eed05744322d xen: delay xen_hvm_init_time_ops() if kdump is boot on vcpu>=32 new b359b3a0296a x86/xen: Fix kerneldoc warning new 982e4430beb9 drivers/xen: use helper macro __ATTR_RW new b0f212633b31 xen/grant-table: remove gnttab_*transfer*() functions new c94b731da21f xen/grant-table: remove readonly parameter from functions new 309b517276f2 arch:x86:xen: Remove unnecessary assignment in xen_apic_read() new ff32baa1f39b xen: don't hang when resuming PCI device new de2ae403b4c0 xen: fix is_xen_pmu() new a701f370b521 Merge tag 'for-linus-5.18-rc1-tag' of git://git.kernel.org [...] new 2957308343fa livepatch: Don't block removal of patches that are safe to unload new 4327b9eaf8a4 livepatch: Skip livepatch tests if ftrace cannot be configured new 5e6ded2e7a5d livepatch: Reorder to use before freeing a pointer new e7dbd4d5369d Merge branch 'for-5.18/selftests-fixes' into for-linus new d111c9f0344a Merge tag 'livepatching-for-5.18' of git://git.kernel.org/ [...] new 93b33bb6a5e5 microblaze: fix typo in a comment new 19d448a04e00 microblaze: add const to of_device_id new fcc619621df5 microblaze/PCI: Remove pci_phys_mem_access_prot() dead code new b83d85a5c81c Merge tag 'microblaze-v5.18' of git://git.monstr.eu/linux- [...] new b0cf9b4b26e6 MAINTAINERS: update hexagon maintainer email, tree new 023f3fef8386 Merge tag 'hexagon-5.18-0' of git://git.kernel.org/pub/scm [...] new c1cb81429df4 kdb: Fix the putarea helper function new cffb2b72d3ed Merge tag 'kgdb-5.18-rc1' of git://git.kernel.org/pub/scm/ [...]
The 23 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: MAINTAINERS | 3 +- arch/microblaze/include/asm/pci.h | 4 - arch/microblaze/kernel/signal.c | 2 +- arch/microblaze/pci/pci-common.c | 49 -------- arch/microblaze/pci/xilinx_pci.c | 2 +- arch/x86/xen/apic.c | 2 +- arch/x86/xen/pmu.c | 10 +- arch/x86/xen/pmu.h | 3 +- arch/x86/xen/setup.c | 2 +- arch/x86/xen/smp_hvm.c | 6 + arch/x86/xen/smp_pv.c | 2 +- arch/x86/xen/time.c | 24 +++- drivers/block/xen-blkfront.c | 8 +- drivers/char/tpm/xen-tpmfront.c | 2 +- drivers/gpu/drm/xen/xen_drm_front_evtchnl.c | 2 +- drivers/input/misc/xen-kbdfront.c | 4 +- drivers/net/xen-netfront.c | 13 +- drivers/pci/xen-pcifront.c | 2 +- drivers/scsi/xen-scsifront.c | 4 +- drivers/usb/host/xen-hcd.c | 4 +- drivers/xen/balloon.c | 3 +- drivers/xen/gntalloc.c | 2 +- drivers/xen/gntdev-dmabuf.c | 2 +- drivers/xen/grant-table.c | 151 +++-------------------- drivers/xen/manage.c | 4 +- drivers/xen/pvcalls-front.c | 6 +- drivers/xen/sys-hypervisor.c | 5 +- drivers/xen/xen-front-pgdir-shbuf.c | 3 +- include/xen/grant_table.h | 13 +- kernel/debug/kdb/kdb_support.c | 2 +- kernel/livepatch/transition.c | 11 +- net/9p/trans_xen.c | 8 +- samples/livepatch/livepatch-shadow-fix1.c | 2 +- samples/livepatch/livepatch-shadow-fix2.c | 2 +- sound/xen/xen_snd_front_evtchnl.c | 2 +- tools/testing/selftests/livepatch/functions.sh | 22 +++- tools/testing/selftests/livepatch/test-ftrace.sh | 3 +- 37 files changed, 131 insertions(+), 258 deletions(-)