]> git.ipfire.org Git - people/ms/linux.git/commit
slip: fix spinlock variant
authorOliver Hartkopp <socketcan@hartkopp.net>
Sat, 26 Apr 2014 19:18:32 +0000 (21:18 +0200)
committerJiri Slaby <jslaby@suse.cz>
Thu, 29 May 2014 09:49:24 +0000 (11:49 +0200)
commit742bc1c6e156d8f55a23f39f7c6ddfd3ede7daa7
tree854204985dcc0925b7059bb9d1b3bfeadad2d413
parent692e923edc0bb0d58001c89d549df664ca909a2e
slip: fix spinlock variant

[ Upstream commit ddcde142bed44490e338ed1124cb149976d355bb ]

With commit cc9fa74e2a ("slip/slcan: added locking in wakeup function") a
formerly missing locking was added to slip.c and slcan.c by Andre Naujoks.

Alexander Stein contributed the fix 367525c8c2 ("can: slcan: Fix spinlock
variant") as the kernel lock debugging advised to use spin_lock_bh() instead
of just using spin_lock().

This fix has to be applied to the same code section in slip.c for the same
reason too.

Signed-off-by: Oliver Hartkopp <socketcan@hartkopp.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
drivers/net/slip/slip.c