]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'vxlan-geneve-linear'
authorDavid S. Miller <davem@davemloft.net>
Tue, 11 Jun 2019 19:07:33 +0000 (12:07 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 11 Jun 2019 19:08:05 +0000 (12:08 -0700)
commit23bcb597028094bc9f8a300577b4af68f3472abe
tree994badb500db658d9b407df09903fe180bae25a2
parent5a8616799f98a9804b4d7fc808cc8d4d5eb8294c
parent22e35a3f78c5a25bc606584b461a2f583a922d93
Merge branch 'vxlan-geneve-linear'

Stefano Brivio says:

====================
Don't assume linear buffers in error handlers for VXLAN and GENEVE

Guillaume noticed the same issue fixed by commit c626a4560f43 ("fou, fou6:
do not assume linear skbs") for fou and fou6 is also present in VXLAN and
GENEVE error handlers: we can't assume linear buffers there, we need to
use pskb_may_pull() instead.
====================

Acked-by: Guillaume Nault <gnault@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>