public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] some improvements for lockdep
@ 2021-06-17 14:28 Xiongwei Song
  2021-06-17 14:28 ` [PATCH 1/3] locking/lockdep: unlikely bfs_error() inside Xiongwei Song
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Xiongwei Song @ 2021-06-17 14:28 UTC (permalink / raw)
  To: peterz, mingo, will, longman, boqun.feng; +Cc: linux-kernel, Xiongwei Song

Unlikely the checks of return values of graph walk will improve the
performance to some degree, patch 1 and patch 2 are for this.

The patch 3 will print a warning after counting lock deps when hitting
bfs errors.

Xiongwei Song (3):
  locking/lockdep: unlikely bfs_error function
  locking/lockdep: unlikely conditons about BFS_RMATCH
  locking/lockdep: print possible warning after counting deps

 kernel/locking/lockdep.c | 22 +++++++++++++++-------
 1 file changed, 15 insertions(+), 7 deletions(-)

-- 
2.30.2


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-06-18  1:55 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-06-17 14:28 [PATCH 0/3] some improvements for lockdep Xiongwei Song
2021-06-17 14:28 ` [PATCH 1/3] locking/lockdep: unlikely bfs_error() inside Xiongwei Song
2021-06-17 14:28 ` [PATCH 2/3] locking/lockdep: unlikely conditons about BFS_RMATCH Xiongwei Song
2021-06-17 14:28 ` [PATCH 3/3] locking/lockdep: print possible warning after counting deps Xiongwei Song
2021-06-17 15:12   ` Boqun Feng
2021-06-18  1:54     ` Xiongwei Song

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox