[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <Y2TIeiI1s+hdBPlL@Laptop-X1>
Date: Fri, 4 Nov 2022 16:08:26 +0800
From: Hangbin Liu <liuhangbin@...il.com>
To: Jay Vosburgh <jay.vosburgh@...onical.com>
Cc: netdev@...r.kernel.org, "David S . Miller" <davem@...emloft.net>,
Jakub Kicinski <kuba@...nel.org>,
Jonathan Toppins <jtoppins@...hat.com>,
Paolo Abeni <pabeni@...hat.com>,
David Ahern <dsahern@...il.com>, Liang Li <liali@...hat.com>
Subject: Re: [PATCH net] bonding: fix ICMPv6 header handling when receiving
IPv6 messages
On Thu, Nov 03, 2022 at 05:03:59PM +0100, Jay Vosburgh wrote:
> Briefly looking at the patch, the commit message needs updating,
> and I'm curious to know why pskb_may_pull can't be used.
Oh, forgot to reply this. pskb_may_pull() need "struct sk_buff *skb" but we
defined "const struct sk_buff *skb" in bond_na_rcv().
Thanks
Hangbin
Powered by blists - more mailing lists