1. 22 Jun, 2024 3 commits
    • Linus Torvalds's avatar
      Merge tag 'arm-fixes-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc · 56bf7334
      Linus Torvalds authored
      Pull SoC fixes from Arnd Bergmann:
       "There are seven oneline patches that each address a distinct problem
        on the NXP i.MX platform, mostly the popular i.MX8M variant.
      
        The only other two fixes are for error handling on the psci firmware
        driver and SD card support on the milkv duo riscv board"
      
      * tag 'arm-fixes-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc:
        firmware: psci: Fix return value from psci_system_suspend()
        riscv: dts: sophgo: disable write-protection for milkv duo
        arm64: dts: imx8qm-mek: fix gpio number for reg_usdhc2_vmmc
        arm64: dts: freescale: imx8mm-verdin: enable hysteresis on slow input pin
        arm64: dts: imx93-11x11-evk: Remove the 'no-sdio' property
        arm64: dts: freescale: imx8mp-venice-gw73xx-2x: fix BT shutdown GPIO
        arm: dts: imx53-qsb-hdmi: Disable panel instead of deleting node
        arm64: dts: imx8mp: Fix TC9595 input clock on DH i.MX8M Plus DHCOM SoM
        arm64: dts: freescale: imx8mm-verdin: Fix GPU speed
      56bf7334
    • Linus Torvalds's avatar
      Merge tag 'loongarch-fixes-6.10-2' of... · d4ba3313
      Linus Torvalds authored
      Merge tag 'loongarch-fixes-6.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
      
      Pull LoongArch fixes from Huacai Chen:
       "Some hw breakpoint fixes, an objtool build warnging fix, and a trivial
        cleanup"
      
      * tag 'loongarch-fixes-6.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson:
        LoongArch: KVM: Remove an unneeded semicolon
        LoongArch: Fix multiple hardware watchpoint issues
        LoongArch: Trigger user-space watchpoints correctly
        LoongArch: Fix watchpoint setting error
        LoongArch: Only allow OBJTOOL & ORC unwinder if toolchain supports -mthin-add-sub
      d4ba3313
    • Linus Torvalds's avatar
      Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm · fe37fe2a
      Linus Torvalds authored
      Pull kvm fixes from Paolo Bonzini:
       "ARM:
      
         - Fix dangling references to a redistributor region if the vgic was
           prematurely destroyed.
      
         - Properly mark FFA buffers as released, ensuring that both parties
           can make forward progress.
      
        x86:
      
         - Allow getting/setting MSRs for SEV-ES guests, if they're using the
           pre-6.9 KVM_SEV_ES_INIT API.
      
         - Always sync pending posted interrupts to the IRR prior to IOAPIC
           route updates, so that EOIs are intercepted properly if the old
           routing table requested that.
      
        Generic:
      
         - Avoid __fls(0)
      
         - Fix reference leak on hwpoisoned page
      
         - Fix a race in kvm_vcpu_on_spin() by ensuring loads and stores are
           atomic.
      
         - Fix bug in __kvm_handle_hva_range() where KVM calls a function
           pointer that was intended to be a marker only (nothing bad happens
           but kind of a mine and also technically undefined behavior)
      
         - Do not bother accounting allocations that are small and freed
           before getting back to userspace.
      
        Selftests:
      
         - Fix compilation for RISC-V.
      
         - Fix a "shift too big" goof in the KVM_SEV_INIT2 selftest.
      
         - Compute the max mappable gfn for KVM selftests on x86 using
           GuestMaxPhyAddr from KVM's supported CPUID (if it's available)"
      
      * tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm:
        KVM: SEV-ES: Fix svm_get_msr()/svm_set_msr() for KVM_SEV_ES_INIT guests
        KVM: Discard zero mask with function kvm_dirty_ring_reset
        virt: guest_memfd: fix reference leak on hwpoisoned page
        kvm: do not account temporary allocations to kmem
        MAINTAINERS: Drop Wanpeng Li as a Reviewer for KVM Paravirt support
        KVM: x86: Always sync PIR to IRR prior to scanning I/O APIC routes
        KVM: Stop processing *all* memslots when "null" mmu_notifier handler is found
        KVM: arm64: FFA: Release hyp rx buffer
        KVM: selftests: Fix RISC-V compilation
        KVM: arm64: Disassociate vcpus from redistributor region on teardown
        KVM: Fix a data race on last_boosted_vcpu in kvm_vcpu_on_spin()
        KVM: selftests: x86: Prioritize getting max_gfn from GuestPhysBits
        KVM: selftests: Fix shift of 32 bit unsigned int more than 32 bits
      fe37fe2a
  2. 21 Jun, 2024 31 commits
  3. 20 Jun, 2024 6 commits