From: patchwork-bot+linux-riscv@kernel.org
To: Yong-Xuan Wang <yongxuan.wang@sifive.com>
Cc: linux-riscv@lists.infradead.org, linux-kernel@vger.kernel.org,
kvm-riscv@lists.infradead.org, kvm@vger.kernel.org,
greentime.hu@sifive.com, vincent.chen@sifive.com,
paul.walmsley@sifive.com, palmer@dabbelt.com,
aou@eecs.berkeley.edu
Subject: Re: [PATCH v8 0/5] Add Svade and Svadu Extensions Support
Date: Tue, 06 Aug 2024 20:28:50 +0000 [thread overview]
Message-ID: <172297613024.1692635.16557321392270733874.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20240726084931.28924-1-yongxuan.wang@sifive.com>
Hello:
This series was applied to riscv/linux.git (fixes)
by Anup Patel <anup@brainfault.org>:
On Fri, 26 Jul 2024 16:49:25 +0800 you wrote:
> Svade and Svadu extensions represent two schemes for managing the PTE A/D
> bit. When the PTE A/D bits need to be set, Svade extension intdicates that
> a related page fault will be raised. In contrast, the Svadu extension
> supports hardware updating of PTE A/D bits. This series enables Svade and
> Svadu extensions for both host and guest OS.
>
> Regrading the mailing thread[1], we have 4 possible combinations of
> these extensions in the device tree, the default hardware behavior for
> these possibilities are:
> 1) Neither Svade nor Svadu present in DT => It is technically
> unknown whether the platform uses Svade or Svadu. Supervisor
> software should be prepared to handle either hardware updating
> of the PTE A/D bits or page faults when they need updated.
> 2) Only Svade present in DT => Supervisor must assume Svade to be
> always enabled.
> 3) Only Svadu present in DT => Supervisor must assume Svadu to be
> always enabled.
> 4) Both Svade and Svadu present in DT => Supervisor must assume
> Svadu turned-off at boot time. To use Svadu, supervisor must
> explicitly enable it using the SBI FWFT extension.
>
> [...]
Here is the summary with links:
- [v8,1/5] RISC-V: Add Svade and Svadu Extensions Support
(no matching commit)
- [v8,2/5] dt-bindings: riscv: Add Svade and Svadu Entries
(no matching commit)
- [v8,3/5] RISC-V: KVM: Add Svade and Svadu Extensions Support for Guest/VM
(no matching commit)
- [v8,4/5] KVM: riscv: selftests: Fix compile error
https://git.kernel.org/riscv/c/dd4a799bcc13
- [v8,5/5] KVM: riscv: selftests: Add Svade and Svadu Extension to get-reg-list test
(no matching commit)
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-08-06 20:28 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-26 8:49 [PATCH v8 0/5] Add Svade and Svadu Extensions Support Yong-Xuan Wang
2024-07-26 8:49 ` [PATCH v8 1/5] RISC-V: " Yong-Xuan Wang
2024-07-26 8:49 ` [PATCH v8 2/5] dt-bindings: riscv: Add Svade and Svadu Entries Yong-Xuan Wang
2024-07-26 8:49 ` [PATCH v8 3/5] RISC-V: KVM: Add Svade and Svadu Extensions Support for Guest/VM Yong-Xuan Wang
2024-07-26 8:49 ` [PATCH v8 4/5] KVM: riscv: selftests: Fix compile error Yong-Xuan Wang
2024-07-26 9:04 ` Clément Léger
2024-07-29 4:46 ` Anup Patel
2024-07-26 8:49 ` [PATCH v8 5/5] KVM: riscv: selftests: Add Svade and Svadu Extension to get-reg-list test Yong-Xuan Wang
2024-08-06 20:28 ` patchwork-bot+linux-riscv [this message]
2024-08-21 14:43 ` [PATCH v8 0/5] Add Svade and Svadu Extensions Support Anup Patel
2024-09-20 8:23 ` Palmer Dabbelt
2024-09-20 8:34 ` Anup Patel
2024-10-05 11:01 ` Anup Patel
2024-12-11 22:32 ` 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=172297613024.1692635.16557321392270733874.git-patchwork-notify@kernel.org \
--to=patchwork-bot+linux-riscv@kernel.org \
--cc=aou@eecs.berkeley.edu \
--cc=greentime.hu@sifive.com \
--cc=kvm-riscv@lists.infradead.org \
--cc=kvm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-riscv@lists.infradead.org \
--cc=palmer@dabbelt.com \
--cc=paul.walmsley@sifive.com \
--cc=vincent.chen@sifive.com \
--cc=yongxuan.wang@sifive.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox