From: David S. Miller Date: Tue, 11 Jun 2019 19:07:33 +0000 (-0700) Subject: Merge branch 'vxlan-geneve-linear' X-Git-Tag: v5.2-rc6~33^2~31 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=93c65f83f25bd5e072a42c9659a85fdc4fb47c27;p=linux.git 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 26fc181e6cac ("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 Signed-off-by: David S. Miller --- 93c65f83f25bd5e072a42c9659a85fdc4fb47c27