This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from c2782531397f Merge tag 'powerpc-6.5-4' of git://git.kernel.org/pub/scm/ [...] new b3edef6b9cd0 cifs: allow dumping keys for directories too new ba61a03af29a cifs: update internal module version number for cifs.ko new 8266f53b3908 Merge tag '6.5-rc2-smb3-client-fixes-ver2' of git://git.sa [...] new c2d6fd9d6f35 jbd2: recheck chechpointing non-dirty buffer new be22255360f8 jbd2: remove t_checkpoint_io_list new b98dba273a0e jbd2: remove journal_clean_one_cp_list() new e34c8dd238d0 jbd2: Fix wrongly judgement for buffer head removing while [...] new 46f881b5b175 jbd2: fix a race when checking checkpoint buffer busy new 3c55097c553c jbd2: remove __journal_try_to_free_buffer() new 6909cf5c4101 ext4: correct inline offset when handling xattrs in inode body new 5d5460fa7932 ext4: fix off by one issue in ext4_mb_choose_next_group_be [...] new 9d3de7ee192a ext4: fix rbtree traversal bug in ext4_mb_use_preallocated new 15b593ba6844 Merge tag 'ext4_for_linus-6.5-rc3' of git://git.kernel.org [...] new fe769e6c1f80 KVM: arm64: timers: Use CNTHCTL_EL2 when setting non-CNTKC [...] new fa729bc7c9c8 KVM: arm64: Handle kvm_arm_init failure correctly in final [...] new 970dee09b230 KVM: arm64: Disable preemption in kvm_arch_hardware_enable() new df6556adf27b KVM: arm64: Correctly handle page aging notifiers for unal [...] new dcf89d111199 KVM: arm64: Add missing BTI instructions new b321c31c9b7b KVM: arm64: vgic-v4: Make the doorbell request robust w.r. [...] new 6d4f9236cd67 KVM: arm64: Correctly handle RES0 bits PMEVTYPER<n>_EL0.evtCount new 9d2a55b403ee KVM: arm64: Fix the name of sys_reg_desc related to PMU new 675a15f4db67 Merge tag 'kvmarm-fixes-6.5-1' of git://git.kernel.org/pub [...] new 5ff92181577a KVM: s390: pv: simplify shutdown and fix race new c2fceb59bbda KVM: s390: pv: fix index value of replaced ASCE new 0c189708bfbf Merge tag 'kvm-s390-master-6.5-1' of https://git.kernel.or [...] new 269f4a4b85a1 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...]
The 26 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/arm64/include/asm/kvm_host.h | 2 + arch/arm64/include/asm/kvm_pgtable.h | 26 ++-- arch/arm64/include/asm/virt.h | 1 + arch/arm64/kvm/arch_timer.c | 6 +- arch/arm64/kvm/arm.c | 28 +++- arch/arm64/kvm/hyp/hyp-entry.S | 8 + arch/arm64/kvm/hyp/nvhe/host.S | 10 ++ arch/arm64/kvm/hyp/nvhe/psci-relay.c | 2 +- arch/arm64/kvm/hyp/pgtable.c | 47 ++++-- arch/arm64/kvm/mmu.c | 18 +-- arch/arm64/kvm/pkvm.c | 2 +- arch/arm64/kvm/sys_regs.c | 42 +++--- arch/arm64/kvm/vgic/vgic-v3.c | 2 +- arch/arm64/kvm/vgic/vgic-v4.c | 7 +- arch/s390/kvm/pv.c | 8 +- arch/s390/mm/gmap.c | 1 + fs/ext4/mballoc.c | 172 ++++++++++++++++++---- fs/ext4/xattr.c | 14 ++ fs/jbd2/checkpoint.c | 277 ++++++++++++----------------------- fs/jbd2/commit.c | 3 +- fs/jbd2/transaction.c | 40 +---- fs/smb/client/cifsfs.h | 4 +- fs/smb/client/ioctl.c | 17 ++- include/kvm/arm_vgic.h | 2 +- include/linux/jbd2.h | 7 +- include/trace/events/jbd2.h | 12 +- 26 files changed, 417 insertions(+), 341 deletions(-)