Re: [PATCH 5/5] tracing/hwlat: Fix deadlock in cpuhp processing

2024-10-09 Thread liwei (GF)
On 2024/10/4 4:19, Steven Rostedt wrote: > On Tue, 24 Sep 2024 17:45:15 +0800 > Wei Li wrote: > >> Another "hung task" error was reported during the test, and i figured out >> the deadlock scenario is as follows: >> >> T1 [BP] | T2 [AP] | T3 [hwlatd/1]

Re: [PATCH 5/5] tracing/hwlat: Fix deadlock in cpuhp processing

2024-10-03 Thread Steven Rostedt
On Tue, 24 Sep 2024 17:45:15 +0800 Wei Li wrote: > Another "hung task" error was reported during the test, and i figured out > the deadlock scenario is as follows: > > T1 [BP] | T2 [AP] | T3 [hwlatd/1] >| T4 > work_for_cpu_fn() | cpuhp_thr

[PATCH 5/5] tracing/hwlat: Fix deadlock in cpuhp processing

2024-09-24 Thread Wei Li
Another "hung task" error was reported during the test, and i figured out the deadlock scenario is as follows: T1 [BP] | T2 [AP] | T3 [hwlatd/1] | T4 work_for_cpu_fn() | cpuhp_thread_fun() | kthread_fn() | hwlat_ho