This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from f1fd1610cbb6 Merge tag 'devicetree-fixes-for-5.5-2' of git://git.kernel [...] new 66d9506440bb clk: walk orphan list on clock provider registration new 073a01e8d7c2 clk: imx: clk-composite-8m: add lock to gate/mux new ed11e31709d7 clk: imx: clk-imx7ulp: Add missing sentinel of ulp_div_table new c3a5fd15ed0c clk: imx: pll14xx: fix clk_pll14xx_wait_lock new d3ab06f43289 Merge tag 'imx-clk-fixes-5.5' of git://git.kernel.org/pub/ [...] new 6956eb33abb5 clk: at91: fix possible deadlock new c771256ee7a0 clk: Move clk_core_reparent_orphans() under CONFIG_OF new 8d20c39f063e clk: qcom: gcc-sc7180: Fix setting flag for votable GDSCs new 781d8cea68ac clk: qcom: Avoid SMMU/cx gdsc corner cases new 12ac9a08fc4c Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pu [...] new 246ff09f89e5 x86/MCE/AMD: Do not use rdmsr_safe_on_cpu() in smca_configure() new 966af20929ac x86/MCE/AMD: Allow Reserved types to be overwritten in smc [...] new a3a57ddad061 x86/mce: Fix possibly incorrect severity calculation on AMD new 5c741e2583d2 Merge branch 'ras-urgent-for-linus' of git://git.kernel.or [...] new a58d37bce0d2 ocxl: Fix concurrent AFU open and device removal new 14c73bd344da powerpc/vcpu: Assume dedicated processors as non-preempt new 656c21d6af5d powerpc/shared: Use static key to detect shared processor new 8fabc623238e powerpc: Ensure that swiotlb buffer is allocated from low memory new 099bc4812f09 powerpc/irq: fix stack overflow verification new 913e73c77d48 ocxl: Fix potential memory leak on context creation new 0601546f23fb powerpc/8xx: fix bogus __init on mmu_mapin_ram_chunk() new e352f576d345 powerpc/pseries/cmm: fix managed page counts when migratin [...] new 61e3acd8c693 powerpc: Fix __clear_user() with KUAP enabled new 228b607d8ea1 KVM: PPC: Book3S HV: Fix regression on big endian hosts new 6d04182dd36d Merge tag 'powerpc-5.5-4' of git://git.kernel.org/pub/scm/ [...] new 589b72894f53 xen/blkfront: Adjust indentation in xlvbd_alloc_gendisk new c534374ecf04 xenbus: move xenbus_dev_shutdown() into frontend code... new 672b7763cb2c xenbus: limit when state is forced to closed new 1ee54195a305 xen/interface: re-define FRONT/BACK_RING_ATTACH() new f4eef1b652ee xen-blkback: support dynamic unbind/bind new d6bd6cf9feb8 xen/grant-table: remove multiple BUG_ON on gnttab_interface new 62af608b4b07 Merge tag 'for-linus-5.5b-rc3-tag' of git://git.kernel.org [...] new e16260c21f87 parisc: fix compilation when KEXEC=n and KEXEC_FILE=y new aeea5eae4fd5 parisc: add missing __init annotation new 36257d558041 parisc: soft_offline_page() now takes the pfn new 75cf9797006a parisc: Fix compiler warnings in debug_core.c new 6210469417fd Merge branch 'parisc-5.5-2' of git://git.kernel.org/pub/sc [...]
The 37 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/parisc/include/asm/cmpxchg.h | 10 ++++- arch/parisc/include/asm/kexec.h | 4 -- arch/parisc/kernel/Makefile | 2 +- arch/parisc/kernel/drivers.c | 2 +- arch/parisc/kernel/pdt.c | 3 +- arch/powerpc/include/asm/spinlock.h | 13 +++---- arch/powerpc/include/asm/uaccess.h | 9 ++++- arch/powerpc/kernel/irq.c | 4 +- arch/powerpc/kvm/book3s_hv_rmhandlers.S | 4 +- arch/powerpc/lib/string_32.S | 4 +- arch/powerpc/lib/string_64.S | 6 +-- arch/powerpc/mm/mem.c | 8 ++++ arch/powerpc/mm/nohash/8xx.c | 2 +- arch/powerpc/platforms/pseries/cmm.c | 10 +++++ arch/powerpc/platforms/pseries/setup.c | 7 ++++ arch/x86/kernel/cpu/mce/amd.c | 4 +- arch/x86/kernel/cpu/mce/core.c | 2 +- drivers/block/xen-blkback/xenbus.c | 56 ++++++++++++++++++--------- drivers/block/xen-blkfront.c | 4 +- drivers/clk/at91/at91sam9260.c | 2 +- drivers/clk/at91/at91sam9rl.c | 2 +- drivers/clk/at91/at91sam9x5.c | 2 +- drivers/clk/at91/pmc.c | 2 +- drivers/clk/at91/sama5d2.c | 2 +- drivers/clk/at91/sama5d4.c | 2 +- drivers/clk/clk.c | 62 +++++++++++++++++++----------- drivers/clk/imx/clk-composite-8m.c | 2 + drivers/clk/imx/clk-imx7ulp.c | 1 + drivers/clk/imx/clk-pll14xx.c | 2 +- drivers/clk/qcom/gcc-sc7180.c | 6 ++- drivers/clk/qcom/gpucc-msm8998.c | 2 + drivers/misc/ocxl/context.c | 8 ++-- drivers/misc/ocxl/file.c | 23 ++++++----- drivers/xen/grant-table.c | 4 -- drivers/xen/xenbus/xenbus.h | 2 - drivers/xen/xenbus/xenbus_probe.c | 35 +++++------------ drivers/xen/xenbus/xenbus_probe_backend.c | 1 - drivers/xen/xenbus/xenbus_probe_frontend.c | 24 +++++++++++- include/xen/interface/io/ring.h | 29 +++++--------- include/xen/xenbus.h | 1 + 40 files changed, 215 insertions(+), 153 deletions(-)