Hi! Seems like something funny is going on with get_maintainer.pl since XDP entry got added. We seem to have been CCed on:
net: ns83820: code cleanup for ns83820_probe_phy() veth: Fix -Wformat-truncation INFO: task hung in rtnetlink_rcv_msg I tried Florian's veth patch myself and it does indeed produce: "David S. Miller" <[email protected]> (odd fixer:NETWORKING DRIVERS,commit_signer:9/15=60%) Alexei Starovoitov <[email protected]> (supporter:XDP (eXpress Data Path)) Daniel Borkmann <[email protected]> (supporter:XDP (eXpress Data Path),commit_signer:6/15=40%) Jakub Kicinski <[email protected]> (supporter:XDP (eXpress Data Path)) Jesper Dangaard Brouer <[email protected]> (supporter:XDP (eXpress Data Path)) John Fastabend <[email protected]> (supporter:XDP (eXpress Data Path),commit_signer:2/15=13%) Toshiaki Makita <[email protected]> (commit_signer:11/15=73%,authored:11/15=73%,added_lines:1027/1055=97%,removed_lines:180/195=92%) David Ahern <[email protected]> (commit_signer:2/15=13%,authored:1/15=7%) Li RongQing <[email protected]> (authored:1/15=7%,removed_lines:14/195=7%) Michael Walle <[email protected]> (authored:1/15=7%) "Gustavo A. R. Silva" <[email protected]> (authored:1/15=7%) [email protected] (open list:NETWORKING DRIVERS) [email protected] (open list) [email protected] (open list:XDP (eXpress Data Path)) Even though it only touches: drivers/net/veth.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) And XDP entry is: XDP (eXpress Data Path) M: Alexei Starovoitov <[email protected]> M: Daniel Borkmann <[email protected]> M: David S. Miller <[email protected]> M: Jakub Kicinski <[email protected]> M: Jesper Dangaard Brouer <[email protected]> M: John Fastabend <[email protected]> L: [email protected] L: [email protected] S: Supported F: net/core/xdp.c F: include/net/xdp.h F: kernel/bpf/devmap.c F: kernel/bpf/cpumap.c F: include/trace/events/xdp.h K: xdp N: xdp So no relation to drivers at all...

