Message ID | 20201008164024.12546-1-logang@deltatee.com (mailing list archive) |
---|---|
Headers | show |
Series | NVMe Target Passthru Block Tests | expand |
On 2020-10-08 10:40 a.m., Logan Gunthorpe wrote: > Hi, > > This series adds blktests for the nvmet passthru feature that was merged > for 5.9. It's been reconciled with Sagi's blktest series that Omar > recently merged. Bump. This has been around for a while now. Omar, can you please consider picking this up? Thanks, Logan
On Thu, Oct 22, 2020 at 12:45:25PM -0600, Logan Gunthorpe wrote: > > On 2020-10-08 10:40 a.m., Logan Gunthorpe wrote: > > Hi, > > > > This series adds blktests for the nvmet passthru feature that was merged > > for 5.9. It's been reconciled with Sagi's blktest series that Omar > > recently merged. > > Bump. This has been around for a while now. Omar, can you please > consider picking this up? There were a couple of shellcheck errors: tests/nvme/rc:77:8: warning: Declare and assign separately to avoid masking return values. [SC2155] tests/nvme/rc:278:7: note: Useless echo? Instead of 'echo $(cmd)', just use 'cmd'. [SC2005] I fixed those up and applied, thanks.
On 2020-10-22 4:04 p.m., Omar Sandoval wrote: > On Thu, Oct 22, 2020 at 12:45:25PM -0600, Logan Gunthorpe wrote: >> >> On 2020-10-08 10:40 a.m., Logan Gunthorpe wrote: >>> Hi, >>> >>> This series adds blktests for the nvmet passthru feature that was merged >>> for 5.9. It's been reconciled with Sagi's blktest series that Omar >>> recently merged. >> >> Bump. This has been around for a while now. Omar, can you please >> consider picking this up? > > There were a couple of shellcheck errors: > > tests/nvme/rc:77:8: warning: Declare and assign separately to avoid masking return values. [SC2155] > tests/nvme/rc:278:7: note: Useless echo? Instead of 'echo $(cmd)', just use 'cmd'. [SC2005] > > I fixed those up and applied, thanks. Oh, oops. I must have introduced those very recently. Thanks for fixing it up and merging! Logan