]> git.baikalelectronics.ru Git - kernel.git/commit
netconsole: fix multiple race conditions
authorNikolay Aleksandrov <nikolay@redhat.com>
Thu, 24 Oct 2013 10:09:24 +0000 (12:09 +0200)
committerDavid S. Miller <davem@davemloft.net>
Fri, 25 Oct 2013 23:26:58 +0000 (19:26 -0400)
commit433684e088e674d833b6cb25241b01251771e7e0
treeb80c4d38acd41a1d7b3afcbc5ba5a2f1958d401e
parent7e55be6199f0e6f2f76319fee2554270d2c6a62f
netconsole: fix multiple race conditions

In every netconsole option that can be set through configfs there's a
race when checking for nt->enabled since it can be modified at the same
time. Probably the most damage can be done by store_enabled when racing
with another instance of itself. Fix all the races with one stone by
moving the mutex lock around the ->store call for all options.

Signed-off-by: Nikolay Aleksandrov <nikolay@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/netconsole.c