summaryrefslogtreecommitdiff
path: root/bpfc.zsh
AgeCommit message (Expand)AuthorFilesLines
2013-06-03zsh: update zsh autocompletion functions to implementationHideo Hattori1-0/+4
2013-05-13zsh: add netsniff-ng zsh auto completion supportDaniel Borkmann1-0/+18
space:mode:
authorViresh Kumar <viresh.kumar@linaro.org>2016-12-01 15:55:40 +0530
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2016-12-08 01:46:06 +0100
commitc8ce82b9b9c40d66709cce588f6281dd47cc3922 (patch)
tree8734984b6eb9c2043e519d95e4e6906b96943953 /Documentation
parentc261e4c7153f307cd5f78ac6492da21ce7004310 (diff)
devfreq: exynos: Don't use OPP structures outside of RCU locks
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 'struct exynos_bus' can become invalid under your nose, as the OPP core may free it. Fix various abuses around OPP structures and calls. Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Acked-by: Chanwoo Choi <cw00.choi@samsung.com> Tested-by: Chanwoo Choi <cw00.choi@samsung.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'Documentation')