Date: Fri, 2 Aug 2024 17:12:07 +0530 From: Anup Patel To: Paolo Bonzini Cc: Palmer Dabbelt , Palmer Dabbelt , Atish Patra , Atish Patra , Andrew Jones , "open list:KERNEL VIRTUAL MACHINE FOR RISC-V (KVM/riscv)" , KVM General , linux-riscv Subject: [GIT PULL] KVM/riscv fixes for 6.11 take #1 Hi Paolo, We have one compilation fix for get-reg-list selftests in the 6.11 kernel. Please pull. Regards, Anup The following changes since commit 8400291e289ee6b2bf9779ff1c83a291501f017b: Linux 6.11-rc1 (2024-07-28 14:19:55 -0700) are available in the Git repository at: https://github.com/kvm-riscv/linux.git tags/kvm-riscv-fixes-6.11-1 for you to fetch changes up to dd4a799bcc13992dd8be9708e5c585f55226b567: KVM: riscv: selftests: Fix compile error (2024-07-29 10:10:56 +0530) ---------------------------------------------------------------- KVM/riscv fixes for 6.11, take #1 - Fix compile error in get-reg-list selftests ---------------------------------------------------------------- Yong-Xuan Wang (1): KVM: riscv: selftests: Fix compile error tools/testing/selftests/kvm/riscv/get-reg-list.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) _______________________________________________ linux-riscv mailing list linux-riscv@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-riscv . Date: Fri, 02 Aug 2024 08:44:50 -0700 (PDT) From: Palmer Dabbelt To: Linus Torvalds Subject: [GIT PULL] RISC-V Fixes for 6.11-rc2 The following changes since commit 8400291e289ee6b2bf9779ff1c83a291501f017b: Linux 6.11-rc1 (2024-07-28 14:19:55 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git tags/riscv-for-linus-6.11-rc2 for you to fetch changes up to 3b6564427aea83b7a35a15ca278291d50a1edcfc: riscv: Fix linear mapping checks for non-contiguous memory regions (2024-08-01 11:46:09 -0700) ---------------------------------------------------------------- RISC-V Fixes for 6.11-rc2 * A fix to avoid dropping some of the internal pseudo-extensions, which breaks *envcfg dependency parsing. * The kernel entry address is now aligned in purgatory, which avoids a misaligned load that can lead to crash on systems that don't support misaligned accesses early in boot. * The FW_SFENCE_VMA_RECEIVED perf event was duplicated in a handful of perf JSON configurations, one of them been updated to FW_SFENCE_VMA_ASID_SENT. * The starfive cache driver is now restricted to 64-bit systems, as it isn't 32-bit clean. * A fix for to avoid aliasing legacy-mode perf counters with software perf counters. * VM_FAULT_SIGSEGV is now handled in the page fault code. * A fix for stalls during CPU hotplug due to IPIs being disabled. * A fix for memblock bounds checking. This manifests as a crash on systems with discontinuous memory maps that have regions that don't fit in the linear map. ---------------------------------------------------------------- Daniel Maslowski (1): riscv/purgatory: align riscv_kernel_entry Eric Lin (1): perf arch events: Fix duplicate RISC-V SBI firmware event name Nick Hu (1): RISC-V: Enable the IPI before workqueue_online_cpu() Palmer Dabbelt (1): cache: StarFive: Require a 64-bit system Samuel Holland (1): riscv: cpufeature: Do not drop Linux-internal extensions Shifrin Dmitry (1): perf: riscv: Fix selecting counters in legacy mode Stuart Menefy (1): riscv: Fix linear mapping checks for non-contiguous memory regions Zhe Qiao (1): riscv/mm: Add handling for VM_FAULT_SIGSEGV in mm_fault_error() arch/riscv/kernel/cpufeature.c | 14 ++++++-------- arch/riscv/kernel/sbi-ipi.c | 2 +- arch/riscv/mm/fault.c | 17 +++++++++-------- arch/riscv/mm/init.c | 15 +++++++++++---- arch/riscv/purgatory/entry.S | 2 ++ drivers/cache/Kconfig | 1 + drivers/perf/riscv_pmu_sbi.c | 2 +- include/linux/cpuhotplug.h | 1 + .../perf/pmu-events/arch/riscv/andes/ax45/firmware.json | 2 +- .../perf/pmu-events/arch/riscv/riscv-sbi-firmware.json | 2 +- .../perf/pmu-events/arch/riscv/sifive/u74/firmware.json | 2 +- .../arch/riscv/starfive/dubhe-80/firmware.json | 2 +- .../arch/riscv/thead/c900-legacy/firmware.json | 2 +- 13 files changed, 37 insertions(+), 27 deletions(-) _______________________________________________ linux-riscv mailing list linux-riscv@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-riscv .