Re: [PATCH V6] kthread: Add debugobject support

2020-11-30 Thread qianli zhao
Hi,tglx Would you like to continue to review the new patch set?I made some changes according to your suggestion. Unless this change will not be considered or unnecessary. Thanks Qianli Zhao 于2020年10月12日周一 上午11:00写道: > > From: Qianli Zhao > > kthread_work is not covered by debug objects, but

[PATCH V6] kthread: Add debugobject support

2020-10-11 Thread Qianli Zhao
From: Qianli Zhao kthread_work is not covered by debug objects, but the same problems as with regular work objects apply. Some of the issues like reinitialization of an active kthread_work are hard to debug because the problem manifests itself later in a completely different context. Add