summaryrefslogtreecommitdiffstats
path: root/drivers/fpga/fpga-bridge.c
diff options
context:
space:
mode:
authorJens Axboe <axboe@kernel.dk>2018-05-21 20:21:14 +0200
committerJens Axboe <axboe@kernel.dk>2018-05-21 20:21:14 +0200
commitf7068114d45ec55996b9040e98111afa56e010fe (patch)
tree32c53bcae79c32537ffe622d7654d69f60ebd6f7 /drivers/fpga/fpga-bridge.c
parentbcache: return 0 from bch_debug_init() if CONFIG_DEBUG_FS=n (diff)
downloadlinux-f7068114d45ec55996b9040e98111afa56e010fe.tar.xz
linux-f7068114d45ec55996b9040e98111afa56e010fe.zip
sr: pass down correctly sized SCSI sense buffer
We're casting the CDROM layer request_sense to the SCSI sense buffer, but the former is 64 bytes and the latter is 96 bytes. As we generally allocate these on the stack, we end up blowing up the stack. Fix this by wrapping the scsi_execute() call with a properly sized sense buffer, and copying back the bits for the CDROM layer. Cc: stable@vger.kernel.org Reported-by: Piotr Gabriel Kosinski <pg.kosinski@gmail.com> Reported-by: Daniel Shapira <daniel@twistlock.com> Tested-by: Kees Cook <keescook@chromium.org> Fixes: 82ed4db499b8 ("block: split scsi_request out of struct request") Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'drivers/fpga/fpga-bridge.c')
0 files changed, 0 insertions, 0 deletions