From: Thomas Graf <tgraf@suug.ch>
To: Pablo Neira Ayuso <pablo@netfilter.org>
Cc: netfilter-devel@vger.kernel.org, kaber@trash.net
Subject: Re: [PATCH 3/3] rhashtable: fix lockdep splat in rhashtable_destroy()
Date: Tue, 2 Sep 2014 12:02:56 +0100 [thread overview]
Message-ID: <20140902110256.GB6778@casper.infradead.org> (raw)
In-Reply-To: <1409650721-9621-3-git-send-email-pablo@netfilter.org>
On 09/02/14 at 11:38am, Pablo Neira Ayuso wrote:
> No need for rht_dereference() from rhashtable_destroy() since the
> existing callers don't hold the mutex when invoking this function
> from:
>
> 1) Netlink, this is called in case of memory allocation errors in the
> initialization path, no nl_sk_hash_lock is held.
> 2) Netfilter, this is called from the rcu callback, no nfnl_lock is
> held either.
>
> I think it's reasonable to assume that the caller has to make sure
> that no hash resizing may happen before releasing the bucket array.
> Therefore, the caller should be responsible for releasing this in a
> safe way, document this to make people aware of it.
>
> This resolves a rcu lockdep splat in nft_hash:
>
> ===============================
> [ INFO: suspicious RCU usage. ]
> 3.16.0+ #178 Not tainted
> -------------------------------
> lib/rhashtable.c:596 suspicious rcu_dereference_protected() usage!
>
> other info that might help us debug this:
>
> rcu_scheduler_active = 1, debug_locks = 1
> 1 lock held by ksoftirqd/2/18:
> #0: (rcu_callback){......}, at: [<ffffffff810918fd>] rcu_process_callbacks+0x27e/0x4c7
>
> stack backtrace:
> CPU: 2 PID: 18 Comm: ksoftirqd/2 Not tainted 3.16.0+ #178
> Hardware name: LENOVO 23259H1/23259H1, BIOS G2ET32WW (1.12 ) 05/30/2012
> 0000000000000001 ffff88011706bb68 ffffffff8143debc 0000000000000000
> ffff880117062610 ffff88011706bb98 ffffffff81077515 ffff8800ca041a50
> 0000000000000004 ffff8800ca386480 ffff8800ca041a00 ffff88011706bbb8
> Call Trace:
> [<ffffffff8143debc>] dump_stack+0x4e/0x68
> [<ffffffff81077515>] lockdep_rcu_suspicious+0xfa/0x103
> [<ffffffff81228b1b>] rhashtable_destroy+0x46/0x52
> [<ffffffffa06f21a7>] nft_hash_destroy+0x73/0x82 [nft_hash]
>
> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Acked-by: Thomas Graf <tgraf@suug.ch>
next prev parent reply other threads:[~2014-09-02 11:02 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-09-02 9:38 [PATCH 1/3] netfilter: nft_hash: no need for rcu in the hash set destroy path Pablo Neira Ayuso
2014-09-02 9:38 ` [PATCH 2/3] netfilter: nft_rbtree: no need for spinlock from " Pablo Neira Ayuso
2014-09-02 11:11 ` Thomas Graf
2014-09-02 9:38 ` [PATCH 3/3] rhashtable: fix lockdep splat in rhashtable_destroy() Pablo Neira Ayuso
2014-09-02 11:02 ` Thomas Graf [this message]
2014-09-02 10:14 ` [PATCH 1/3] netfilter: nft_hash: no need for rcu in the hash set destroy path Patrick McHardy
2014-09-02 10:38 ` Pablo Neira Ayuso
2014-09-02 10:59 ` Patrick McHardy
2014-09-02 12:22 ` Pablo Neira Ayuso
2014-09-02 12:36 ` Thomas Graf
2014-09-02 13:28 ` Patrick McHardy
2014-09-02 13:41 ` Pablo Neira Ayuso
2014-09-02 14:00 ` Patrick McHardy
2014-09-02 11:02 ` Thomas Graf
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20140902110256.GB6778@casper.infradead.org \
--to=tgraf@suug.ch \
--cc=kaber@trash.net \
--cc=netfilter-devel@vger.kernel.org \
--cc=pablo@netfilter.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).