This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-arm in repository toolchain/ci/linux.
from 462abc9de7a1 Merge tag 'block-5.19-2022-06-16' of git://git.kernel.dk/l [...] adds 6640b5df1a38 Drivers: hv: vmbus: Don't assign VMbus channel interrupts [...] adds 92ec746bcea0 Drivers: hv: Fix syntax errors in comments adds 245b993d8f6c clocksource: hyper-v: unexport __init-annotated hv_init_cl [...] adds f5f93d7f5a5c HID: hyperv: Correctly access fields declared as __le16 adds 656c5ba50b71 Drivers: hv: vmbus: Release cpu lock in error case adds 49d6a3c062a1 x86/Hyper-V: Add SEV negotiate protocol support in Isolation VM adds 2d806a688f98 Merge tag 'hyperv-fixes-signed-20220617' of git://git.kern [...] adds 5e757deddd91 riscv: dts: microchip: re-add pdma to mpfs device tree adds a7c1c97fb1e6 Merge tag 'dt-fixes-for-palmer-5.19-rc3' of ssh://gitolite [...] adds 21f356f99026 riscv: fix dependency for t-head errata adds 237c0ee4742b riscv: drop cpufeature_apply_feature tracking variable adds 924cbb8cbe34 riscv: Improve description for RISCV_ISA_SVPBMT Kconfig symbol adds c836d9d17a7d RISC-V: Some Svpbmt fixes adds f10516322dda Merge tag 'riscv-for-linus-5.19-rc3' of git://git.kernel.o [...] adds b672332ef916 LoongArch: vmlinux.lds.S: Add missing ELF_DETAILS adds a667e4d3d0b0 docs/LoongArch: Fix notes rendering by using reST directives adds 03dfb4a3abc4 docs/zh_CN/LoongArch: Fix notes rendering by using reST di [...] adds cc2fb31d49f8 Merge tag 'loongarch-fixes-5.19-2' of git://git.kernel.org [...] adds 27d8fa207835 Revert "arm64: Initialize jump labels before setup_machine_fdt()" adds 3eefdf9d1e40 arm64: ftrace: fix branch range checks adds a6253579977e arm64: ftrace: consistently handle PLTs. adds 0d8116ccd83b arm64: ftrace: remove redundant label adds 3f77a1d0570e arm64/cpufeature: Unexport set_cpu_feature() adds c50f11c6196f arm64: mm: Don't invalidate FROM_DEVICE buffers at start o [...] adds ef06e68290b2 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/li [...] adds c3230283e281 printk: Block console kthreads when direct printing will b [...] adds b87f02307d3c printk: Wait for the global console lock when the system i [...] adds 38335cc5ffaf Merge branch 'rework/kthreads' into for-linus adds 93d17c1c8c1c Merge tag 'printk-for-5.19-rc3' of git://git.kernel.org/pu [...] adds a2b36ffbf5b6 x86/PCI: Revert "x86/PCI: Clip only host bridge windows fo [...] adds 32efdbffff28 Merge tag 'pci-v5.19-fixes-2' of git://git.kernel.org/pub/ [...] adds fe44fb23d6cc pNFS: Don't keep retrying if the server replied NFS4ERR_LA [...] adds 880265c77ac4 pNFS: Avoid a live lock condition in pnfs_update_layout() adds 304791255a2d sunrpc: set cl_max_connect when cloning an rpc_clnt adds 5ee3d10f84d0 NFSv4: Add FMODE_CAN_ODIRECT after successful open of a NF [...] adds 4b35035bcf80 Merge tag 'nfs-for-5.19-2' of git://git.linux-nfs.org/proj [...]
No new revisions were added by this update.
Summary of changes: Documentation/loongarch/introduction.rst | 15 ++- Documentation/loongarch/irq-chip-model.rst | 22 ++-- .../translations/zh_CN/loongarch/introduction.rst | 14 ++- .../zh_CN/loongarch/irq-chip-model.rst | 14 ++- arch/arm64/kernel/cpufeature.c | 1 - arch/arm64/kernel/entry-ftrace.S | 1 - arch/arm64/kernel/ftrace.c | 137 ++++++++++----------- arch/arm64/kernel/setup.c | 7 +- arch/arm64/mm/cache.S | 2 - arch/loongarch/kernel/vmlinux.lds.S | 1 + arch/riscv/Kconfig | 9 +- arch/riscv/Kconfig.erratas | 1 + arch/riscv/boot/dts/microchip/mpfs.dtsi | 9 ++ arch/riscv/kernel/cpufeature.c | 5 +- arch/x86/hyperv/hv_init.c | 6 + arch/x86/hyperv/ivm.c | 84 ++++++++++++- arch/x86/include/asm/e820/api.h | 5 - arch/x86/include/asm/mshyperv.h | 4 + arch/x86/include/asm/pci_x86.h | 8 ++ arch/x86/kernel/resource.c | 14 ++- arch/x86/pci/acpi.c | 8 +- drivers/clocksource/hyperv_timer.c | 1 - drivers/hid/hid-hyperv.c | 5 +- drivers/hv/channel_mgmt.c | 18 ++- drivers/hv/hv_kvp.c | 2 +- drivers/hv/vmbus_drv.c | 4 + fs/nfs/callback_proc.c | 1 + fs/nfs/dir.c | 1 + fs/nfs/nfs4file.c | 1 + fs/nfs/pnfs.c | 21 +++- fs/nfs/pnfs.h | 1 + include/linux/printk.h | 5 + kernel/panic.c | 2 + kernel/printk/internal.h | 2 + kernel/printk/printk.c | 8 +- kernel/printk/printk_safe.c | 32 +++++ kernel/reboot.c | 2 + net/sunrpc/clnt.c | 1 + 38 files changed, 323 insertions(+), 151 deletions(-)