Revision 79d2b29e8ab2bd460b07ff783d679d6cd3032769 authored by Ron Mercer on 13 February 2009, 00:38:34 UTC, committed by David S. Miller on 13 February 2009, 00:38:34 UTC
The large receive buffer queue is not properly tracking the current
index in the case where an early exit occurs.  This can happen when a
page alloc or dma mapping fails.  If this occurs the queue will get
out of sync and invalid indexes can be written to the hardware.

Signed-off-by: Ron Mercer <ron.mercer@qlogic.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent def48b6
History
File Mode Size
bnep
cmtp
hidp
rfcomm
Kconfig -rw-r--r-- 2.1 KB
Makefile -rw-r--r-- 372 bytes
af_bluetooth.c -rw-r--r-- 9.9 KB
hci_conn.c -rw-r--r-- 14.9 KB
hci_core.c -rw-r--r-- 33.8 KB
hci_event.c -rw-r--r-- 42.1 KB
hci_sock.c -rw-r--r-- 15.4 KB
hci_sysfs.c -rw-r--r-- 11.0 KB
l2cap.c -rw-r--r-- 55.3 KB
lib.c -rw-r--r-- 2.8 KB
sco.c -rw-r--r-- 19.8 KB

back to top