On Tuesday, December 06, 2016 11:40:18 PM Rafael J. Wysocki wrote:
Hi MyungJoo,
On Mon, Dec 5, 2016 at 4:23 AM, Viresh Kumar viresh.kumar@linaro.org wrote:
The OPP structures are abused to the best here, without understanding how the OPP core and RCU locks work.
In short, the OPP pointer saved in 'rk3399_dmcfreq' can become invalid under your nose, as the OPP core may free it.
Fix various abuses around OPP structures and calls.
Compile tested only.
Reviewed-by: Chanwoo Choi cw00.choi@samsung.com Signed-off-by: Viresh Kumar viresh.kumar@linaro.org
V1->V2:
- Added Reviewed-by from Chanwoo.
- Fixed an issue reported by buildbot.
I think this along with https://patchwork.kernel.org/patch/9455789/ and https://patchwork.kernel.org/patch/9455757/ should go into 4.10-rc1.
Are you going to send a pull request for this before the merge window or do you want me to apply them directly?
Due to the lack of response, I'm going to apply these three patches directly.
Thanks, Rafael