[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20231112045217.GA39417@mit.edu>
Date: Sat, 11 Nov 2023 23:52:17 -0500
From: "Theodore Ts'o" <tytso@....edu>
To: Willy Tarreau <w@....eu>
Cc: York Jasper Niebuhr <yjnworkstation@...il.com>,
akpm@...ux-foundation.org, linux-kernel@...r.kernel.org,
linux-api@...r.kernel.org, linux-security-module@...r.kernel.org,
torvalds@...ux-foundation.org
Subject: Re: [PATCH] exitz syscall
On Sat, Nov 11, 2023 at 02:24:31PM +0100, Willy Tarreau wrote:
> Hello,
>
> On Sat, Nov 11, 2023 at 01:51:26PM +0100, York Jasper Niebuhr wrote:
> > Adds a system call to flag a process' resources to be cleared on
> > exit (or, in the case of memory, on free). Currently, only zeroing
> > memory is implemented.
> (...)
>
> IMHO it does not make sense to add a syscall for this, please have a
> look at prctl(2) instead, which is already used for similar settings.
Another reason to use prctl() is there are other cases when you'd want
to zero a process's memory. For example, if the process gets killed
to some kind of signal, or when it gets OOM killed (where there is no
system call which forces the process to exit). Also, if you want to
zero memory when the process exits, you'd want to zero the process
memory on an exec(2).
Cheers,
- Ted
Powered by blists - more mailing lists