Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755645AbcC2AcY (ORCPT ); Mon, 28 Mar 2016 20:32:24 -0400 Received: from mail-pf0-f178.google.com ([209.85.192.178]:34009 "EHLO mail-pf0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755588AbcC2AcU (ORCPT ); Mon, 28 Mar 2016 20:32:20 -0400 Date: Mon, 28 Mar 2016 17:32:14 -0700 From: Alexei Starovoitov To: Kees Cook Cc: Daniel Borkmann , 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 Message-ID: <20160329003213.GD31198@ast-mbp.thefacebook.com> References: <20160328215647.GA23746@www.outflux.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160328215647.GA23746@www.outflux.net> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 371 Lines: 10 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