Re: [patch V2 05/17] posix-timers: Remove SLAB_PANIC from kmem cache

From: Frederic Weisbecker
Date: Fri Mar 07 2025 - 09:05:21 EST


Le Sun, Mar 02, 2025 at 08:36:51PM +0100, Thomas Gleixner a écrit :
> There is no need to panic when the posix-timer kmem_cache can't be
> created. timer_create() will fail with -ENOMEM and that's it.
>
> Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx>

Reviewed-by: Frederic Weisbecker <frederic@xxxxxxxxxx>