Pablo Neira Ayuso <pablo@xxxxxxxxxxxxx> wrote: > nft_pipapo_get() is called from rcu path via _GET netlink command. > Is it safe to walk over priv->clone? Userspace could be updating > (with mutex held) while a request to get an element can be done. > > That makes me think nft_pipapo_get() should always use priv->match? Right, that could work too.