Message ID | 20241031010032.117296-1-jmeneghi@redhat.com |
---|---|
Headers | show |
Series | scsi: st: improve pos_unknown handling after reset | expand |
On 31. Oct 2024, at 3.00, John Meneghini <jmeneghi@redhat.com> wrote: > > From: Kai Makisara <kai.makisara@kolumbus.fi> > The patch in this message is a WIP patch discussed in Bugzilla. It is not meant to be submitted as such. (In addition to changes, it contains a bug fix not related to the changes.) Those interested in the progress can look at the Bugzilla entry shown below. > Fixes: 3d882cca73be ("scsi: st: Fix input/output error on empty drive reset") > Closes: https://bugzilla.kernel.org/show_bug.cgi?id=219419 > Signed-off-by: Kai Makisara <kai.makisara@kolumbus.fi> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ I have NOT signed of this patch. > Tested-by: John Meneghini <jmeneghi@redhat.com> John has done extensive tests to see if the patch works. > --- > drivers/scsi/st.c | 31 ++++++++++++++++++++++--------- > 1 file changed, 22 insertions(+), 9 deletions(-) > > diff --git a/drivers/scsi/st.c b/drivers/scsi/st.c > index e9d1cb6c8a86..0260361d19fa 100644 > --- a/drivers/scsi/st.c > +++ b/drivers/scsi/st.c ...