On 6/4/24 18:05, Yi Zhang wrote: > null-blk currently power/submit_queues operations which will lead kernel > null-ptr-dereference[1], add one regression test for it and the fix has > been merged to v6.10-rc1 by [2]. > [1] > https://lore.kernel.org/linux-block/CAHj4cs9LgsHLnjg8z06LQ3Pr5cax-+Ps+xT7AP7TPnEjStuwZA@xxxxxxxxxxxxxx/ > https://lore.kernel.org/linux-block/20240523153934.1937851-1-yukuai1@xxxxxxxxxxxxxxx/ > [2] > commit a2db328b0839 ("null_blk: fix null-ptr-dereference while configuring 'power' and 'submit_queues'") > > Signed-off-by: Yi Zhang<yi.zhang@xxxxxxxxxx> Thanks for the test, looks good, I wonder what other drivers might need such test ... Reviewed-by: Chaitanya Kulkarni <kch@xxxxxxxxxx> -ck