Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Cross-merge networking fixes after downstream PR. Conflicts: net/ipv4/ip_gre.c17af420545("erspan: make sure erspan_base_hdr is present in skb->head")5832c4a77d("ip_tunnel: convert __be16 tunnel flags to bitmaps") https://lore.kernel.org/all/20240402103253.3b54a1cf@canb.auug.org.au/ Adjacent changes: net/ipv6/ip6_fib.cd21d40605b("ipv6: Fix infinite recursion in fib6_dump_done().")5fc68320c1("ipv6: remove RTNL protection from inet6_dump_fib()") Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
+1
-1
@@ -1542,7 +1542,7 @@ sub create_parameterlist($$$$) {
|
||||
save_struct_actual($2);
|
||||
|
||||
push_parameter($2, "$type $1", $arg, $file, $declaration_name);
|
||||
} elsif ($param =~ m/(.*?):(\d+)/) {
|
||||
} elsif ($param =~ m/(.*?):(\w+)/) {
|
||||
if ($type ne "") { # skip unnamed bit-fields
|
||||
save_struct_actual($1);
|
||||
push_parameter($1, "$type:$2", $arg, $file, $declaration_name)
|
||||
|
||||
Reference in New Issue
Block a user