commit | 110712828365ccafcc61a7f4db44c31ed4cf8793 | [log] [tgz] |
---|---|---|
author | Borislav Petkov <bp@alien8.de> | Mon Jul 05 21:23:52 2010 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon Aug 09 03:17:49 2010 -0700 |
tree | f4c5014dab0cd1e66881eeb86286cacc0203e4fa | |
parent | 45d7f32c7a43cbb9592886d38190e379e2eb2226 [diff] |
ide-cd: Do not access completed requests in the irq handler ide_cd_error_cmd() can complete an erroneous request with leftover buffers. Signal this with its return value so that the request is not accessed after its completion in the irq handler and we oops. Cc: <stable@kernel.org> # 32.x 33.x 34.x Signed-off-by: Borislav Petkov <bp@alien8.de> Signed-off-by: David S. Miller <davem@davemloft.net>