This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 06fb4ecfeac7 gpio: Request interrupts after IRQ is initialized new 3ab75a793e49 RISC-V: KVM: Remove 's' & 'u' as valid ISA extension new 38d9a4ac65f2 RISC-V: KVM: Restrict the extensions that can be disabled new 012c722569f1 Merge tag 'kvm-riscv-fixes-5.18-2' of https://github.com/k [...] new 2d08935682ac KVM: x86: Don't re-acquire SRCU lock in complete_emulated_io() new fdd6f6ac2e48 KVM: RISC-V: Use kvm_vcpu.srcu_idx, drop RISC-V's unnecess [...] new 2031f2876896 KVM: Add helpers to wrap vcpu->srcu_idx and yell if it's abused new 5c697c367a66 KVM: Initialize debugfs_dentry when a VM is created to avo [...] new 80f0497c2211 KVM: x86: Tag APICv DISABLE inhibit, not ABSENT, if APICv [...] new 7c69661e225c KVM: nVMX: Defer APICv updates while L2 is active until L1 [...] new 423ecfea77dd KVM: x86: Pend KVM_REQ_APICV_UPDATE during vCPU creation t [...] new 0047fb33f811 KVM: x86: Skip KVM_GUESTDBG_BLOCKIRQ APICv update if APICv [...] new a413a625b43e KVM: SPDX style and spelling fixes new 0361bdfddca2 x86/kvm: Preserve BSP MSR_KVM_POLL_CONTROL across suspend/resume new 75189d1de1b3 KVM: x86/pmu: Update AMD PMC sample period to fix guest NM [...] new 266a19a0bc4f KVM: selftests: Silence compiler warning in the kvm_page_t [...] new 4bbef7e8eb8c KVM: SVM: Simplify and harden helper to flush SEV guest page(s) new d45829b351ee KVM: SVM: Flush when freeing encrypted pages even on SME_C [...] new 683412ccf612 KVM: SEV: add cache flush to solve SEV cache incoherency issues new f18b4aebe107 kvm: selftests: do not use bitfields larger than 32-bits for PTEs new e852be8b148e kvm: selftests: introduce and use more page size-related c [...] new bb4ce2c65881 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...] new aafa9f958342 ata: pata_marvell: Check the 'bmdma_addr' beforing reading new 2e5991fa39e4 Merge tag 'ata-5.18-rc4' of git://git.kernel.org/pub/scm/l [...] new ad5cd4f4ee4d ext4: fix fallocate to use file_modified to update permiss [...] new a2b0b205d125 ext4: fix symlink file size not match to file content new b98535d09179 ext4: fix bug_on in start_this_handle during umount filesystem new c186f0887fe7 ext4: fix use-after-free in ext4_search_dir new 2da376228a24 ext4: limit length to bitmap_maxbytes - blocksize in punch_hole new 7102ffe4c166 ext4, doc: fix incorrect h_reserved size new 10b01ee92df5 ext4: fix overhead calculation to account for the reserved [...] new 85d825dbf489 ext4: force overhead calculation if the s_overhead_cluster [...] new eb7054212eac ext4: update the cached overhead value in the superblock new 23e3d7f7061f jbd2: fix a potential race while discarding reserved buffe [...] new c00c5e1d157b Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/ [...]
The 34 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: Documentation/filesystems/ext4/attributes.rst | 2 +- arch/powerpc/kvm/book3s_64_mmu_radix.c | 9 +- arch/powerpc/kvm/book3s_hv_nested.c | 16 +- arch/powerpc/kvm/book3s_rtas.c | 4 +- arch/powerpc/kvm/powerpc.c | 4 +- arch/riscv/include/asm/kvm_host.h | 3 - arch/riscv/kvm/vcpu.c | 37 ++-- arch/riscv/kvm/vcpu_exit.c | 4 +- arch/s390/kvm/interrupt.c | 4 +- arch/s390/kvm/kvm-s390.c | 8 +- arch/s390/kvm/vsie.c | 4 +- arch/x86/include/asm/kvm-x86-ops.h | 1 + arch/x86/include/asm/kvm_host.h | 1 + arch/x86/kernel/kvm.c | 13 ++ arch/x86/kvm/pmu.h | 9 + arch/x86/kvm/svm/pmu.c | 1 + arch/x86/kvm/svm/sev.c | 67 ++++--- arch/x86/kvm/svm/svm.c | 1 + arch/x86/kvm/svm/svm.h | 2 + arch/x86/kvm/vmx/nested.c | 5 + arch/x86/kvm/vmx/pmu_intel.c | 8 +- arch/x86/kvm/vmx/vmx.c | 5 + arch/x86/kvm/vmx/vmx.h | 1 + arch/x86/kvm/x86.c | 60 +++--- drivers/ata/pata_marvell.c | 2 + fs/ext4/ext4.h | 7 +- fs/ext4/extents.c | 32 +++- fs/ext4/inode.c | 18 +- fs/ext4/ioctl.c | 16 ++ fs/ext4/namei.c | 4 +- fs/ext4/page-io.c | 4 +- fs/ext4/super.c | 40 ++-- fs/jbd2/commit.c | 4 +- include/linux/kvm_host.h | 26 ++- .../selftests/kvm/include/x86_64/processor.h | 17 ++ tools/testing/selftests/kvm/kvm_page_table_test.c | 2 +- tools/testing/selftests/kvm/lib/x86_64/processor.c | 202 +++++++++------------ tools/testing/selftests/kvm/x86_64/amx_test.c | 1 - .../selftests/kvm/x86_64/emulator_error_test.c | 1 - tools/testing/selftests/kvm/x86_64/smm_test.c | 2 - .../selftests/kvm/x86_64/vmx_tsc_adjust_test.c | 1 - .../testing/selftests/kvm/x86_64/xen_shinfo_test.c | 1 - .../testing/selftests/kvm/x86_64/xen_vmcall_test.c | 1 - virt/kvm/dirty_ring.c | 2 +- virt/kvm/kvm_main.c | 43 +++-- virt/kvm/kvm_mm.h | 2 +- 46 files changed, 419 insertions(+), 278 deletions(-)