Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756124AbcC2H6G (ORCPT ); Tue, 29 Mar 2016 03:58:06 -0400 Received: from www62.your-server.de ([213.133.104.62]:60720 "EHLO www62.your-server.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751867AbcC2H6E (ORCPT ); Tue, 29 Mar 2016 03:58:04 -0400 Message-ID: <56FA3583.5070406@iogearbox.net> Date: Tue, 29 Mar 2016 09:57:55 +0200 From: Daniel Borkmann User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Kees Cook CC: Alexei Starovoitov , "David S. Miller" , Jonathan Corbet , Yang Shi , Dave Anderson , linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org Subject: Re: [PATCH] bpf: doc: "neg" opcode has no operands References: <20160328215647.GA23746@www.outflux.net> In-Reply-To: <20160328215647.GA23746@www.outflux.net> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated-Sender: daniel@iogearbox.net Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 354 Lines: 10 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