APPLIED: [SRU] [B] [PATCH 0/1] Fix for one-packet scheduling
Khaled Elmously
khalid.elmously at canonical.com
Mon Apr 15 03:42:16 UTC 2019
On 2019-04-09 13:37:12 , Kai-Heng Feng wrote:
> BugLink: https://bugs.launchpad.net/bugs/1819786
>
> [Impact]
> From the commit message:
> "Connections in One-packet scheduling mode (-o, --ops) are
> removed with refcnt=0 because they are not hashed in conn table."
>
> [Fix]
> From the commit message:
> "To avoid refcount_dec reporting this as error, change them to be
> removed with refcount_dec_if_one as all other connections."
>
> [Test]
> The bug reporter has a reproducer and confirmed this commit fixes the
> issue.
>
> [Regression Potential]
> Low. Fix for a specific use case, and it's in upstream for a while.
>
> Julian Anastasov (1):
> ipvs: fix refcount usage for conns in ops mode
>
> net/netfilter/ipvs/ip_vs_conn.c | 17 ++++++-----------
> 1 file changed, 6 insertions(+), 11 deletions(-)
>
> --
> 2.17.1
>
>
> --
> kernel-team mailing list
> kernel-team at lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/kernel-team
More information about the kernel-team
mailing list