On Tue, Sep 03, 2019 at 11:15:27AM +0800, we...@ucloud.cn wrote: > From: wenxu <we...@ucloud.cn> > > 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.