From: Daniel Axtens <hidden> Date: 2020-03-17 22:30:47
Hi Pratik,
Thanks.
I have checked:
- for matching puts/gets
- that all the '.' to '->' conversions, aud uses of '&' check out
- that the Snowpatch checks pass (https://patchwork.ozlabs.org/patch/1255580/)
On that basis:
Reviewed-by: Daniel Axtens <redacted>
Regards,
Daniel
quoted hunk
The patch avoids allocating cpufreq_policy on stack hence fixing frame
size overflow in 'powernv_cpufreq_work_fn'
Fixes: 227942809b52 ("cpufreq: powernv: Restore cpu frequency to policy->cur on unthrottling")
Signed-off-by: Pratik Rajesh Sampat <redacted>
---
drivers/cpufreq/powernv-cpufreq.c | 13 ++++++++-----
1 file changed, 8 insertions(+), 5 deletions(-)
From: Rafael J. Wysocki <hidden> Date: 2020-03-19 10:18:29
On Monday, March 16, 2020 2:57:43 PM CET Pratik Rajesh Sampat wrote:
The patch avoids allocating cpufreq_policy on stack hence fixing frame
size overflow in 'powernv_cpufreq_work_fn'
Fixes: 227942809b52 ("cpufreq: powernv: Restore cpu frequency to policy->cur on unthrottling")
Signed-off-by: Pratik Rajesh Sampat <redacted>
Any objections or concerns here?
If not, I'll queue it up.
From: Michael Ellerman <mpe@ellerman.id.au> Date: 2020-03-24 06:34:52
"Rafael J. Wysocki" [off-list ref] writes:
On Monday, March 16, 2020 2:57:43 PM CET Pratik Rajesh Sampat wrote:
quoted
The patch avoids allocating cpufreq_policy on stack hence fixing frame
size overflow in 'powernv_cpufreq_work_fn'
Fixes: 227942809b52 ("cpufreq: powernv: Restore cpu frequency to policy->cur on unthrottling")
Signed-off-by: Pratik Rajesh Sampat <redacted>
Any objections or concerns here?
If not, I'll queue it up.
I have it in my testing branch, but if you pick it up I can drop it.
cheers
From: Rafael J. Wysocki <hidden> Date: 2020-03-25 10:36:22
On Tuesday, March 24, 2020 7:34:56 AM CET Michael Ellerman wrote:
"Rafael J. Wysocki" [off-list ref] writes:
quoted
On Monday, March 16, 2020 2:57:43 PM CET Pratik Rajesh Sampat wrote:
quoted
The patch avoids allocating cpufreq_policy on stack hence fixing frame
size overflow in 'powernv_cpufreq_work_fn'
Fixes: 227942809b52 ("cpufreq: powernv: Restore cpu frequency to policy->cur on unthrottling")
Signed-off-by: Pratik Rajesh Sampat <redacted>
Any objections or concerns here?
If not, I'll queue it up.
From: Michael Ellerman <hidden> Date: 2020-03-26 12:06:59
On Mon, 2020-03-16 at 13:57:43 UTC, Pratik Rajesh Sampat wrote:
The patch avoids allocating cpufreq_policy on stack hence fixing frame
size overflow in 'powernv_cpufreq_work_fn'
Fixes: 227942809b52 ("cpufreq: powernv: Restore cpu frequency to policy->cur on unthrottling")
Signed-off-by: Pratik Rajesh Sampat <redacted>