On Tue, Sep 03, 2019 at 11:15:27AM +0800, wenxu@xxxxxxxxx wrote: > From: wenxu <wenxu@xxxxxxxxx> > > The flow_block_ing_cmd() needs to call blocking functions while iterating > block_ing_cb_list, nft_indr_block_cb is in the cb_list, > So it is the incorrect rcu case. To fix it just traverse the list under > the commit mutex. Applied.