[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <87v96dd1gz.fsf@disp2133>
Date: Wed, 16 Jun 2021 15:00:12 -0500
From: ebiederm@...ssion.com (Eric W. Biederman)
To: Olivier Langlois <olivier@...llion01.com>
Cc: Oleg Nesterov <oleg@...hat.com>,
Linus Torvalds <torvalds@...ux-foundation.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
linux-fsdevel <linux-fsdevel@...r.kernel.org>,
io-uring <io-uring@...r.kernel.org>,
Alexander Viro <viro@...iv.linux.org.uk>,
Jens Axboe <axboe@...nel.dk>,
"Pavel Begunkov\>" <asml.silence@...il.com>
Subject: Re: [PATCH] coredump: Limit what can interrupt coredumps
Olivier Langlois <olivier@...llion01.com> writes:
> I redid my test but this time instead of dumping directly into a file,
> I did let the coredump be piped to the systemd coredump module and the
> coredump generation isn't working as expected when piping.
>
> So your code review conclusions are correct.
Thank you for confirming that.
Do you know how your test program is using io_uring?
I have been trying to put the pieces together on what io_uring is doing
that stops the coredump. The fact that it takes a little while before
it kills the coredump is a little puzzling. The code looks like all of
the io_uring operations should have been canceled before the coredump
starts.
Thanks,
Eric
Powered by blists - more mailing lists