From mboxrd@z Thu Jan 1 00:00:00 1970 From: William Tu Subject: [PATCH net-next 0/2] net: erspan: a couple fixes Date: Fri, 15 Dec 2017 14:27:42 -0800 Message-ID: <1513376864-33777-1-git-send-email-u9012063@gmail.com> To: netdev@vger.kernel.org Return-path: Received: from mail-pg0-f65.google.com ([74.125.83.65]:44491 "EHLO mail-pg0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757104AbdLOW1z (ORCPT ); Fri, 15 Dec 2017 17:27:55 -0500 Received: by mail-pg0-f65.google.com with SMTP id j9so6692555pgc.11 for ; Fri, 15 Dec 2017 14:27:54 -0800 (PST) Received: from sc9-mailhost3.vmware.com ([24.5.191.4]) by smtp.gmail.com with ESMTPSA id o84sm16386093pfa.46.2017.12.15.14.27.53 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 15 Dec 2017 14:27:53 -0800 (PST) Sender: netdev-owner@vger.kernel.org List-ID: Haishuang Yan reports a couple of issues (wrong return value, pskb_may_pull) on erspan V1. Since erspan V2 is in net-next, this series fix the similar issues on v2. William Tu (2): net: erspan: fix wrong return value net: erspan: reload pointer after pskb_may_pull net/ipv4/ip_gre.c | 6 ++++-- net/ipv6/ip6_gre.c | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) -- 2.7.4