]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.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)
committerStefan Bader <stefan.bader@canonical.com>
Fri, 15 Oct 2021 09:26:40 +0000 (11:26 +0200)
commitd53b567b5b250d09b0cf430e24250b4e131bba77
tree122f80c4f264915f729c38a91bc3808df1aa4031
parent73f9465aa929eebd21b37d97775244ab19a62dbf
bpf: Fix a typo of reuseport map in bpf.h.

BugLink: https://bugs.launchpad.net/bugs/1946788
[ 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>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Kelsey Skunberg <kelsey.skunberg@canonical.com>
include/uapi/linux/bpf.h
tools/include/uapi/linux/bpf.h