On Wed, 2024-07-03 at 12:01 +0530, Dhananjay Ugwekar wrote:
> Hi Rui,
>
> On 7/3/2024 9:37 AM, Zhang, Rui wrote:
> > On Tue, 2024-07-02 at 15:50 +0530, Dhananjay Ugwekar wrote:
> > >
> > > >
> > > > For Intel products, we have
> > > > 1. Casecadelake-AP which has multi-die per package and has pe
Hi,
Just a heads-up; I've moved the KSPP wiki from it's long-time location
at: https://kernsec.org/wiki/index.php/Kernel_Self_Protection_Project
to its new home here: https://kspp.github.io/
The primary benefit being that edits can now be done by anyone via
normal git workflows (via github, etc)
On Thu, Jul 04, 2024 at 06:25:15PM GMT, Odelu Kukatla wrote:
> Add qos_clks_required flag to skip QoS configuration if clocks property
> is not populated in devicetree for providers which require clocks to be
> enabled for accessing registers. This is to keep the QoS configuration
> backwards compa
Hello:
This patch was applied to riscv/linux.git (fixes)
by Kees Cook :
On Wed, 19 Jun 2024 14:47:15 -0700 you wrote:
> An unintended consequence of commit 9c573cd31343 ("randomize_kstack:
> Improve entropy diffusion") was that the per-architecture entropy size
> filtering reduced how many bits w
Add qos_clks_required flag to skip QoS configuration if clocks property
is not populated in devicetree for providers which require clocks to be
enabled for accessing registers. This is to keep the QoS configuration
backwards compatible with devices that have older DTB.
Reported-by: Bjorn Andersson