From: Martin KaFai Lau Date: Tue, 21 Mar 2023 04:57:50 +0000 (-0700) Subject: Merge branch 'net: skbuff: skb bitfield compaction - bpf' X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=6a9f5cdba3c5b4e8c2af290fe6c9e3538652ab42;p=linux.git Merge branch 'net: skbuff: skb bitfield compaction - bpf' Jakub Kicinski says: ==================== I'm trying to make more of the sk_buff bits optional. Move the BPF-accessed bits a little - because they must be at coding-time-constant offsets they must precede any optional bit. While at it clean up the naming a bit. v1: https://lore.kernel.org/all/20230308003159.441580-1-kuba@kernel.org/ ==================== Signed-off-by: Martin KaFai Lau --- 6a9f5cdba3c5b4e8c2af290fe6c9e3538652ab42