https://github.com/torvalds/linux
Revision 0bc463426ab5eb39e76df637b29a4f191d01b8a0 authored by Jate Sujjavanich on 29 September 2010, 13:44:32 UTC, committed by Grant Likely on 30 December 2010, 06:28:25 UTC
After grabbing a msg from the msgq, the mcfqspi_work function calls
list_del_init on the mcfqspi->msgq which unintentionally deletes the rest
of the list before it can be processed. If qspi call was made using
spi_sync, this can result in a process hang.

Signed-off-by: Jate Sujjavanich <jsujjavanich@syntech-fuelmaster.com>
Acked-by: Steven King <sfking@fdwdc.com>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
1 parent 42ce7fd
History
Tip revision: 0bc463426ab5eb39e76df637b29a4f191d01b8a0 authored by Jate Sujjavanich on 29 September 2010, 13:44:32 UTC
spi/m68knommu: Coldfire QSPI platform support
Tip revision: 0bc4634
File Mode Size
Documentation
arch
block
crypto
drivers
firmware
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
tools
usr
virt
.gitignore -rw-r--r-- 936 bytes
.mailmap -rw-r--r-- 3.9 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 91.8 KB
Kbuild -rw-r--r-- 2.4 KB
Kconfig -rw-r--r-- 252 bytes
MAINTAINERS -rw-r--r-- 178.7 KB
Makefile -rw-r--r-- 50.9 KB
README -rw-r--r-- 17.1 KB
REPORTING-BUGS -rw-r--r-- 3.3 KB

README

back to top