Re: [PATCH net] netfilter: nf_queue:fix reinject verdict handling

From: Pablo Neira Ayuso
Date: Mon May 13 2019 - 05:23:51 EST


Hi Jagdish,

On Thu, May 09, 2019 at 12:01:14AM +0530, Jagdish Motwani wrote:
> From: Jagdish Motwani <jagdish.motwani@xxxxxxxxxx>
>
> In case of more than 1 nf_queues, hooks between them are being executed
> more than once.

This refers to NF_REPEAT, correct?

I think this broke with 960632ece6949. If so, it would be good to add
the following tag to this patch then. It's useful for robots
collecting fixes for -stable kernels.

Fixes: 960632ece694 ("netfilter: convert hook list to an array")

> Signed-off-by: Jagdish Motwani <jagdish.motwani@xxxxxxxxxx>

Thanks.