]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
bpf: Fix a typo of reuseport map in bpf.h.
authorKuniyuki Iwashima <kuniyu@amazon.co.jp>
Wed, 14 Jul 2021 12:43:17 +0000 (21:43 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 15 Sep 2021 08:00:36 +0000 (10:00 +0200)
commit8aa6ba2c66cf23fc3062bccd348c2650545c20e9
tree214f836c355df6492f34292ae3f9dfec0b1db217
parent63f3a66d6a53406754efcab4d31974bf689848e5
bpf: Fix a typo of reuseport map in bpf.h.

[ Upstream commit f170acda7ffaf0473d06e1e17c12cd9fd63904f5 ]

Fix s/BPF_MAP_TYPE_REUSEPORT_ARRAY/BPF_MAP_TYPE_REUSEPORT_SOCKARRAY/ typo
in bpf.h.

Fixes: 2dbb9b9e6df6 ("bpf: Introduce BPF_PROG_TYPE_SK_REUSEPORT")
Signed-off-by: Kuniyuki Iwashima <kuniyu@amazon.co.jp>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Acked-by: Martin KaFai Lau <kafai@fb.com>
Acked-by: John Fastabend <john.fastabend@gmail.com>
Link: https://lore.kernel.org/bpf/20210714124317.67526-1-kuniyu@amazon.co.jp
Signed-off-by: Sasha Levin <sashal@kernel.org>
include/uapi/linux/bpf.h
tools/include/uapi/linux/bpf.h