[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20170907.200305.1453658712948209622.davem@davemloft.net>
Date: Thu, 07 Sep 2017 20:03:05 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: pabeni@...hat.com
Cc: netdev@...r.kernel.org, edumazet@...gle.com,
hannes@...essinduktion.org
Subject: Re: [PATCH net] udp: drop head states only when all skb references
are gone
From: Paolo Abeni <pabeni@...hat.com>
Date: Wed, 6 Sep 2017 14:44:36 +0200
> After commit 0ddf3fb2c43d ("udp: preserve skb->dst if required
> for IP options processing") we clear the skb head state as soon
> as the skb carrying them is first processed.
>
> Since the same skb can be processed several times when MSG_PEEK
> is used, we can end up lacking the required head states, and
> eventually oopsing.
>
> Fix this clearing the skb head state only when processing the
> last skb reference.
>
> Reported-by: Eric Dumazet <edumazet@...gle.com>
> Fixes: 0ddf3fb2c43d ("udp: preserve skb->dst if required for IP options processing")
> Signed-off-by: Paolo Abeni <pabeni@...hat.com>
Applied and queued up for -stable, thanks.
Powered by blists - more mailing lists