On Mon, 28 Mar 2016 14:56:47 -0700
Kees Cook wrote:
> From: Dave Anderson
>
> Fixes a copy-paste-o in the BPF opcode table: "neg" takes no arguments
> and thus has no addressing modes.
I've applied this to the docs tree, thanks.
jon
--
To unsubscribe from this list: send the line "unsubscribe
On 03/28/2016 11:56 PM, Kees Cook wrote:
From: Dave Anderson
Fixes a copy-paste-o in the BPF opcode table: "neg" takes no arguments
and thus has no addressing modes.
Signed-off-by: Dave Anderson
Signed-off-by: Kees Cook
Acked-by: Daniel Borkmann
--
To unsubscribe from this list: send the
On Mon, Mar 28, 2016 at 02:56:47PM -0700, Kees Cook wrote:
> From: Dave Anderson
>
> Fixes a copy-paste-o in the BPF opcode table: "neg" takes no arguments
> and thus has no addressing modes.
>
> Signed-off-by: Dave Anderson
> Signed-off-by: Kees Cook
Acked-by: Alexei Starovoitov
--
To unsu
From: Dave Anderson
Fixes a copy-paste-o in the BPF opcode table: "neg" takes no arguments
and thus has no addressing modes.
Signed-off-by: Dave Anderson
Signed-off-by: Kees Cook
---
Documentation/networking/filter.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Docume