diff options
author | Matias Bjorling <[email protected]> | 2013-12-10 16:50:38 +0100 |
---|---|---|
committer | Jens Axboe <[email protected]> | 2013-12-19 08:09:38 -0700 |
commit | 0c56010c83703e1f33325838eda9a2077827b6f1 (patch) | |
tree | 573b750f8ced88b592bc0d6ccfbaa06d5cb76304 /net/lapb/lapb_out.c | |
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 <[email protected]>
Cc: Jens Axboe <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'net/lapb/lapb_out.c')
0 files changed, 0 insertions, 0 deletions