Re: [PATCH 2/2] loop/007: Add test for oops during backing file verification

2018-10-22 Thread Omar Sandoval
On Thu, Oct 18, 2018 at 12:31:47PM +0200, Jan Kara wrote: > Add regression test for patch "block/loop: Use global lock for ioctl() > operation." where we can oops while traversing list of loop devices > backing newly created device. > > Signed-off-by: Jan Kara Looks good, sans a missing

Re: [PATCH 2/2] loop/007: Add test for oops during backing file verification

2018-10-18 Thread Johannes Thumshirn
Looks good, Reviewed-by: Johannes Thumshirn -- Johannes ThumshirnSUSE Labs jthumsh...@suse.de+49 911 74053 689 SUSE LINUX GmbH, Maxfeldstr. 5, 90409 Nürnberg GF: Felix Imendörffer, Jane Smithard, Graham Norton HRB 21284 (AG

[PATCH 2/2] loop/007: Add test for oops during backing file verification

2018-10-18 Thread Jan Kara
Add regression test for patch "block/loop: Use global lock for ioctl() operation." where we can oops while traversing list of loop devices backing newly created device. Signed-off-by: Jan Kara --- src/Makefile | 3 ++- src/loop_change_fd.c | 48 +