Re: [PATCH v3] kthread: add objectdebug support

2020-08-16 Thread qianli zhao
Hi,Stephen Thanks for your suggestion, i will improve my patch. Thanks. On Sat, Aug 15, 2020 at 4:18 PM Stephen Boyd wrote: > > Quoting Qianli Zhao (2020-08-13 02:55:16) > > From: Qianli Zhao > > > > Add debugobject support to track the life time of kthread_work > > Subject says 'objectdebug' b

Re: [PATCH v3] kthread: add objectdebug support

2020-08-15 Thread Stephen Boyd
Quoting Qianli Zhao (2020-08-13 02:55:16) > From: Qianli Zhao > > Add debugobject support to track the life time of kthread_work Subject says 'objectdebug' but then this says debugobject. Use debugobject throughout please. > which is used to detect reinitialization/free active object problems

[PATCH v3] kthread: add objectdebug support

2020-08-13 Thread Qianli Zhao
From: Qianli Zhao Add debugobject support to track the life time of kthread_work which is used to detect reinitialization/free active object problems Add kthread_init_work_onstack/kthread_init_delayed_work_onstack for kthread onstack support If we reinitialize a kthread_work that has been activa