[GIT PULL] kthreads fixes for v6.14-rc2

From: Frederic Weisbecker
Date: Tue Feb 04 2025 - 13:58:57 EST


Linus,

The following changes since commit 2014c95afecee3e76ca4a56956a936e23283f05b:

Linux 6.14-rc1 (2025-02-02 15:39:26 -0800)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks.git tags/kthreads-fixes-2025-02-04

for you to fetch changes up to 1b0332a42656b798bea867631d739de023633ec6:

kthread: Fix return value on kzalloc() failure in kthread_affine_preferred() (2025-02-04 01:42:27 +0100)

----------------------------------------------------------------
Fixes for kthreads

- Properly handle return value when allocation fails for the preferred
affinity.

----------------------------------------------------------------
Yu-Chun Lin (1):
kthread: Fix return value on kzalloc() failure in kthread_affine_preferred()

kernel/kthread.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)