https://github.com/torvalds/linux
Revision 758dd7fdffd60507624edce34fff122a63163b3f authored by Jon Derrick on 30 June 2015, 17:22:52 UTC, committed by Jens Axboe on 02 July 2015, 15:01:25 UTC
Fixes an issue when queue_reuest_irq fails in nvme_setup_io_queues. This
patch initializes all vectors to -1 and resets the vector to -1 in the
case of a failure in queue_request_irq. This avoids the free_irq in
nvme_suspend_queue if the queue did not get an irq.

Signed-off-by: Jon Derrick <jonathan.derrick@intel.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
1 parent a20135f
History
Tip revision: 758dd7fdffd60507624edce34fff122a63163b3f authored by Jon Derrick on 30 June 2015, 17:22:52 UTC
NVMe: Fix irq freeing when queue_request_irq fails
Tip revision: 758dd7f
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-- 1.2 KB
.mailmap -rw-r--r-- 5.1 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 94.7 KB
Kbuild -rw-r--r-- 2.6 KB
Kconfig -rw-r--r-- 252 bytes
MAINTAINERS -rw-r--r-- 311.9 KB
Makefile -rw-r--r-- 53.1 KB
README -rw-r--r-- 18.2 KB
REPORTING-BUGS -rw-r--r-- 7.3 KB

README

back to top