On Thu, 27 May 2021 17:12:12 -0400 Tanner Love wrote:
quoted hunk ↗ jump to hunk
@@ -915,7 +916,8 @@ bool __skb_flow_dissect(const struct net *net,
const struct sk_buff *skb,
struct flow_dissector *flow_dissector,
void *target_container, const void *data,
- __be16 proto, int nhoff, int hlen, unsigned int flags)
+ __be16 proto, int nhoff, int hlen, unsigned int flags,
+ const struct virtio_net_hdr *vhdr)
{
struct flow_dissector_key_control *key_control;
struct flow_dissector_key_basic *key_basic;
net/core/flow_dissector.c:922: warning: Function parameter or member 'vhdr' not described in '__skb_flow_dissect'
Please try to check W=1 C=1 builds, you may want to compile only the
object files you changed otherwise for a change like this, touching
skbuff.h, you'll drown in old warnings.