mirror of
https://gitee.com/openharmony/kernel_linux
synced 2025-02-19 02:33:01 +00:00
![Shaun Pereira](/assets/img/avatar_default.png)
When the sk_timer function x25_heartbeat_expiry() is called by the kernel in a running/terminating process, spinlock-recursion and spinlock-lockup locks up the kernel. This has happened with testing on some distro's and the patch below fixed it. Signed-off-by: Shaun Pereira <spereira@tusc.com.au> Signed-off-by: David S. Miller <davem@davemloft.net>