]> git.ipfire.org Git - thirdparty/linux.git/commit
posix-timers: Remove SLAB_PANIC from kmem cache
authorThomas Gleixner <tglx@linutronix.de>
Sat, 8 Mar 2025 16:48:26 +0000 (17:48 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 13 Mar 2025 11:07:16 +0000 (12:07 +0100)
commitf6d0c3d2ebb3355dc2b2a9015563cfbae6596417
treef4cbde4aa3f76dfbe50b5c6c813dcfcb01ace505
parent4c5cd058beb565ea02ff3db9236f01b2b7d78071
posix-timers: Remove SLAB_PANIC from kmem cache

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@linutronix.de>
Reviewed-by: Frederic Weisbecker <frederic@kernel.org>
Link: https://lore.kernel.org/all/20250308155623.829215801@linutronix.de
kernel/time/posix-timers.c