Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755155AbcCaGcM (ORCPT ); Thu, 31 Mar 2016 02:32:12 -0400 Received: from tex.lwn.net ([70.33.254.29]:36206 "EHLO vena.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751454AbcCaGcK (ORCPT ); Thu, 31 Mar 2016 02:32:10 -0400 Date: Thu, 31 Mar 2016 00:32:03 -0600 From: Jonathan Corbet To: Kees Cook Cc: Daniel Borkmann , Alexei Starovoitov , "David S. Miller" , 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: <20160331003203.33f8b7bb@lwn.net> In-Reply-To: <20160328215647.GA23746@www.outflux.net> References: <20160328215647.GA23746@www.outflux.net> Organization: LWN.net X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.29; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 284 Lines: 11 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