blk-mq: check q->poll_stat in queue_poll_stat_show
authorMing Lei <ming.lei@redhat.com>
Thu, 2 Dec 2021 09:07:16 +0000 (17:07 +0800)
committerJens Axboe <axboe@kernel.dk>
Thu, 2 Dec 2021 15:20:49 +0000 (08:20 -0700)
commit18d78171c061889a9a43152f60d6a27a10fc7656
tree05c4db7fc4b7b64cdda8eaca0ecf447afe13e97d
parent8a7518931baa8ea023700987f3db31cb0a80610b
blk-mq: check q->poll_stat in queue_poll_stat_show

Without checking q->poll_stat in queue_poll_stat_show(), kernel panic
may be caused if q->poll_stat isn't allocated.

Fixes: 48b5c1fbcd8c ("block: only allocate poll_stats if there's a user of them")
Signed-off-by: Ming Lei <ming.lei@redhat.com>
Link: https://lore.kernel.org/r/20211202090716.3292244-1-ming.lei@redhat.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-mq-debugfs.c