]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
scsi: sg: check for valid direction before starting the request
authorJohannes Thumshirn <jthumshirn@suse.de>
Fri, 7 Apr 2017 07:34:15 +0000 (09:34 +0200)
committerSasha Levin <alexander.levin@microsoft.com>
Wed, 23 May 2018 01:33:45 +0000 (21:33 -0400)
commit6c6ff1ab278c1217af3a6cc2c2e7788729095881
tree2832adc45fb9b6cf6c6840ee09ee5b87e823f82e
parent32dfafdd93b24b74cb288ef10da482ed30231109
scsi: sg: check for valid direction before starting the request

[ Upstream commit 28676d869bbb5257b5f14c0c95ad3af3a7019dd5 ]

Check for a valid direction before starting the request, otherwise we
risk running into an assertion in the scsi midlayer checking for valid
requests.

[mkp: fixed typo]

Signed-off-by: Johannes Thumshirn <jthumshirn@suse.de>
Link: http://www.spinics.net/lists/linux-scsi/msg104400.html
Reported-by: Dmitry Vyukov <dvyukov@google.com>
Signed-off-by: Hannes Reinecke <hare@suse.com>
Tested-by: Johannes Thumshirn <jthumshirn@suse.de>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Signed-off-by: Sasha Levin <alexander.levin@microsoft.com>
drivers/scsi/sg.c