This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 566771afc7a8 Merge tag 'v6.18-rc2-smb-server-fixes' of git://git.samba. [...] new 914f377075d6 xfs: Improve CONFIG_XFS_RT Kconfig help new b00bcb190eef xfs: do not tightly pack-write large files new f5caeb3689ea xfs: XFS_ONLINE_SCRUB_STATS should depend on DEBUG_FS new a8c861f401b4 xfs: avoid busy loops in GCD new ca3d643a9701 xfs: cache open zone in inode->i_private new 0f41997b1b2b xfs: don't use __GFP_NOFAIL in xfs_init_fs_context new bd721ec7dedc xfs: don't set bt_nr_sectors to a negative number new 630785bfbe12 xfs: always warn about deprecated mount options new 3e7ec343f066 xfs: loudly complain about defunct mount options new f477af0cfa04 xfs: fix locking in xchk_nlinks_collect_dir new 27c0b5c4f67a Merge tag 'xfs-fixes-6.18-rc3' of git://git.kernel.org/pub [...] new ca525d53f994 RISC-V: Define pgprot_dmacoherent() for non-coherent devices new e7b969cbe302 ACPI: RIMT: Fix unused function warnings when CONFIG_IOMMU [...] new 223bfc4d403c riscv: Register IPI IRQs with unique names new 5898fc01ff34 riscv: mm: Define MAX_POSSIBLE_PHYSMEM_BITS for zsmalloc new 768e054de01b riscv: Remove the PER_CPU_OFFSET_SHIFT macro new d2721bb165b3 RISC-V: Don't print details of CPUs disabled in DT new 492c513ec6de riscv: add a forward declaration for cpuinfo_op new 5d15d2ad36b0 riscv: hwprobe: Fix stale vDSO data for late-initialized k [...] new 2dc99ea27276 riscv: cpufeature: avoid uninitialized variable in has_the [...] new b7776a802f2f riscv: hwprobe: avoid uninitialized variable use in hwprob [...] new 9bb956508c9d Merge tag 'riscv-for-linus-6.18-rc3' of git://git.kernel.o [...]
The 22 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/include/asm/asm.h | 8 +- arch/riscv/include/asm/cpufeature.h | 2 + arch/riscv/include/asm/hwprobe.h | 7 ++ arch/riscv/include/asm/pgtable-64.h | 2 + arch/riscv/include/asm/pgtable.h | 2 + arch/riscv/include/asm/vdso/arch_data.h | 6 ++ arch/riscv/kernel/cpu.c | 4 +- arch/riscv/kernel/cpufeature.c | 4 +- arch/riscv/kernel/smp.c | 24 ++--- arch/riscv/kernel/sys_hwprobe.c | 76 ++++++++++++--- arch/riscv/kernel/unaligned_access_speed.c | 9 +- arch/riscv/kernel/vdso/hwprobe.c | 2 +- drivers/acpi/riscv/rimt.c | 122 ++++++++++++------------ fs/xfs/Kconfig | 11 ++- fs/xfs/scrub/nlinks.c | 34 ++++++- fs/xfs/xfs_buf.c | 2 +- fs/xfs/xfs_buf.h | 1 + fs/xfs/xfs_mount.h | 1 - fs/xfs/xfs_super.c | 53 ++++++++--- fs/xfs/xfs_zone_alloc.c | 148 ++++++++++++----------------- fs/xfs/xfs_zone_gc.c | 81 +++++++++------- fs/xfs/xfs_zone_priv.h | 2 + 22 files changed, 361 insertions(+), 240 deletions(-)