Message ID | 20201007055717.7319-1-jwilk@jwilk.net (mailing list archive) |
---|---|
State | Accepted |
Commit | 49f3d12b0f70ea867b891ad2a97f6e51bb564e18 |
Headers | show |
Series | bpf: Fix typo in uapi/linux/bpf.h | expand |
On 10/6/20 10:57 PM, Jakub Wilk wrote: > Reported-by: Samanta Navarro <ferivoz@riseup.net> > Signed-off-by: Jakub Wilk <jwilk@jwilk.net> Acked-by: Yonghong Song <yhs@fb.com>
Hello: This patch was applied to bpf/bpf-next.git (refs/heads/master): On Wed, 7 Oct 2020 07:57:17 +0200 you wrote: > Reported-by: Samanta Navarro <ferivoz@riseup.net> > Signed-off-by: Jakub Wilk <jwilk@jwilk.net> > --- > include/uapi/linux/bpf.h | 2 +- > tools/include/uapi/linux/bpf.h | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) Here is the summary with links: - bpf: Fix typo in uapi/linux/bpf.h https://git.kernel.org/bpf/bpf-next/c/49f3d12b0f70 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
diff --git a/include/uapi/linux/bpf.h b/include/uapi/linux/bpf.h index b6238b2209b7..4023d27b0951 100644 --- a/include/uapi/linux/bpf.h +++ b/include/uapi/linux/bpf.h @@ -2204,7 +2204,7 @@ union bpf_attr { * Description * This helper is used in programs implementing policies at the * skb socket level. If the sk_buff *skb* is allowed to pass (i.e. - * if the verdeict eBPF program returns **SK_PASS**), redirect it + * if the verdict eBPF program returns **SK_PASS**), redirect it * to the socket referenced by *map* (of type * **BPF_MAP_TYPE_SOCKHASH**) using hash *key*. Both ingress and * egress interfaces can be used for redirection. The diff --git a/tools/include/uapi/linux/bpf.h b/tools/include/uapi/linux/bpf.h index b6238b2209b7..4023d27b0951 100644 --- a/tools/include/uapi/linux/bpf.h +++ b/tools/include/uapi/linux/bpf.h @@ -2204,7 +2204,7 @@ union bpf_attr { * Description * This helper is used in programs implementing policies at the * skb socket level. If the sk_buff *skb* is allowed to pass (i.e. - * if the verdeict eBPF program returns **SK_PASS**), redirect it + * if the verdict eBPF program returns **SK_PASS**), redirect it * to the socket referenced by *map* (of type * **BPF_MAP_TYPE_SOCKHASH**) using hash *key*. Both ingress and * egress interfaces can be used for redirection. The
Reported-by: Samanta Navarro <ferivoz@riseup.net> Signed-off-by: Jakub Wilk <jwilk@jwilk.net> --- include/uapi/linux/bpf.h | 2 +- tools/include/uapi/linux/bpf.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)