netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] rhashtable: Allow local locks to be used and tested
@ 2014-11-13 10:10 Herbert Xu
  2014-11-13 10:11 ` [PATCH 1/4] netlink: Move mutex_is_held under PROVE_LOCKING Herbert Xu
                   ` (5 more replies)
  0 siblings, 6 replies; 21+ messages in thread
From: Herbert Xu @ 2014-11-13 10:10 UTC (permalink / raw)
  To: netdev; +Cc: Thomas Graf

Hi:

This series moves mutex_is_held entirely under PROVE_LOCKING so
there is zero foot print when we're not debugging.  More importantly
it adds a parrent argument to mutex_is_held so that we can test
local locks rather than global ones (e.g., per-namespace locks).

Cheers,
-- 
Email: Herbert Xu <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

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

end of thread, other threads:[~2014-11-17  6:20 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-13 10:10 [PATCH 0/4] rhashtable: Allow local locks to be used and tested Herbert Xu
2014-11-13 10:11 ` [PATCH 1/4] netlink: Move mutex_is_held under PROVE_LOCKING Herbert Xu
2014-11-13 10:11 ` [PATCH 2/4] netfilter: " Herbert Xu
2014-11-13 10:11 ` [PATCH 3/4] rhashtable: " Herbert Xu
2014-11-13 10:11 ` [PATCH 4/4] rhashtable: Add parent argument to mutex_is_held Herbert Xu
2014-11-13 10:37   ` Thomas Graf
2014-11-13 10:38     ` Herbert Xu
2014-11-13 10:41       ` Thomas Graf
2014-11-13 10:43         ` Herbert Xu
2014-11-15  3:25           ` Herbert Xu
2014-11-15 11:16             ` Thomas Graf
2014-11-15 11:23               ` Herbert Xu
2014-11-15 15:51                 ` Herbert Xu
2014-11-17  6:20                   ` Thomas Graf
2014-11-15 19:12               ` Josh Triplett
2014-11-16  2:22                 ` Herbert Xu
2014-11-16  2:37                   ` Josh Triplett
2014-11-17  4:46                     ` Herbert Xu
2014-11-17  6:16                       ` Thomas Graf
2014-11-13 10:41 ` [PATCH 0/4] rhashtable: Allow local locks to be used and tested Thomas Graf
2014-11-13 20:13 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).