Re: [PATCH] smpboot: Add NULL check before kthread_unpark()
From: Thomas Gleixner
Date: Wed Dec 10 2025 - 01:51:17 EST
On Mon, Nov 24 2025 at 10:41, Kaushlendra Kumar wrote:
> Add NULL check for tsk before calling kthread_unpark() in
> smpboot_unpark_thread() to prevent potential null pointer
> dereference.
How is that ever going to be NULL?
Thanks,
tglx