You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
locking/csd_lock: Remove per-CPU data indirection from CSD lock debugging
JIRA: https://issues.redhat.com/browse/RHEL-16867
Conflicts: A context diff in the smp_call_function_many_cond() hunk due
to the presence of a later upstream commit 5c31249
("trace,smp: Trace all smp_function_call*() invocations").
commit 6366d06
Author: Paul E. McKenney <paulmck@kernel.org>
Date: Mon, 20 Mar 2023 17:55:15 -0700
locking/csd_lock: Remove per-CPU data indirection from CSD lock debugging
The diagnostics added by this commit were extremely useful in one instance:
a5aabac ("locking/csd_lock: Add more data to CSD lock debugging")
However, they have not seen much action since, and there have been some
concerns expressed that the complexity is not worth the benefit.
Therefore, manually revert the following commit preparatory commit:
de7b09e ("locking/csd_lock: Prepare more CSD lock debugging")
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Acked-by: Juergen Gross <jgross@suse.com>
Link: https://lore.kernel.org/r/20230321005516.50558-3-paulmck@kernel.org
Signed-off-by: Waiman Long <longman@redhat.com>
0 commit comments