All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] KVM/riscv fixes for 5.18, take #1
@ 2022-04-09  4:30 ` Anup Patel
  0 siblings, 0 replies; 4+ messages in thread
From: Anup Patel @ 2022-04-09  4:30 UTC (permalink / raw)
  To: Paolo Bonzini
  Cc: Palmer Dabbelt, Atish Patra, KVM General, linux-riscv,
	open list:KERNEL VIRTUAL MACHINE FOR RISC-V (KVM/riscv)

Hi Paolo,

This is the first set of fixes for 5.18. There are four fixes:
a) One fix related to hgatp in kvm_arch_vcpu_put()
b) Two KVM selftests fixes
c) Missing #include in vcpu_fp.c

Please pull.

Regards,
Anup

The following changes since commit a44e2c207c30a5780c4ad0cc3579b8715cebf52e:

  Merge tag 'kvmarm-fixes-5.18-1' of
git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD
(2022-04-08 12:30:04 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 4054eee9290248bf66c5eacb58879c9aaad37f71:

  RISC-V: KVM: include missing hwcap.h into vcpu_fp (2022-04-09 09:16:00 +0530)

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

- Remove hgatp zeroing in kvm_arch_vcpu_put()

- Fix alignment of the guest_hang() in KVM selftest

- Fix PTE A and D bits in KVM selftest

- Missing #include in vcpu_fp.c

----------------------------------------------------------------
Anup Patel (3):
      RISC-V: KVM: Don't clear hgatp CSR in kvm_arch_vcpu_put()
      KVM: selftests: riscv: Set PTE A and D bits in VS-stage page table
      KVM: selftests: riscv: Fix alignment of the guest_hang() function

Heiko Stuebner (1):
      RISC-V: KVM: include missing hwcap.h into vcpu_fp

 arch/riscv/kvm/vcpu.c                                 | 2 --
 arch/riscv/kvm/vcpu_fp.c                              | 1 +
 tools/testing/selftests/kvm/include/riscv/processor.h | 4 +++-
 tools/testing/selftests/kvm/lib/riscv/processor.c     | 2 +-
 4 files changed, 5 insertions(+), 4 deletions(-)

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

* [GIT PULL] KVM/riscv fixes for 5.18, take #1
@ 2022-04-09  4:30 ` Anup Patel
  0 siblings, 0 replies; 4+ messages in thread
From: Anup Patel @ 2022-04-09  4:30 UTC (permalink / raw)
  To: Paolo Bonzini
  Cc: Palmer Dabbelt, Atish Patra, KVM General, linux-riscv,
	open list:KERNEL VIRTUAL MACHINE FOR RISC-V (KVM/riscv)

Hi Paolo,

This is the first set of fixes for 5.18. There are four fixes:
a) One fix related to hgatp in kvm_arch_vcpu_put()
b) Two KVM selftests fixes
c) Missing #include in vcpu_fp.c

Please pull.

Regards,
Anup

The following changes since commit a44e2c207c30a5780c4ad0cc3579b8715cebf52e:

  Merge tag 'kvmarm-fixes-5.18-1' of
git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD
(2022-04-08 12:30:04 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 4054eee9290248bf66c5eacb58879c9aaad37f71:

  RISC-V: KVM: include missing hwcap.h into vcpu_fp (2022-04-09 09:16:00 +0530)

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

- Remove hgatp zeroing in kvm_arch_vcpu_put()

- Fix alignment of the guest_hang() in KVM selftest

- Fix PTE A and D bits in KVM selftest

- Missing #include in vcpu_fp.c

----------------------------------------------------------------
Anup Patel (3):
      RISC-V: KVM: Don't clear hgatp CSR in kvm_arch_vcpu_put()
      KVM: selftests: riscv: Set PTE A and D bits in VS-stage page table
      KVM: selftests: riscv: Fix alignment of the guest_hang() function

Heiko Stuebner (1):
      RISC-V: KVM: include missing hwcap.h into vcpu_fp

 arch/riscv/kvm/vcpu.c                                 | 2 --
 arch/riscv/kvm/vcpu_fp.c                              | 1 +
 tools/testing/selftests/kvm/include/riscv/processor.h | 4 +++-
 tools/testing/selftests/kvm/lib/riscv/processor.c     | 2 +-
 4 files changed, 5 insertions(+), 4 deletions(-)

_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv

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

* Re: [GIT PULL] KVM/riscv fixes for 5.18, take #1
  2022-04-09  4:30 ` Anup Patel
@ 2022-04-11 17:29   ` Paolo Bonzini
  -1 siblings, 0 replies; 4+ messages in thread
From: Paolo Bonzini @ 2022-04-11 17:29 UTC (permalink / raw)
  To: Anup Patel
  Cc: Palmer Dabbelt, Atish Patra, KVM General, linux-riscv,
	open list:KERNEL VIRTUAL MACHINE FOR RISC-V (KVM/riscv)

On 4/9/22 06:30, Anup Patel wrote:
>    https://github.com/kvm-riscv/linux.git  tags/kvm-riscv-fixes-5.18-1

Pulled, thanks.

Paolo


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

* Re: [GIT PULL] KVM/riscv fixes for 5.18, take #1
@ 2022-04-11 17:29   ` Paolo Bonzini
  0 siblings, 0 replies; 4+ messages in thread
From: Paolo Bonzini @ 2022-04-11 17:29 UTC (permalink / raw)
  To: Anup Patel
  Cc: Palmer Dabbelt, Atish Patra, KVM General, linux-riscv,
	open list:KERNEL VIRTUAL MACHINE FOR RISC-V (KVM/riscv)

On 4/9/22 06:30, Anup Patel wrote:
>    https://github.com/kvm-riscv/linux.git  tags/kvm-riscv-fixes-5.18-1

Pulled, thanks.

Paolo


_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv

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

end of thread, other threads:[~2022-04-11 17:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-09  4:30 [GIT PULL] KVM/riscv fixes for 5.18, take #1 Anup Patel
2022-04-09  4:30 ` Anup Patel
2022-04-11 17:29 ` Paolo Bonzini
2022-04-11 17:29   ` Paolo Bonzini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.