diff options
author | Karsten Keil <keil@b1-systems.de> | 2009-06-09 14:38:39 +0200 |
---|---|---|
committer | Karsten Keil <keil@b1-systems.de> | 2009-06-11 19:05:18 +0200 |
commit | 8164491dd628ffcac5d61267f747997689ee256c (patch) | |
tree | 146094cf95bb3a57708cb1f302c6cf5580c5a4ba /include | |
parent | 395df11f5fa7fe852be28ccec8aaa15634386ad1 (diff) | |
download | op-kernel-dev-8164491dd628ffcac5d61267f747997689ee256c.zip op-kernel-dev-8164491dd628ffcac5d61267f747997689ee256c.tar.gz |
mISDN: Do not disable IRQ in ph_data_ind()
This fix triggering the WARN_ON_ONCE(in_irq() || irqs_disabled()); in
local_bh_enable().
Here is no need to grab this lock, this was wrong at all and may
cause a deadlock and access to freed memory, since on a TEI remove
the current listelement can be deleted under us. So this is clearly
a case for list_for_each_entry_safe.
Signed-off-by: Karsten Keil <keil@b1-systems.de>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions