[PATCH] exitz syscall

Linus Torvalds torvalds at linux-foundation.org
Sun Nov 12 01:24:00 UTC 2023


On Sat, 11 Nov 2023 at 05:24, Willy Tarreau <w at 1wt.eu> wrote:
>
> 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.

Honestly, I don't think it makes any sense at all.

If the key manager people can't be bothered to keep track of their
keys, the kernel certainly shouldn't be bothered with this kind of
huge hammer.

It looks like an active DoS attack to me, by anybody who just creates
a huge process and then sits there giggling as the machine comes to a
complete halt, with the kernel busy zeroing pointless crap.

Do it in user space. And if your user space randomly crashes, you have
other problems - but you can try to use ptrace to catch even that case
if you care.

          Linus



More information about the Linux-security-module-archive mailing list