mbox series

[GIT,PULL] KVM/riscv fixes for 6.11 take #1

Message ID CAAhSdy3ZhXmbDFrWneA9aA8ALYy+SgMpyopd_9MPzYgWksMLBQ@mail.gmail.com (mailing list archive)
State Mainlined
Headers show
Series [GIT,PULL] KVM/riscv fixes for 6.11 take #1 | expand

Pull-request

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

Checks

Context Check Description
conchuod/vmtest-fixes-PR fail merge-conflict

Message

Anup Patel Aug. 2, 2024, 11:42 a.m. UTC
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(-)

Comments

Paolo Bonzini Aug. 2, 2024, 4:30 p.m. UTC | #1
On Fri, Aug 2, 2024 at 1:42 PM Anup Patel <anup@brainfault.org> wrote:
>
> 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)

Pulled, thanks.

Paolo