Last change in the bpf headers - disentangling BPF uapi from netdevice.h. Both linux/bpf.h and uapi/bpf.h changes should now rebuild ~1k objects down from the original ~18k. There's probably more that can be done but it's diminishing returns. Split into two patches for ease of review. Jakub Kicinski (2): net: add includes masked by netdevice.h including uapi/bpf.h bpf: invert the dependency between bpf-netns.h and netns/bpf.h drivers/net/ethernet/amazon/ena/ena_netdev.h | 1 + drivers/net/ethernet/cavium/thunder/nicvf_queues.c | 1 + drivers/net/ethernet/microsoft/mana/mana_en.c | 2 ++ drivers/net/ethernet/stmicro/stmmac/stmmac.h | 1 + drivers/net/ethernet/ti/cpsw_priv.h | 2 ++ include/linux/bpf-netns.h | 8 +------- include/net/ip6_fib.h | 1 + include/net/netns/bpf.h | 9 ++++++++- kernel/bpf/net_namespace.c | 1 + 9 files changed, 18 insertions(+), 8 deletions(-) -- 2.31.1