Hello:
This patch was applied to bpf/bpf.git (refs/heads/master):
On Thu, 25 Mar 2021 13:41:41 + you wrote:
> The name string for BPF_XOR is "xor", not "or", fix it.
>
> Fixes: 981f94c3e92146705b ("bpf: Add bitwise atomic instructions")
> Signed-off-by: Xu Kuohai
> Acked-by: Brendan Jackman
The name string for BPF_XOR is "xor", not "or", fix it.
Fixes: 981f94c3e92146705b ("bpf: Add bitwise atomic instructions")
Signed-off-by: Xu Kuohai
Acked-by: Brendan Jackman
---
kernel/bpf/disasm.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kernel/bpf/disasm.c b/kernel/