summaryrefslogtreecommitdiffstats
path: root/COPYING
diff options
context:
space:
mode:
authorTejun Heo2011-11-25 01:22:24 +0100
committerTheodore Ts'o2011-11-25 01:22:24 +0100
commit4c81f045c0bd2cbb78cc6446a4cd98038fe11a2e (patch)
treed294fc2e46351d7ceb7b8d8b343cb5e6aabbcc18 /COPYING
parentLinux 3.2-rc3 (diff)
downloadkernel-qcow2-linux-4c81f045c0bd2cbb78cc6446a4cd98038fe11a2e.tar.gz
kernel-qcow2-linux-4c81f045c0bd2cbb78cc6446a4cd98038fe11a2e.tar.xz
kernel-qcow2-linux-4c81f045c0bd2cbb78cc6446a4cd98038fe11a2e.zip
ext4: fix racy use-after-free in ext4_end_io_dio()
ext4_end_io_dio() queues io_end->work and then clears iocb->private; however, io_end->work calls aio_complete() which frees the iocb object. If that slab object gets reallocated, then ext4_end_io_dio() can end up clearing someone else's iocb->private, this use-after-free can cause a leak of a struct ext4_io_end_t structure. Detected and tested with slab poisoning. [ Note: Can also reproduce using 12 fio's against 12 file systems with the following configuration file: [global] direct=1 ioengine=libaio iodepth=1 bs=4k ba=4k size=128m [create] filename=${TESTDIR} rw=write -- tytso ] Google-Bug-Id: 5354697 Signed-off-by: Tejun Heo <tj@kernel.org> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu> Reported-by: Kent Overstreet <koverstreet@google.com> Tested-by: Kent Overstreet <koverstreet@google.com> Cc: stable@kernel.org
Diffstat (limited to 'COPYING')
0 files changed, 0 insertions, 0 deletions