Re: [PATCH 00/22] coredump: cleanups & pidfd extension
From: Christian Brauner
Date: Tue Nov 04 2025 - 16:00:47 EST
On Sun, Nov 02, 2025 at 06:03:54PM +0100, Oleg Nesterov wrote:
> On 10/28, Christian Brauner wrote:
> >
> > Christian Brauner (22):
> > pidfs: use guard() for task_lock
> > pidfs: fix PIDFD_INFO_COREDUMP handling
> > pidfs: add missing PIDFD_INFO_SIZE_VER1
> > pidfs: add missing BUILD_BUG_ON() assert on struct pidfd_info
> > pidfd: add a new supported_mask field
> > pidfs: prepare to drop exit_info pointer
> > pidfs: drop struct pidfs_exit_info
> > pidfs: expose coredump signal
>
> I don't think these changes need my review... but FWIW, I see nothing
Hm? You're the most suited to review them for sure.
And you always find my nasty little bugs. ;)
> wrong in 1-8. For 1-8:
>
> Reviewed-by: Oleg Nesterov <oleg@xxxxxxxxxx>
Thanks!