public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] KVM/riscv fixes for 6.14 take #1
@ 2025-02-21 17:07 Anup Patel
  2025-02-24 18:20 ` Paolo Bonzini
  2025-03-27  3:24 ` patchwork-bot+linux-riscv
  0 siblings, 2 replies; 3+ messages in thread
From: Anup Patel @ 2025-02-21 17:07 UTC (permalink / raw)
  To: Paolo Bonzini
  Cc: Palmer Dabbelt, Palmer Dabbelt, Atish Patra, Atish Patra,
	Andrew Jones, KVM General,
	open list:KERNEL VIRTUAL MACHINE FOR RISC-V (KVM/riscv),
	linux-riscv

Hi Paolo,

We have a bunch of SBI related fixes and one fix to remove
a redundant vcpu kick for the 6.14 kernel.

Please pull.

Regards,
Anup

The following changes since commit 0ad2507d5d93f39619fc42372c347d6006b64319:

  Linux 6.14-rc3 (2025-02-16 14:02:44 -0800)

are available in the Git repository at:

  https://github.com/kvm-riscv/linux.git tags/kvm-riscv-fixes-6.14-1

for you to fetch changes up to d252435aca44d647d57b84de5108556f9c97614a:

  riscv: KVM: Remove unnecessary vcpu kick (2025-02-21 17:27:32 +0530)

----------------------------------------------------------------
KVM/riscv fixes for 6.14, take #1

- Fix hart status check in SBI HSM extension
- Fix hart suspend_type usage in SBI HSM extension
- Fix error returned by SBI IPI and TIME extensions for
  unsupported function IDs
- Fix suspend_type usage in SBI SUSP extension
- Remove unnecessary vcpu kick after injecting interrupt
  via IMSIC guest file

----------------------------------------------------------------
Andrew Jones (5):
      riscv: KVM: Fix hart suspend status check
      riscv: KVM: Fix hart suspend_type use
      riscv: KVM: Fix SBI IPI error generation
      riscv: KVM: Fix SBI TIME error generation
      riscv: KVM: Fix SBI sleep_type use

BillXiang (1):
      riscv: KVM: Remove unnecessary vcpu kick

 arch/riscv/kvm/aia_imsic.c        |  1 -
 arch/riscv/kvm/vcpu_sbi_hsm.c     | 11 ++++++-----
 arch/riscv/kvm/vcpu_sbi_replace.c | 15 ++++++++++++---
 arch/riscv/kvm/vcpu_sbi_system.c  |  3 ++-
 4 files changed, 20 insertions(+), 10 deletions(-)

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [GIT PULL] KVM/riscv fixes for 6.14 take #1
  2025-02-21 17:07 [GIT PULL] KVM/riscv fixes for 6.14 take #1 Anup Patel
@ 2025-02-24 18:20 ` Paolo Bonzini
  2025-03-27  3:24 ` patchwork-bot+linux-riscv
  1 sibling, 0 replies; 3+ messages in thread
From: Paolo Bonzini @ 2025-02-24 18:20 UTC (permalink / raw)
  To: Anup Patel
  Cc: Palmer Dabbelt, Palmer Dabbelt, Atish Patra, Atish Patra,
	Andrew Jones, KVM General,
	open list:KERNEL VIRTUAL MACHINE FOR RISC-V (KVM/riscv),
	linux-riscv

On Fri, Feb 21, 2025 at 6:08 PM Anup Patel <anup@brainfault.org> wrote:
>
> Hi Paolo,
>
> We have a bunch of SBI related fixes and one fix to remove
> a redundant vcpu kick for the 6.14 kernel.
>
> Please pull.
>
> Regards,
> Anup
>
> The following changes since commit 0ad2507d5d93f39619fc42372c347d6006b64319:
>
>   Linux 6.14-rc3 (2025-02-16 14:02:44 -0800)
>
> are available in the Git repository at:
>
>   https://github.com/kvm-riscv/linux.git tags/kvm-riscv-fixes-6.14-1
>
> for you to fetch changes up to d252435aca44d647d57b84de5108556f9c97614a:
>
>   riscv: KVM: Remove unnecessary vcpu kick (2025-02-21 17:27:32 +0530)

Pulled, thanks.

Paolo

> ----------------------------------------------------------------
> KVM/riscv fixes for 6.14, take #1
>
> - Fix hart status check in SBI HSM extension
> - Fix hart suspend_type usage in SBI HSM extension
> - Fix error returned by SBI IPI and TIME extensions for
>   unsupported function IDs
> - Fix suspend_type usage in SBI SUSP extension
> - Remove unnecessary vcpu kick after injecting interrupt
>   via IMSIC guest file
>
> ----------------------------------------------------------------
> Andrew Jones (5):
>       riscv: KVM: Fix hart suspend status check
>       riscv: KVM: Fix hart suspend_type use
>       riscv: KVM: Fix SBI IPI error generation
>       riscv: KVM: Fix SBI TIME error generation
>       riscv: KVM: Fix SBI sleep_type use
>
> BillXiang (1):
>       riscv: KVM: Remove unnecessary vcpu kick
>
>  arch/riscv/kvm/aia_imsic.c        |  1 -
>  arch/riscv/kvm/vcpu_sbi_hsm.c     | 11 ++++++-----
>  arch/riscv/kvm/vcpu_sbi_replace.c | 15 ++++++++++++---
>  arch/riscv/kvm/vcpu_sbi_system.c  |  3 ++-
>  4 files changed, 20 insertions(+), 10 deletions(-)
>


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [GIT PULL] KVM/riscv fixes for 6.14 take #1
  2025-02-21 17:07 [GIT PULL] KVM/riscv fixes for 6.14 take #1 Anup Patel
  2025-02-24 18:20 ` Paolo Bonzini
@ 2025-03-27  3:24 ` patchwork-bot+linux-riscv
  1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+linux-riscv @ 2025-03-27  3:24 UTC (permalink / raw)
  To: Anup Patel
  Cc: linux-riscv, pbonzini, palmer, palmer, atishp, atishp, ajones,
	kvm, kvm-riscv

Hello:

This pull request was applied to riscv/linux.git (for-next)
by Paolo Bonzini <pbonzini@redhat.com>:

On Fri, 21 Feb 2025 22:37:42 +0530 you wrote:
> Hi Paolo,
> 
> We have a bunch of SBI related fixes and one fix to remove
> a redundant vcpu kick for the 6.14 kernel.
> 
> Please pull.
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] KVM/riscv fixes for 6.14 take #1
    https://git.kernel.org/riscv/c/e93d78e05abb

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-03-27  3:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-21 17:07 [GIT PULL] KVM/riscv fixes for 6.14 take #1 Anup Patel
2025-02-24 18:20 ` Paolo Bonzini
2025-03-27  3:24 ` patchwork-bot+linux-riscv

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox