From: Jakub Kicinski <kuba@kernel.org>
To: Eric Dumazet <edumazet@google.com>
Cc: "David S . Miller" <davem@davemloft.net>,
Paolo Abeni <pabeni@redhat.com>, Simon Horman <horms@kernel.org>,
netdev@vger.kernel.org, eric.dumazet@gmail.com,
Jiayuan Chen <jiayuan.chen@shopee.com>,
Jay Vosburgh <jv@jvosburgh.net>,
Andrew Lunn <andrew+netdev@lunn.ch>
Subject: Re: [PATCH net] bonding: prevent potential infinite loop in bond_header_parse()
Date: Sat, 14 Mar 2026 10:50:36 -0700 [thread overview]
Message-ID: <20260314105036.4d8bacd9@kernel.org> (raw)
In-Reply-To: <20260314115650.3646361-1-edumazet@google.com>
On Sat, 14 Mar 2026 11:56:49 +0000 Eric Dumazet wrote:
> --- a/net/ethernet/eth.c
> +++ b/net/ethernet/eth.c
> @@ -198,7 +198,8 @@ EXPORT_SYMBOL(eth_type_trans);
> * @skb: packet to extract header from
> * @haddr: destination buffer
> */
> -int eth_header_parse(const struct sk_buff *skb, unsigned char *haddr)
> +int eth_header_parse(const struct sk_buff *skb, const struct net_device *dev,
> + unsigned char *haddr)
> {
This function has an (entirely pointless?) kdoc
You'll have to update or delete it
--
pw-bot: cr
next prev parent reply other threads:[~2026-03-14 17:50 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-14 11:56 [PATCH net] bonding: prevent potential infinite loop in bond_header_parse() Eric Dumazet
2026-03-14 12:03 ` Jiayuan Chen
2026-03-14 12:07 ` Eric Dumazet
2026-03-14 17:50 ` Jakub Kicinski [this message]
2026-03-14 17:59 ` Eric Dumazet
2026-03-15 3:42 ` kernel test robot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260314105036.4d8bacd9@kernel.org \
--to=kuba@kernel.org \
--cc=andrew+netdev@lunn.ch \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=eric.dumazet@gmail.com \
--cc=horms@kernel.org \
--cc=jiayuan.chen@shopee.com \
--cc=jv@jvosburgh.net \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox