radix tree test suite: Register the main thread with the RCU library
stable inclusion from stable-5.10.31 commit edd822b6924154c84383c3a9a513a7c9b7c98fd8 bugzilla: 51792 -------------------------------- [ Upstream commit 1bb4bd26 ] Several test runners register individual worker threads with the RCU library, but neglect to register the main thread, which can lead to objects being freed while the main thread is in what appears to be an RCU critical section. Reported-by:Chris von Recklinghausen <crecklin@redhat.com> Signed-off-by:
Matthew Wilcox (Oracle) <willy@infradead.org> Signed-off-by:
Sasha Levin <sashal@kernel.org> Signed-off-by:
Chen Jun <chenjun102@huawei.com> Acked-by:
Weilong Chen <chenweilong@huawei.com> Signed-off-by:
Zheng Zengkai <zhengzengkai@huawei.com>
Loading
Please sign in to comment