Re: [PATCH] flow_dissector: fix uninit-value in __skb_flow_dissect() for ETH_ADDRS
From: Jakub Kicinski
Date: Mon Jun 08 2026 - 16:46:51 EST
On Mon, 8 Jun 2026 09:30:12 +0800 Zhou, Yun wrote:
> Hi Jakub,
>
> What is your opinion on this fix method?
This looks good, thanks for pointing out.
Please adjust the commit message explaining the problem, the setup that
triggers it, and problems with the control path approach.
The comment above the skb_mac_header_was_set() should also say _why_
this is hard to check in the control path, right now they comment
just restates what the code does.
Thanks!