Re: [PATCH 1/1] ext4, dio: Remove overflow for size >2G in aio-dio code.
From: manish honap <hidden>
Date: 2012-05-22 16:13:42
Also in:
linux-fsdevel
From: manish honap <hidden>
Date: 2012-05-22 16:13:42
Also in:
linux-fsdevel
Hello Linus, Ted On Mon, May 21, 2012 at 03:22:28PM -0700, Linus Torvalds wrote:
So I'm pretty sure this patch is what we want, and rw_verify_area() really is required to protect low-level filesystems from these kinds of issues. Not just ext4.
Patch works on my machine also.
At the same time, I would *really* want somebody who actually uses anything AIO to test it out too. Because I want to not only commit it, but also mark it for stable - and it would be nice to have some more testing than me saying "ok, it passes the one test-case sent to me" and "hey, the code looks sane".
Used Chris Mason's aio-stress.c - Manish