From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-11.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3E901C07E94 for ; Fri, 4 Jun 2021 13:25:17 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 25115613F8 for ; Fri, 4 Jun 2021 13:25:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230514AbhFDN1C (ORCPT ); Fri, 4 Jun 2021 09:27:02 -0400 Received: from mail.kernel.org ([198.145.29.99]:53922 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230200AbhFDN1A (ORCPT ); Fri, 4 Jun 2021 09:27:00 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id DBAFA613F8; Fri, 4 Jun 2021 13:25:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1622813114; bh=LtbiouFhlRH/xN8uoJX0vAXnOnmmKhBcN2uF6UK1/y8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=QzhU1t/yPTo1gh22Yb9jacCFlJj43frs+JaYk3fPtCECsI4S3wSKvPrOvUwceC20Y 9LX13zt0im+lA4+4YFJcbXdmv7qr3agxvjaCClbIMG7fyx31bMk06v3Pc783giEX/h txXTEOay+qiyg/OJmuQ+63+3zmfzbVi/P/XrTMCUOz4Domrk/XdOejfL+aOlm/TNRy 4g1o4OmjFWaOUx+qG15B6/L2kB6EwtfXsyyyNKV3aQN7hYgKqteWIK9EtkZdeJ4/gY 2abwGSQkv44z8GPq3RmLhc20lwa1bhVm690vj0so8EOOos9+/HMiMuoUynW23eH9Iq 9xMelhSdL93hA== Received: by quaco.ghostprotocols.net (Postfix, from userid 1000) id 7C1DE40EFC; Fri, 4 Jun 2021 10:25:11 -0300 (-03) Date: Fri, 4 Jun 2021 10:25:11 -0300 From: Arnaldo Carvalho de Melo To: Ravi Bangoria Cc: Masami Hiramatsu , Arnaldo Carvalho de Melo , Jiri Olsa , jolsa@redhat.com, linux-kernel@vger.kernel.org, "Aneesh Kumar K . V" Subject: Re: [PATCH v2] tools/perf: doc: Add permission and sysctl notice Message-ID: References: <162201967838.287555.4257117900130102987.stgit@devnote2> <162204068898.388434.16842705842611255787.stgit@devnote2> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Url: http://acmel.wordpress.com Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Em Wed, Jun 02, 2021 at 07:21:34PM +0530, Ravi Bangoria escreveu: > > > On 6/2/21 5:23 PM, Arnaldo Carvalho de Melo wrote: > > Em Wed, May 26, 2021 at 11:51:29PM +0900, Masami Hiramatsu escreveu: > > > Add a section to notify the permission and sysctl setting > > > for perf probe. And fix some indentations. > > > > > > Reported-by: Ravi Bangoria > > > > Ravi, can I have your Reviewed-by? > > Yes please. Thanks for checking. > > Reviewed-by: Ravi Bangoria Thanks, applied. - Arnaldo