This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-mainline-allnoconfig in repository toolchain/ci/linux.
from 29795de0d242 Merge tag 'pci-v5.6-fixes-2' of git://git.kernel.org/pub/s [...] adds ff6993bb79b9 scsi: libfc: free response frame from GPN_ID adds 51fdaa049024 scsi: sd_sbc: Fix sd_zbc_report_zones() adds a3fd4bfe85fb scsi: zfcp: fix wrong data and display format of SFP+ temperature adds 03264ddde245 scsi: compat_ioctl: cdrom: Replace .ioctl with .compat_ioc [...] adds 7557c1b3f715 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/lin [...] adds 9e661cedcc0a i2c: jz4780: silence log flood on txabrt adds 54498e8070e1 i2c: altera: Fix potential integer overflow adds 38b17afb0ebb macintosh: therm_windtunnel: fix regression when instantia [...] adds fb279f4e2386 Merge branch 'i2c/for-current-fixed' of git://git.kernel.o [...] new 7943f4acea3c KVM: SVM: allocate AVIC data structures based on kvm_amd m [...] new fcd07f9adc7d KVM: let declaration of kvm_get_running_vcpus match implem [...] new a262bca3aba0 KVM: Introduce pv check helpers new 8a9442f49c72 KVM: Pre-allocate 1 cpumask variable per cpu for both pv t [...] new 575b255c1663 KVM: x86: allow compiling as non-module with W=1 new 4f337faf1c55 KVM: allow disabling -Werror new aaec7c03de92 KVM: x86: avoid useless copy of cpufreq policy new ef935c25fd64 kvm: x86: Limit the number of "kvm: disabled by bios" messages adds 51b2569402a3 KVM: arm/arm64: Fix up includes for trace.h adds b3f15ec3d809 kvm: arm/arm64: Fold VHE entry/exit work into kvm_vcpu_run_vhe() adds 5c37f1ae1c33 KVM: arm64: Ask the compiler to __always_inline functions [...] adds 8c2d146ee7a2 KVM: arm64: Define our own swab32() to avoid a uapi static inline adds e43f1331e2ef arm64: Ask the compiler to __always_inline functions used [...] new e951445f4d3b Merge tag 'kvmarm-fixes-5.6-1' of git://git.kernel.org/pub [...] new 86f7e90ce840 KVM: VMX: check descriptor table exits on instruction emulation new f853ed90e2e4 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...] new 6c5d91124929 jbd2: fix data races at struct journal_head new 37b0b6b8b99c ext4: potential crash on allocation error in ext4_alloc_fl [...] new e70869821a46 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/ [...] new 98d54f81e36b Linux 5.6-rc4
The 15 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: Makefile | 2 +- arch/arm/include/asm/kvm_host.h | 3 -- arch/arm64/include/asm/arch_gicv3.h | 2 +- arch/arm64/include/asm/cache.h | 2 +- arch/arm64/include/asm/cacheflush.h | 2 +- arch/arm64/include/asm/cpufeature.h | 10 ++--- arch/arm64/include/asm/io.h | 4 +- arch/arm64/include/asm/kvm_emulate.h | 48 +++++++++++------------ arch/arm64/include/asm/kvm_host.h | 32 ---------------- arch/arm64/include/asm/kvm_hyp.h | 7 ++++ arch/arm64/include/asm/kvm_mmu.h | 3 +- arch/arm64/include/asm/virt.h | 2 +- arch/arm64/kvm/hyp/switch.c | 39 ++++++++++++++++++- arch/arm64/kvm/hyp/vgic-v2-cpuif-proxy.c | 4 +- arch/x86/kernel/kvm.c | 65 +++++++++++++++++++++----------- arch/x86/kvm/Kconfig | 13 +++++++ arch/x86/kvm/Makefile | 1 + arch/x86/kvm/svm.c | 5 ++- arch/x86/kvm/vmx/vmx.c | 17 +++++++++ arch/x86/kvm/x86.c | 14 +++---- drivers/block/paride/pcd.c | 2 +- drivers/cdrom/gdrom.c | 2 +- drivers/i2c/busses/i2c-altera.c | 2 +- drivers/i2c/busses/i2c-jz4780.c | 36 +----------------- drivers/ide/ide-gd.c | 2 +- drivers/macintosh/therm_windtunnel.c | 52 ++++++++++++++----------- drivers/s390/scsi/zfcp_fsf.h | 2 +- drivers/s390/scsi/zfcp_sysfs.c | 2 +- drivers/scsi/libfc/fc_disc.c | 2 + drivers/scsi/sd_zbc.c | 7 +++- drivers/scsi/sr.c | 2 +- fs/ext4/super.c | 6 +-- fs/jbd2/transaction.c | 8 ++-- include/linux/kvm_host.h | 2 +- virt/kvm/arm/arm.c | 2 - virt/kvm/arm/trace.h | 1 + 36 files changed, 227 insertions(+), 178 deletions(-)