-
Matthew Wilcox (Oracle) authored
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>
1bb4bd26Matthew Wilcox (Oracle) authoredSeveral 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>
Loading