Ursula Braun add3f2fa7a s390: avoid inconsistent lock state in qeth
ipv6_regen_rndid in net/ipv6/addrconf.c makes use of "write_lock_bh"
for its inet6_dev->lock. It may run in softirq-context.
qeth makes use of "read_lock" for the same inet6_dev->lock.
To avoid a potential deadlock situation, qeth should make use of
"read_lock_bh" for its usages of inet6_dev->lock.

Signed-off-by: Ursula Braun <braunu@de.ibm.com>
Signed-off-by: Frank Pavlic <fpavlic@de.ibm.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
2007-06-20 19:12:42 -04:00
..
2007-04-25 22:24:41 -07:00
2006-11-30 05:24:39 +01:00
2005-05-15 18:06:16 -04:00
2007-05-08 01:15:35 -04:00
2007-05-08 01:15:35 -04:00
2007-05-10 15:45:52 +02:00
2007-04-27 10:57:31 -07:00
2007-05-08 01:15:35 -04:00
2005-05-01 08:58:58 -07:00