From: patchwork-bot+linux-riscv@kernel.org
To: Samuel Holland <samuel.holland@sifive.com>
Cc: linux-riscv@lists.infradead.org, palmer@dabbelt.com,
ajones@ventanamicro.com, linux-kernel@vger.kernel.org,
conor@kernel.org, alex@ghiti.fr, sorear@fastmail.com
Subject: Re: [PATCH -fixes v4 0/3] riscv: cbo.zero fixes
Date: Thu, 29 Feb 2024 22:10:34 +0000 [thread overview]
Message-ID: <170924463455.14902.4462676677426238717.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20240228065559.3434837-1-samuel.holland@sifive.com>
Hello:
This series was applied to riscv/linux.git (fixes)
by Palmer Dabbelt <palmer@rivosinc.com>:
On Tue, 27 Feb 2024 22:55:32 -0800 you wrote:
> This series fixes a couple of issues related to using the cbo.zero
> instruction in userspace. The first patch fixes a bug where the wrong
> enable bit gets set if the kernel is running in M-mode. The remaining
> patches fix a bug where the enable bit gets reset to its default value
> after a nonretentive idle state. I have hardware which reproduces this:
>
> Before this series:
> $ tools/testing/selftests/riscv/hwprobe/cbo
> TAP version 13
> 1..3
> ok 1 Zicboz block size
> # Zicboz block size: 64
> Illegal instruction
>
> [...]
Here is the summary with links:
- [-fixes,v4,1/3] riscv: Fix enabling cbo.zero when running in M-mode
https://git.kernel.org/riscv/c/3fb3f7164edc
- [-fixes,v4,2/3] riscv: Add a custom ISA extension for the [ms]envcfg CSR
https://git.kernel.org/riscv/c/4774848fef60
- [-fixes,v4,3/3] riscv: Save/restore envcfg CSR during CPU suspend
https://git.kernel.org/riscv/c/05ab803d1ad8
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv
WARNING: multiple messages have this Message-ID (diff)
From: patchwork-bot+linux-riscv@kernel.org
To: Samuel Holland <samuel.holland@sifive.com>
Cc: linux-riscv@lists.infradead.org, palmer@dabbelt.com,
ajones@ventanamicro.com, linux-kernel@vger.kernel.org,
conor@kernel.org, alex@ghiti.fr, sorear@fastmail.com
Subject: Re: [PATCH -fixes v4 0/3] riscv: cbo.zero fixes
Date: Thu, 29 Feb 2024 22:10:34 +0000 [thread overview]
Message-ID: <170924463455.14902.4462676677426238717.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20240228065559.3434837-1-samuel.holland@sifive.com>
Hello:
This series was applied to riscv/linux.git (fixes)
by Palmer Dabbelt <palmer@rivosinc.com>:
On Tue, 27 Feb 2024 22:55:32 -0800 you wrote:
> This series fixes a couple of issues related to using the cbo.zero
> instruction in userspace. The first patch fixes a bug where the wrong
> enable bit gets set if the kernel is running in M-mode. The remaining
> patches fix a bug where the enable bit gets reset to its default value
> after a nonretentive idle state. I have hardware which reproduces this:
>
> Before this series:
> $ tools/testing/selftests/riscv/hwprobe/cbo
> TAP version 13
> 1..3
> ok 1 Zicboz block size
> # Zicboz block size: 64
> Illegal instruction
>
> [...]
Here is the summary with links:
- [-fixes,v4,1/3] riscv: Fix enabling cbo.zero when running in M-mode
https://git.kernel.org/riscv/c/3fb3f7164edc
- [-fixes,v4,2/3] riscv: Add a custom ISA extension for the [ms]envcfg CSR
https://git.kernel.org/riscv/c/4774848fef60
- [-fixes,v4,3/3] riscv: Save/restore envcfg CSR during CPU suspend
https://git.kernel.org/riscv/c/05ab803d1ad8
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
next prev parent reply other threads:[~2024-02-29 22:10 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-28 6:55 [PATCH -fixes v4 0/3] riscv: cbo.zero fixes Samuel Holland
2024-02-28 6:55 ` Samuel Holland
2024-02-28 6:55 ` [PATCH -fixes v4 1/3] riscv: Fix enabling cbo.zero when running in M-mode Samuel Holland
2024-02-28 6:55 ` Samuel Holland
2024-02-28 10:13 ` Conor Dooley
2024-02-28 10:13 ` Conor Dooley
2024-02-28 6:55 ` [PATCH -fixes v4 2/3] riscv: Add a custom ISA extension for the [ms]envcfg CSR Samuel Holland
2024-02-28 6:55 ` Samuel Holland
2024-02-28 10:12 ` Conor Dooley
2024-02-28 10:12 ` Conor Dooley
2024-02-29 18:23 ` Palmer Dabbelt
2024-02-29 18:23 ` Palmer Dabbelt
2024-02-29 18:30 ` Conor Dooley
2024-02-29 18:30 ` Conor Dooley
2024-02-29 23:40 ` Palmer Dabbelt
2024-02-29 23:40 ` Palmer Dabbelt
2024-02-28 13:23 ` Andrew Jones
2024-02-28 13:23 ` Andrew Jones
2024-02-28 6:55 ` [PATCH -fixes v4 3/3] riscv: Save/restore envcfg CSR during CPU suspend Samuel Holland
2024-02-28 6:55 ` Samuel Holland
2024-02-28 10:14 ` Conor Dooley
2024-02-28 10:14 ` Conor Dooley
2024-02-28 13:27 ` Andrew Jones
2024-02-28 13:27 ` Andrew Jones
2024-02-29 22:10 ` patchwork-bot+linux-riscv [this message]
2024-02-29 22:10 ` [PATCH -fixes v4 0/3] riscv: cbo.zero fixes patchwork-bot+linux-riscv
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=170924463455.14902.4462676677426238717.git-patchwork-notify@kernel.org \
--to=patchwork-bot+linux-riscv@kernel.org \
--cc=ajones@ventanamicro.com \
--cc=alex@ghiti.fr \
--cc=conor@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-riscv@lists.infradead.org \
--cc=palmer@dabbelt.com \
--cc=samuel.holland@sifive.com \
--cc=sorear@fastmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.