Thread (6 messages) 6 messages, 4 authors, 2026-03-15

Re: [PATCH net] bonding: prevent potential infinite loop in bond_header_parse()

From: Jakub Kicinski <kuba@kernel.org>
Date: 2026-03-14 17:50:37

On Sat, 14 Mar 2026 11:56:49 +0000 Eric Dumazet wrote:
quoted hunk ↗ jump to hunk
--- 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
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help