Re: [PATCH] netfilter: nf_flow_table: add missing locking

From: Pablo Neira Ayuso
Date: Tue Nov 22 2022 - 16:15:26 EST


On Mon, Nov 21, 2022 at 07:26:15PM +0100, Felix Fietkau wrote:
> nf_flow_table_block_setup and the driver TC_SETUP_FT call can modify the flow
> block cb list while they are being traversed elsewhere, causing a crash.
> Add a write lock around the calls to protect readers

Applied, thanks