Re: [PATCH 0/3] arm64: cpufeature: Add filter function to control

2021-01-14 Thread Catalin Marinas
On Thu, Jan 14, 2021 at 08:20:52AM +, Marc Zyngier wrote: > On 2021-01-14 07:15, Srinivas Ramana wrote: > > On 1/11/2021 5:40 AM, Marc Zyngier wrote: > > > On 2021-01-09 00:29, Srinivas Ramana wrote: > > > > This patchset adds a control function for cpufeature framework > > > > so that the feat

Re: [PATCH 0/3] arm64: cpufeature: Add filter function to control

2021-01-14 Thread Marc Zyngier
On 2021-01-14 07:15, Srinivas Ramana wrote: Hi Marc, On 1/11/2021 5:40 AM, Marc Zyngier wrote: Hi Srinivas, On 2021-01-09 00:29, Srinivas Ramana wrote: This patchset adds a control function for cpufeature framework so that the feature can be controlled at runtime. Defer PAC on boot core and

Re: [PATCH 0/3] arm64: cpufeature: Add filter function to control

2021-01-13 Thread Srinivas Ramana
Hi Marc, On 1/11/2021 5:40 AM, Marc Zyngier wrote: Hi Srinivas, On 2021-01-09 00:29, Srinivas Ramana wrote: This patchset adds a control function for cpufeature framework so that the feature can be controlled at runtime. Defer PAC on boot core and use the filter function added to disable PAC

Re: [PATCH 0/3] arm64: cpufeature: Add filter function to control

2021-01-11 Thread Marc Zyngier
Hi Srinivas, On 2021-01-09 00:29, Srinivas Ramana wrote: This patchset adds a control function for cpufeature framework so that the feature can be controlled at runtime. Defer PAC on boot core and use the filter function added to disable PAC from command line. This will help toggling the featur

[PATCH 0/3] arm64: cpufeature: Add filter function to control

2021-01-08 Thread Srinivas Ramana
This patchset adds a control function for cpufeature framework so that the feature can be controlled at runtime. Defer PAC on boot core and use the filter function added to disable PAC from command line. This will help toggling the feature on systems that do not support PAC or where PAC needs to b