diff options
author | Matias Bjorling <m@bjorling.me> | 2013-12-10 16:50:38 +0100 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2013-12-19 08:09:38 -0700 |
commit | 0c56010c83703e1f33325838eda9a2077827b6f1 (patch) | |
tree | 573b750f8ced88b592bc0d6ccfbaa06d5cb76304 /Documentation/block | |
parent | a26ba7faddd51be3dd8957543a9d984a4ddd104a (diff) |
null_blk: mem garbage on NUMA systems during init
For NUMA systems, initializing the blk-mq layer and using per node hctx.
We initialize submit queues to 1, while blk-mq nr_hw_queues is
initialized to the number of NUMA nodes.
This makes the null_init_hctx function overwrite memory outside of what
it allocated. In my case it lead to writing garbage into struct
request_queue's mq_map.
Signed-off-by: Matias Bjorling <m@bjorling.me>
Cc: Jens Axboe <axboe@kernel.dk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'Documentation/block')
0 files changed, 0 insertions, 0 deletions