On Thu, Dec 19, 2013 at 7:53 AM, Dave Jones <davej@xxxxxxxxxx> wrote: > > Interesting that CPU2 was doing sys_io_setup again. Different trace though. Well, it was once again in aio_free_ring() - double free or freeing while already in use? And this time the other end of the complaint was allocating a new page that definitely was still busily in use (it's locked). And there's no sign of migration, although obviously that could have happened or be in progress on another CPU and just didn't notice the mess. But yes, based on the two traces, fs/aio.c:io_setup() would seem to be the main point of interest. Have you started doing something new in trinity wrt AIO, and io_setup() in particular? Or anything else different that might have started triggering this? But we do have new AIO code, and these two in particular look suspicious: - new page migration logic: 71ad7490c1f3 rework aio migrate pages to use aio fs - trying to fix double frees and error cases: e34ecee2ae79 aio: Fix a trinity splat d558023207e0 aio: prevent double free in ioctx_alloc d1b9432712a2 aio: clean up aio ring in the fail path and some kind of double free in an error path would certainly explain this (with io_setup() . And the first oops reported obviously had that migration thing. So maybe those "fixes" weren't fixing things at all (or just moved the error case around). Btw, that "rework aio migrate pages to use aio fs" looks odd. It has Ben LaHaise marked as author, but no sign-off, instead "Tested-by" and "Acked-by". Al, Ben, Kent, see the beginning thread on lkml (https://lkml.org/lkml/2013/12/18/932). Any comments? Linus -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>