Documentation/.renames.txt: warning: ignored by one of the .gitignore files Documentation/.renames.txt: warning: ignored by one of the .gitignore files ../drivers/net/ipvlan/ipvlan_core.c: In function ‘ipvlan_macnat_xmit_phydev’: ../drivers/net/ipvlan/ipvlan_core.c:343:25: warning: variable ‘orig_skb’ set but not used [-Wunused-but-set-variable] 343 | struct sk_buff *orig_skb = skb; | ^~~~~~~~ New errors added --- /tmp/tmp.BEggGxEBK3 2025-11-18 08:01:26.927527699 -0800 +++ /tmp/tmp.AoLYm4arKB 2025-11-18 08:02:43.543034091 -0800 @@ -1,0 +2,4 @@ +../drivers/net/ipvlan/ipvlan_core.c: In function ‘ipvlan_macnat_xmit_phydev’: +../drivers/net/ipvlan/ipvlan_core.c:343:25: warning: variable ‘orig_skb’ set but not used [-Wunused-but-set-variable] + 343 | struct sk_buff *orig_skb = skb; + | ^~~~~~~~ Per-file breakdown --- /tmp/tmp.B2EuPcgXmU 2025-11-18 08:02:43.571626888 -0800 +++ /tmp/tmp.ZzU1O7OJve 2025-11-18 08:02:43.595626638 -0800 @@ -0,0 +1 @@ + 1 ../drivers/net/ipvlan/ipvlan_core.c