Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

tools/bpf: Use tab instead of white spaces to sync bpf.h

Just silence the following build warning:

Warning: Kernel ABI header at 'tools/include/uapi/linux/bpf.h' differs from latest version at 'include/uapi/linux/bpf.h'

Signed-off-by: Tiezhu Yang <yangtiezhu@loongson.cn>
Link: https://lore.kernel.org/r/1675319486-27744-2-git-send-email-yangtiezhu@loongson.cn
Signed-off-by: Alexei Starovoitov <ast@kernel.org>

authored by

Tiezhu Yang and committed by
Alexei Starovoitov
e2bd9742 158e5e9e

+2 -2
+2 -2
tools/include/uapi/linux/bpf.h
··· 5817 5817 BPF_F_ADJ_ROOM_ENCAP_L4_UDP = (1ULL << 4), 5818 5818 BPF_F_ADJ_ROOM_NO_CSUM_RESET = (1ULL << 5), 5819 5819 BPF_F_ADJ_ROOM_ENCAP_L2_ETH = (1ULL << 6), 5820 - BPF_F_ADJ_ROOM_DECAP_L3_IPV4 = (1ULL << 7), 5821 - BPF_F_ADJ_ROOM_DECAP_L3_IPV6 = (1ULL << 8), 5820 + BPF_F_ADJ_ROOM_DECAP_L3_IPV4 = (1ULL << 7), 5821 + BPF_F_ADJ_ROOM_DECAP_L3_IPV6 = (1ULL << 8), 5822 5822 }; 5823 5823 5824 5824 enum {