aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorPeter Osterlund <petero2@telia.com>2005-05-16 21:53:42 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-05-17 07:59:18 -0700
commit7baeb6a5ccab2d472679a053e64a63ac423c3a42 (patch)
treebdc3f674c4d0d82c3e6695f453eeb641a0eea5e6 /kernel
parent[PATCH] crypto: fix null encryption/compression (diff)
downloadlinux-dev-7baeb6a5ccab2d472679a053e64a63ac423c3a42.tar.xz
linux-dev-7baeb6a5ccab2d472679a053e64a63ac423c3a42.zip
[PATCH] CDRW/DVD packet writing data corruption fix
I found a bug in the packet writing driver that could cause data corruption. The problem arised if the driver got a write request for a sector in a "zone" it was already working on. In that case it was supposed to queue the write request until it was done processing earlier requests for the same zone, and instead work on some other zone in the mean time. However, if there was no other zone to work on, the driver would initiate two packet_data objects for the same zone, causing unpredictable things to happen. Signed-off-by: Peter Osterlund <petero2@telia.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions