Re: [PATCH] nvmet: nvmet_sq_init(): fix use of uninitialized variable
From: Keith Busch
Date: Fri May 09 2025 - 20:10:48 EST
On Sat, May 10, 2025 at 09:59:05AM +1000, Wilfred Mallawa wrote:
> From: Wilfred Mallawa <wilfred.mallawa@xxxxxxx>
>
> This fixes a bug where an uninitialized return value is used in
> nvmet_sq_init().
>
> Fixes: 206372d7c565 ("nvmet: support completion queue sharing")
> Reported-by: kernel test robot <lkp@xxxxxxxxx>
> Closes: https://lore.kernel.org/oe-kbuild-all/202505091619.QFU1fxsd-lkp@xxxxxxxxx/
> Signed-off-by: Wilfred Mallawa <wilfred.mallawa@xxxxxxx>
Thanks for tagging to report! Looks good.
Reviewed-by: Keith Busch <kbusch@xxxxxxxxxx>