https://github.com/torvalds/linux
Revision 93252632e828da3e90241a1c0e766556abf71598 authored by Omar Sandoval on 05 April 2017, 19:01:31 UTC, committed by Jens Axboe on 07 April 2017, 14:56:46 UTC
If a new hardware queue is added at runtime, we don't allocate scheduler
tags for it, leading to a crash. This hooks up the scheduler framework
to blk_mq_{init,exit}_hctx() to make sure everything gets properly
initialized/freed.

Signed-off-by: Omar Sandoval <osandov@fb.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
1 parent 6917ff0
History
Tip revision: 93252632e828da3e90241a1c0e766556abf71598 authored by Omar Sandoval on 05 April 2017, 19:01:31 UTC
blk-mq-sched: set up scheduler tags when bringing up new queues
Tip revision: 9325263
File Mode Size
Documentation
arch
block
certs
crypto
drivers
firmware
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
tools
usr
virt
.cocciconfig -rw-r--r-- 59 bytes
.get_maintainer.ignore -rw-r--r-- 31 bytes
.gitattributes -rw-r--r-- 30 bytes
.gitignore -rw-r--r-- 1.3 KB
.mailmap -rw-r--r-- 7.7 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 96.0 KB
Kbuild -rw-r--r-- 2.8 KB
Kconfig -rw-r--r-- 252 bytes
MAINTAINERS -rw-r--r-- 389.2 KB
Makefile -rw-r--r-- 57.7 KB
README -rw-r--r-- 722 bytes

README

back to top