diff options
author | 2007-10-18 03:04:31 -0700 | |
---|---|---|
committer | 2007-10-18 14:37:17 -0700 | |
commit | 9713d9e650045f7f2afd81d58a068827be306993 (patch) | |
tree | e4913e15b37f9ad5da9a037fac0f53f3a78cef64 /drivers/usb/storage/usb.c | |
parent | au1100fb: fix modpost warnings (diff) | |
download | wireguard-linux-9713d9e650045f7f2afd81d58a068827be306993.tar.xz wireguard-linux-9713d9e650045f7f2afd81d58a068827be306993.zip |
i4l: fix random freezes with AVM B1 drivers
This fix the same issue which was debbuged for the C4 controller for the B1
versions.
The capilib_ function modify or traverse a linked list without locking.
This patch extends the existing locking to the calls of these function to
prevent access to a list which is in the middle of a modification.
Signed-off-by: Karsten Keil <kkeil@suse.de>
C: <stable@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/usb/storage/usb.c')
0 files changed, 0 insertions, 0 deletions