diff options
author | Tejun Heo <tj@kernel.org> | 2009-04-18 22:00:41 (GMT) |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2009-05-16 17:03:18 (GMT) |
commit | 36999a5af1b6c5379e59f0ddf434db08d03c19e4 (patch) | |
tree | 1664d5927ec972914aac4f2541e2b6f461c3721d /Documentation/IRQ.txt | |
parent | 96c16743973e8c1a7b9c655d10b7973408d6d1dd (diff) | |
download | linux-fsl-qoriq-36999a5af1b6c5379e59f0ddf434db08d03c19e4.tar.xz |
ide-tape: remove back-to-back REQUEST_SENSE detection
Impact: fix an oops which always triggers
ide_tape_issue_pc() assumed drive->pc isn't NULL on invocation when
checking for back-to-back request sense issues but drive->pc can be
NULL and even when it's not NULL, it's not safe to dereference it once
the previous command is complete because pc could have been freed or
was on stack. Kill back-to-back REQUEST_SENSE detection.
Signed-off-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'Documentation/IRQ.txt')
0 files changed, 0 insertions, 0 deletions