]> git.baikalelectronics.ru Git - kernel.git/commit
block: sunvdc: add check for mdesc_grab() returning NULL
authorLiang He <windhl@126.com>
Wed, 15 Mar 2023 06:20:32 +0000 (14:20 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 22 Mar 2023 12:33:47 +0000 (13:33 +0100)
commitea5bc06edc72ae024cf368b350655d7ec73de40d
tree080a07a3dd67da0f4b08603c640a956a9f290ace
parent0d0f279a6333ef750eafbc815f28dcb6c7524d96
block: sunvdc: add check for mdesc_grab() returning NULL

[ Upstream commit a58b742be5bc94d4a94670d05a951e787bde5200 ]

In vdc_port_probe(), we should check the return value of mdesc_grab() as
it may return NULL, which can cause potential NPD bug.

Fixes: 136a29bb9255 ("[SPARC64]: Abstract out mdesc accesses for better MD update handling.")
Signed-off-by: Liang He <windhl@126.com>
Link: https://lore.kernel.org/r/20230315062032.1741692-1-windhl@126.com
[axboe: style cleanup]
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/block/sunvdc.c