]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
pinctrl: protect pinctrl_list add
authorStanislaw Gruszka <sgruszka@redhat.com>
Tue, 4 Feb 2014 08:07:09 +0000 (09:07 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 20 Feb 2014 19:10:11 +0000 (11:10 -0800)
commit75fd721996e2ebf32c469bc39687b425b7a00d90
treeeab9152bf21d8499cd9bdd0fed294bf39c5265ca
parent9057e3a49db9d62f2214762b786d7d13f5a8905d
pinctrl: protect pinctrl_list add

commit 7b320cb1ed2dbd2c5f2a778197baf76fd6bf545a upstream.

We have few fedora bug reports about list corruption on pinctrl,
for example:
https://bugzilla.redhat.com/show_bug.cgi?id=1051918

Most likely corruption happen due lack of protection of pinctrl_list
when adding new nodes to it. Patch corrects that.

Fixes: 42fed7ba44e ("pinctrl: move subsystem mutex to pinctrl_dev struct")
Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
Acked-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/pinctrl/core.c