This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from af3e9579ecfb Revert "iommu/dma: Add config for PCI SAC address trick" new ab37c305bf89 gfs2: Remove redundant NULL check before kfree new 565f82b57abe gfs2: Rewrap overlong comment in do_promote new fe39dc98fb24 gfs2: Fix spelling mistake in comment new 44dab005fd42 gfs2: Minor gfs2_glock_nq_m cleanup new bdff777cbb58 gfs2: Fix up gfs2_glock_async_wait new 53d69132958f gfs2: Instantiate glocks ouside of glock state engine new de3f906f0af0 gfs2: Revert 'Fix "truncate in progress" hang' new 86c30a01f5da gfs2: Add new go_held glock operation new 5f38a4d3c44b gfs2: Make go_instantiate take a glock new 8f0028fc60a4 gfs2: Use better variable name new 0befb8511e6a gfs2: do_promote glock holder stealing fix new 6feaec81477a gfs2: List traversal in do_promote is safe new 446279168e03 Merge part of branch 'for-next.instantiate' into for-next new c42b729ef6bf Merge tag 'gfs2-v5.19-rc4-fixes' of git://git.kernel.org/p [...] new cba83f47fc0e 9p: Track the root fid with its own variable during lookups new c58c72d301d3 9p: Make the path walk logic more clear about when cloning [...] new 47b1e3432b06 9p: Remove unnecessary variable for old fids while walking [...] new b296d05746b7 9p: Fix minor typo in code comment new b48dbb998d70 9p fid refcount: add p9_fid_get/put wrappers new 286c171b86eb 9p fid refcount: add a 9p_fid_ref tracepoint new dafbe689736f 9p fid refcount: cleanup p9_fid_put calls new e3baced02a52 9p: Fix some kernel-doc comments new 6cda12864cb0 9p: Drop kref usage new 8b11ff098af4 9p: Add client parameter to p9_req_put() new 67dd8e445ee0 9p: roll p9_tag_remove into p9_req_put new 4ac7573e1f93 net: 9p: fix refcount leak in p9_read_work() error handling new aa7aeee16948 net/9p: Initialize the iounit field during fid creation new ea0c39260d0c Merge tag '9p-for-5.20' of https://github.com/martinetd/linux new c360cbec3511 riscv: introduce unified static key mechanism for ISA extensions new 5d0fbbbe1d87 riscv: switch has_fpu() to the unified static key mechanism new 89793a61d8e7 RISC-V: Use the extension probing code to enable the FPU new b684001a5eb7 riscv: make patch-function pointer more generic in cpu_man [...] new 1771c8c9e65a riscv: remove usage of function-pointers from cpufeatures [...] new 73448ae6204f RISC-V: Some Svpbmt fixes and cleanups new bb356ddb78b2 RISC-V: PCI: Avoid handing out address 0 to devices new 2f66a3d09994 riscv: Kconfig: Fix indentation and add comments new 84b10f781abf riscv: Kconfig.erratas: Add comments new ca503bb29022 riscv: Kconfig.socs: Add comments new 54f0f3b298e2 riscv: Kconfig: Style cleanups new 9009f55bc44e riscv: config: enable SOC_STARFIVE in defconfig new 44c1e84a38a0 RISC-V: Add CONFIG_{NON,}PORTABLE new 294b2111ff10 riscv: dts: microchip: remove spi-max-frequency property new 3f8ccf5f1a8c riscv: dts: microchip: remove spi-max-frequency property new 88d319c6abae riscv: dts: microchip: Add mpfs' topology information new a8914b6cb8dd Merge tag 'dt-for-palmer-v5.20-mw0' of git://git.kernel.or [...] new ef09fa67dc7d riscv: dts: starfive: Add JH7100 CPU topology new af8f260abc60 riscv: dts: sifive: Add fu540 topology information new bf6cd1c01c95 riscv: dts: sifive: Add fu740 topology information new d9d193dea866 riscv: dts: canaan: Add k210 topology information new eabfbd92a678 Merge branch 'riscv-cpu_map_topo' of git://git.kernel.org/ [...] new b49816611eac riscv: dts: sifive: "fix" pmic watchdog node name new 869d40bdfca0 riscv: cpu_ops_sbi: Add 64bit hartid support on RV64 new c029e487e7c0 riscv: spinwait: Fix hartid variable type new 62750eae410c riscv: smp: Add 64bit hartid support on RV64 new ad635e723e17 riscv: cpu: Add 64bit hartid support on RV64 new 171549f829df riscv/efi_stub: Add 64bit boot-hartid support on RV64 new 8916c9054f94 RISC-V: Support for 64bit hartid on RV64 platforms new 2139619bcad7 riscv: mmap with PROT_WRITE but no PROT_READ is invalid new 3f1901110a89 RISC-V: Add fast call path of crash_kexec() new c295bc34ab58 riscv: introduce nops and __nops macros for NOP sequences new 9c2ea4a36364 riscv: convert the t-head pbmt errata to use the __nops macro new f4361718f765 riscv: Add macro for multiple nop instructions new ba6cfef057e1 riscv: enable Docker requirements in defconfig new 4d1044fcb996 Merge tag 'riscv-for-linus-5.20-mw0' of git://git.kernel.o [...]
The 64 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/riscv/Kconfig | 47 +++-- arch/riscv/Kconfig.erratas | 2 +- arch/riscv/Kconfig.socs | 4 +- arch/riscv/boot/dts/canaan/k210.dtsi | 12 ++ arch/riscv/boot/dts/microchip/mpfs.dtsi | 27 ++- arch/riscv/boot/dts/sifive/fu540-c000.dtsi | 24 +++ arch/riscv/boot/dts/sifive/fu740-c000.dtsi | 24 +++ .../riscv/boot/dts/sifive/hifive-unmatched-a00.dts | 2 +- arch/riscv/boot/dts/starfive/jh7100.dtsi | 16 +- arch/riscv/configs/32-bit.config | 2 + arch/riscv/configs/defconfig | 65 ++++++- arch/riscv/configs/nommu_k210_defconfig | 1 + arch/riscv/configs/nommu_k210_sdcard_defconfig | 1 + arch/riscv/configs/nommu_virt_defconfig | 1 + arch/riscv/configs/rv32_defconfig | 1 + arch/riscv/errata/thead/errata.c | 38 ++-- arch/riscv/include/asm/asm.h | 15 ++ arch/riscv/include/asm/barrier.h | 2 + arch/riscv/include/asm/errata_list.h | 8 +- arch/riscv/include/asm/hwcap.h | 25 +++ arch/riscv/include/asm/pci.h | 3 + arch/riscv/include/asm/processor.h | 4 +- arch/riscv/include/asm/smp.h | 4 +- arch/riscv/include/asm/switch_to.h | 4 +- arch/riscv/kernel/alternative.c | 18 +- arch/riscv/kernel/cpu.c | 26 +-- arch/riscv/kernel/cpu_ops_sbi.c | 4 +- arch/riscv/kernel/cpu_ops_spinwait.c | 4 +- arch/riscv/kernel/cpufeature.c | 52 +++--- arch/riscv/kernel/smp.c | 4 +- arch/riscv/kernel/smpboot.c | 9 +- arch/riscv/kernel/sys_riscv.c | 5 +- arch/riscv/kernel/traps.c | 4 + drivers/clocksource/timer-riscv.c | 15 +- drivers/firmware/efi/libstub/riscv-stub.c | 13 +- drivers/irqchip/irq-riscv-intc.c | 7 +- drivers/irqchip/irq-sifive-plic.c | 7 +- fs/9p/fid.c | 61 ++++--- fs/9p/fid.h | 6 +- fs/9p/vfs_addr.c | 4 +- fs/9p/vfs_dentry.c | 4 +- fs/9p/vfs_dir.c | 2 +- fs/9p/vfs_file.c | 9 +- fs/9p/vfs_inode.c | 89 ++++----- fs/9p/vfs_inode_dotl.c | 82 ++++----- fs/9p/vfs_super.c | 8 +- fs/9p/xattr.c | 8 +- fs/gfs2/dir.c | 2 +- fs/gfs2/file.c | 3 +- fs/gfs2/glock.c | 200 ++++++++------------- fs/gfs2/glock.h | 2 +- fs/gfs2/glops.c | 31 ++-- fs/gfs2/incore.h | 6 +- fs/gfs2/lock_dlm.c | 2 +- fs/gfs2/main.c | 1 - fs/gfs2/ops_fstype.c | 2 - fs/gfs2/quota.c | 28 +-- fs/gfs2/rgrp.c | 12 +- fs/gfs2/rgrp.h | 5 +- fs/gfs2/super.c | 2 +- fs/gfs2/xattr.c | 2 +- include/net/9p/client.h | 49 ++++- include/trace/events/9p.h | 48 +++++ net/9p/client.c | 168 ++++++++--------- net/9p/trans_fd.c | 13 +- net/9p/trans_rdma.c | 2 +- net/9p/trans_virtio.c | 4 +- net/9p/trans_xen.c | 2 +- 68 files changed, 784 insertions(+), 573 deletions(-)