mbox series

[0/2] linux-user/riscv: Sync hwprobe keys with kernel

Message ID 20240207115926.887816-1-christoph.muellner@vrull.eu (mailing list archive)
Headers show
Series linux-user/riscv: Sync hwprobe keys with kernel | expand

Message

Christoph Müllner Feb. 7, 2024, 11:59 a.m. UTC
This series syncs the hwprobe keys with those available in the upstream
kernel repository with the exception of Ztso, which is not supported in
QEMU as of now.

The first patch is a resend (sent on Nov 27), as it should have been
picked up on Dec 6, but seems to got lost.

Christoph Müllner (2):
  linux-user/riscv: Add Zicboz extensions to hwprobe
  linux-user/riscv: Sync hwprobe keys with Linux

 linux-user/syscall.c | 99 +++++++++++++++++++++++++++++++++++++++++---
 1 file changed, 93 insertions(+), 6 deletions(-)

Comments

Alistair Francis Feb. 15, 2024, 9:54 a.m. UTC | #1
On Wed, Feb 7, 2024 at 10:00 PM Christoph Müllner
<christoph.muellner@vrull.eu> wrote:
>
> This series syncs the hwprobe keys with those available in the upstream
> kernel repository with the exception of Ztso, which is not supported in
> QEMU as of now.
>
> The first patch is a resend (sent on Nov 27), as it should have been
> picked up on Dec 6, but seems to got lost.
>
> Christoph Müllner (2):
>   linux-user/riscv: Add Zicboz extensions to hwprobe
>   linux-user/riscv: Sync hwprobe keys with Linux

Thanks!

Applied to riscv-to-apply.next

Alistair

>
>  linux-user/syscall.c | 99 +++++++++++++++++++++++++++++++++++++++++---
>  1 file changed, 93 insertions(+), 6 deletions(-)
>
> --
> 2.43.0
>
>