Re: [PATCH v3 08/10] perf/x86/rapl: Modify the generic variable names to *_pkg*

2024-07-04 Thread Zhang, Rui
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

moved Wiki to github!

2024-07-04 Thread Kees Cook
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)

Re: [PATCH] interconnect: qcom: Fix DT backwards compatibility for QoS

2024-07-04 Thread Bjorn Andersson
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

Re: [PATCH] randomize_kstack: Remove non-functional per-arch entropy filtering

2024-07-04 Thread patchwork-bot+linux-riscv
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

[PATCH] interconnect: qcom: Fix DT backwards compatibility for QoS

2024-07-04 Thread Odelu Kukatla
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