mbox series

[0/3] Fix residual handling in two SCSI LLDs

Message ID 20230721160154.874010-1-bvanassche@acm.org
Headers show
Series Fix residual handling in two SCSI LLDs | expand

Message

Bart Van Assche July 21, 2023, 4:01 p.m. UTC
Hi Martin,

This patch series fixes the documentation of scsi_set_resid() and also fixes
residual handling in two SCSI LLDs. Please consider this patch series for the
next merge window.

Thanks,

Bart.

Bart Van Assche (3):
  scsi: core: Fix the scsi_set_resid() documentation
  scsi: ufs: Fix residual handling
  RDMA/srp: Fix residual handling

 Documentation/scsi/scsi_mid_low_api.rst |  4 ++--
 drivers/infiniband/ulp/srp/ib_srp.c     |  4 ----
 drivers/ufs/core/ufshcd.c               | 19 ++++++++++++++++---
 include/ufs/ufs.h                       |  6 ++++++
 4 files changed, 24 insertions(+), 9 deletions(-)

Comments

Martin K. Petersen July 26, 2023, 2:04 a.m. UTC | #1
On Fri, 21 Jul 2023 09:01:31 -0700, Bart Van Assche wrote:

> This patch series fixes the documentation of scsi_set_resid() and also fixes
> residual handling in two SCSI LLDs. Please consider this patch series for the
> next merge window.
> 
> Thanks,
> 
> Bart.
> 
> [...]

Applied to 6.6/scsi-queue, thanks!

[1/3] scsi: core: Fix the scsi_set_resid() documentation
      https://git.kernel.org/mkp/scsi/c/f669b8a683e4