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-aarch64 in repository toolchain/ci/linux.
from 06fb4ecfeac7 gpio: Request interrupts after IRQ is initialized adds 3ab75a793e49 RISC-V: KVM: Remove 's' & 'u' as valid ISA extension adds 38d9a4ac65f2 RISC-V: KVM: Restrict the extensions that can be disabled adds 012c722569f1 Merge tag 'kvm-riscv-fixes-5.18-2' of https://github.com/k [...] adds 2d08935682ac KVM: x86: Don't re-acquire SRCU lock in complete_emulated_io() adds fdd6f6ac2e48 KVM: RISC-V: Use kvm_vcpu.srcu_idx, drop RISC-V's unnecess [...] adds 2031f2876896 KVM: Add helpers to wrap vcpu->srcu_idx and yell if it's abused adds 5c697c367a66 KVM: Initialize debugfs_dentry when a VM is created to avo [...] adds 80f0497c2211 KVM: x86: Tag APICv DISABLE inhibit, not ABSENT, if APICv [...] adds 7c69661e225c KVM: nVMX: Defer APICv updates while L2 is active until L1 [...] adds 423ecfea77dd KVM: x86: Pend KVM_REQ_APICV_UPDATE during vCPU creation t [...] adds 0047fb33f811 KVM: x86: Skip KVM_GUESTDBG_BLOCKIRQ APICv update if APICv [...] adds a413a625b43e KVM: SPDX style and spelling fixes adds 0361bdfddca2 x86/kvm: Preserve BSP MSR_KVM_POLL_CONTROL across suspend/resume adds 75189d1de1b3 KVM: x86/pmu: Update AMD PMC sample period to fix guest NM [...] adds 266a19a0bc4f KVM: selftests: Silence compiler warning in the kvm_page_t [...] adds 4bbef7e8eb8c KVM: SVM: Simplify and harden helper to flush SEV guest page(s) adds d45829b351ee KVM: SVM: Flush when freeing encrypted pages even on SME_C [...] adds 683412ccf612 KVM: SEV: add cache flush to solve SEV cache incoherency issues adds f18b4aebe107 kvm: selftests: do not use bitfields larger than 32-bits for PTEs adds e852be8b148e kvm: selftests: introduce and use more page size-related c [...] adds bb4ce2c65881 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...] adds aafa9f958342 ata: pata_marvell: Check the 'bmdma_addr' beforing reading adds 2e5991fa39e4 Merge tag 'ata-5.18-rc4' of git://git.kernel.org/pub/scm/l [...] adds ad5cd4f4ee4d ext4: fix fallocate to use file_modified to update permiss [...] adds a2b0b205d125 ext4: fix symlink file size not match to file content adds b98535d09179 ext4: fix bug_on in start_this_handle during umount filesystem adds c186f0887fe7 ext4: fix use-after-free in ext4_search_dir adds 2da376228a24 ext4: limit length to bitmap_maxbytes - blocksize in punch_hole adds 7102ffe4c166 ext4, doc: fix incorrect h_reserved size adds 10b01ee92df5 ext4: fix overhead calculation to account for the reserved [...] adds 85d825dbf489 ext4: force overhead calculation if the s_overhead_cluster [...] adds eb7054212eac ext4: update the cached overhead value in the superblock adds 23e3d7f7061f jbd2: fix a potential race while discarding reserved buffe [...] adds c00c5e1d157b Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/ [...]
No new revisions were added by this update.
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(-)