]> git.baikalelectronics.ru Git - kernel.git/commit
scsi: target: iscsi: Fix data digest calculation
authorVarun Prakash <varun@chelsio.com>
Tue, 25 Aug 2020 12:35:10 +0000 (18:05 +0530)
committerMartin K. Petersen <martin.petersen@oracle.com>
Wed, 2 Sep 2020 01:25:38 +0000 (21:25 -0400)
commit5528d03183fe5243416c706f64b1faa518b05130
tree932b63ac195b7f882ec02f2dca6e29f22ec1dc4e
parentbc534069374966e6df0862c2f039e17cb4c2133a
scsi: target: iscsi: Fix data digest calculation

Current code does not consider 'page_off' in data digest calculation. To
fix this, add a local variable 'first_sg' and set first_sg.offset to
sg->offset + page_off.

Link: https://lore.kernel.org/r/1598358910-3052-1-git-send-email-varun@chelsio.com
Fixes: e48354ce078c ("iscsi-target: Add iSCSI fabric support for target v4.1")
Cc: <stable@vger.kernel.org>
Reviewed-by: Mike Christie <michael.christie@oralce.com>
Signed-off-by: Varun Prakash <varun@chelsio.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/target/iscsi/iscsi_target.c