Skip to content
Commit 01b9d505 authored by Jens Axboe's avatar Jens Axboe Committed by Greg Kroah-Hartman
Browse files

libata: add SG safety checks in SFF pio transfers

[ Upstream commit 752ead44

 ]

Abort processing of a command if we run out of mapped data in the
SG list. This should never happen, but a previous bug caused it to
be possible. Play it safe and attempt to abort nicely if we don't
have more SG segments left.

Reviewed-by: default avatarKees Cook <keescook@chromium.org>
Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent b853d7cb
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment