Re: [PATCH] scsi: fnic: set scsi_set_resid only for underflow

2020-11-30 Thread Martin K. Petersen
On Fri, 20 Nov 2020 17:51:34 -0800, Karan Tilak Kumar wrote: > Fix to set scsi_set_resid() only if > FCPIO_ICMND_CMPL_RESID_UNDER is set. Applied to 5.11/scsi-queue, thanks! [1/1] scsi: fnic: Set scsi_set_resid() only for underflow https://git.kernel.org/mkp/scsi/c/74ae6d6a6805 --

Re: [PATCH] scsi: fnic: set scsi_set_resid only for underflow

2020-11-23 Thread Martin K. Petersen
Karan, > Fix to set scsi_set_resid() only if FCPIO_ICMND_CMPL_RESID_UNDER is > set. Applied to 5.11/scsi-staging, thanks! -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCH] scsi: fnic: set scsi_set_resid only for underflow

2020-11-23 Thread Arulprabhu Ponnusamy (arulponn)
Looks good. Reviewed-by: Arulprabhu Ponnusamy On 11/20/20, 5:51 PM, "Karan Tilak Kumar" wrote: Fix to set scsi_set_resid() only if FCPIO_ICMND_CMPL_RESID_UNDER is set. Signed-off-by: Karan Tilak Kumar Signed-off-by: Satish Kharat --- drivers/scsi/fnic/fnic.h |

[PATCH] scsi: fnic: set scsi_set_resid only for underflow

2020-11-20 Thread Karan Tilak Kumar
Fix to set scsi_set_resid() only if FCPIO_ICMND_CMPL_RESID_UNDER is set. Signed-off-by: Karan Tilak Kumar Signed-off-by: Satish Kharat --- drivers/scsi/fnic/fnic.h | 2 +- drivers/scsi/fnic/fnic_scsi.c | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git