Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp5955394imm; Mon, 23 Jul 2018 08:53:41 -0700 (PDT) X-Google-Smtp-Source: AAOMgpc8UIj9GUPkBzM4z3ts8A6562taryF7+Fq1AKyUX5K3X2OliMuj6lOr2lNlIwFpRt90kRS8 X-Received: by 2002:a62:4ece:: with SMTP id c197-v6mr2903522pfb.240.1532361221931; Mon, 23 Jul 2018 08:53:41 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1532361221; cv=none; d=google.com; s=arc-20160816; b=LWoXD1IEW9I3V8XRtFrtS52vrSPRCChoPhmW3tjWYBuFrQXAuFvXq67M2XUxSkH+zY afa1KAu3F0LYvTHSkrkwQxXUSFibdBBPPTeAuJut8IJqQnMVw0ocIma9kcYP5DMK955f IptPL5H6CN/gk+wZxgPDXqRuQzkt7JisIspWEg5He0viSHWVGIBkHvQHp8xU2+O6nCUZ uAW4HdSJ0zWet2aLWDr0N0vO1GFDWkeg3/FsJXranYG30vxXKyQPHaLmKIKzJolvsh2C 534z4L5AH7b52xlU1pxjCCwrdAFz+UVgzABolIHNSkiCVqZjhZxk+BPnuwJkHx/Mq1V8 4BhQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:subject:cc:to:from:date :arc-authentication-results; bh=J5Fj5FiYvD6Nk0kKbfgwH3i8nJ1zUIs/ppO8xHKgnUk=; b=O+FgA/DLnROOlDRgvEXvfEuHvZGLDSx40wo1T+k1srbbvuQXqwO1UrfE6pemHF80WJ muBRO5kyUs140NNwDX1+Y4HFShy7VGcFJDDVDA3etjXB4iQE1UpNREE2NtJv06kSnyeP bA94kJ6rnvPspa4T/uD3+EFnD9X0XPs6eQgIco9l2VUhgb31mYrPLZJw1h4g5wfBDs7a ATOjlTt3ETQ8T6jjSBXNx+Gp/AyCW78slUQXsUsYtIyk03Y6BP+N7xGXoZ9jbizxXuY7 iOO+YRrVVesqPVaFbW3c783otosAot65othyIqBfDdpnB/ibY3bJ5ipzFTlPIQoRf+JI FfRQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id n5-v6si8436839plk.352.2018.07.23.08.53.27; Mon, 23 Jul 2018 08:53:41 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388760AbeGWQx7 (ORCPT + 99 others); Mon, 23 Jul 2018 12:53:59 -0400 Received: from mail.kernel.org ([198.145.29.99]:47878 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2387968AbeGWQx7 (ORCPT ); Mon, 23 Jul 2018 12:53:59 -0400 Received: from gandalf.local.home (cpe-66-24-56-78.stny.res.rr.com [66.24.56.78]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 15C2D20852; Mon, 23 Jul 2018 15:52:07 +0000 (UTC) Date: Mon, 23 Jul 2018 11:52:06 -0400 From: Steven Rostedt To: Jonathan Corbet Cc: Andreas Ziegler , Changbin Du , Tom Zanussi , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/2] Documentation: trace: improve probe documentation Message-ID: <20180723115206.7f5e3ca8@gandalf.local.home> In-Reply-To: <20180723092656.70333488@lwn.net> References: <1531739158-31133-1-git-send-email-andreas.ziegler@fau.de> <20180723092656.70333488@lwn.net> X-Mailer: Claws Mail 3.16.0 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 23 Jul 2018 09:26:56 -0600 Jonathan Corbet wrote: > On Mon, 16 Jul 2018 13:05:56 +0200 > Andreas Ziegler wrote: > > > This series improves the documentation for uprobes and > > kprobes. > > > > The filename for enabling/disabling single events is 'enable', > > not 'enabled'. kprobetrace.rst lists the files present in the > > per-event directories but missed 'trigger' so far. > > I've applied the pair, thanks. > Thanks Jon. I was on vacation last week. Feel free to add: Acked-by: Steven Rostedt (VMware) -- Steve