Message ID | 20230224124502.1720278-1-ming.lei@redhat.com (mailing list archive) |
---|---|
Headers | show |
Series | blktests: add mini ublk source and blktests/033 | expand |
On Feb 24, 2023 / 20:45, Ming Lei wrote: > Hello, > > The 1st patch adds one mini ublk program, which only supports null & > loop targets. > > The 2nd patch add blktests/033 for covering gendisk leak issue. > > v4: > - fix one error handling bug in src/miniublk.c > - patch style improvement on src/miniublk.c > - both are suggested by Chaitanya Kulkarni The changes for v4 looks good to me. I also did a trial run together with the follow-up patch [*] and observed good result. [*] https://lore.kernel.org/linux-block/20230301080301.2410060-1-shinichiro.kawasaki@wdc.com/ Chaitanya, will you review v4 again?
On 2/24/2023 4:45 AM, Ming Lei wrote: > Hello, > > The 1st patch adds one mini ublk program, which only supports null & > loop targets. > > The 2nd patch add blktests/033 for covering gendisk leak issue. > Looks good to me, feel free to merge it. Reviewed-by: Chaitanya Kulkarni <kch@nvidia.com> -ck
On Mar 02, 2023 / 05:00, Chaitanya Kulkarni wrote: > On 2/24/2023 4:45 AM, Ming Lei wrote: > > Hello, > > > > The 1st patch adds one mini ublk program, which only supports null & > > loop targets. > > > > The 2nd patch add blktests/033 for covering gendisk leak issue. > > > > Looks good to me, feel free to merge it. > > Reviewed-by: Chaitanya Kulkarni <kch@nvidia.com> Thanks Chaitanya. Ming, I've merged the patches. Thanks!
On Thu, Mar 02, 2023 at 07:44:46AM +0000, Shinichiro Kawasaki wrote: > On Mar 02, 2023 / 05:00, Chaitanya Kulkarni wrote: > > On 2/24/2023 4:45 AM, Ming Lei wrote: > > > Hello, > > > > > > The 1st patch adds one mini ublk program, which only supports null & > > > loop targets. > > > > > > The 2nd patch add blktests/033 for covering gendisk leak issue. > > > > > > > Looks good to me, feel free to merge it. > > > > Reviewed-by: Chaitanya Kulkarni <kch@nvidia.com> > > Thanks Chaitanya. > > Ming, I've merged the patches. Thanks! Great! Thanks all of you! Thanks, Ming