Re: [AX25] inconsistent lock state
From: Ralf Baechle <hidden>
Date: 2011-06-17 14:01:00
Also in:
linux-hams, lkml
From: Ralf Baechle <hidden>
Date: 2011-06-17 14:01:00
Also in:
linux-hams, lkml
On Fri, Jun 17, 2011 at 03:36:15PM +0200, Arnd Bergmann wrote: (Removed Jarek from cc; his email bounces.)
The message hints that disc_data_lock is aquired with softirqs disabled, but does not itself disable softirqs, which can in rare circumstances lead to a deadlock. Does this fix it?
If so, drivers/net/hamradio.c, function sp_get() would probably need the equivalent fix. Same for drivers/net/ppp_async.c:ap_get() and sp_get() in drivers/net/ppp_synctty.c. Ralf