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=-2.3 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 autolearn=no 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 06E0EC43331 for ; Thu, 26 Mar 2020 23:29:45 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id C86B820663 for ; Thu, 26 Mar 2020 23:29:44 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="Uf1/Fb0b" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org C86B820663 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=namei.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:Message-ID: In-Reply-To:Subject:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=/Bb1rjUjI6SQDxyMKQJ9Y1746wTtTKNjBdp9SNFzu2M=; b=Uf1/Fb0bYNULea jt+Xq4vrsbBIC72C2k/05W6T/Bukcd3zqH2oUgsOuOb0mbUmuQ5V2l70htnYkGQwoz7s7CVe4ty5v r7DBJ5qpXx5D8rJ39Urr9y4bhx6kGf3jsTP2aPHKoYyv5HQMboDOOvowobUeOQ6I5hV4/BQuoXP+X WTe9clCu6hP0UpT4hqtkvhhm+Ul4BihWbC/xK1AuRNUDSnEImUi8i1js8Io2W7wZsL+/b71KHg86j w4CObrKH0kC12P68rzvKoIeLtcAl/OTjkLtjVIvp6hzQt7XqATsGMYaQoGVhd2hU72VQAaWn7wHCv ypJptGXS2RujAWrbkZZw==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jHbwR-0004BX-63; Thu, 26 Mar 2020 23:29:39 +0000 Received: from namei.org ([65.99.196.166]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1jHbwO-0004BA-OH for linux-arm-kernel@lists.infradead.org; Thu, 26 Mar 2020 23:29:38 +0000 Received: from localhost (localhost [127.0.0.1]) by namei.org (8.14.4/8.14.4) with ESMTP id 02QNSlWb015673; Thu, 26 Mar 2020 23:28:47 GMT Date: Fri, 27 Mar 2020 10:28:47 +1100 (AEDT) From: James Morris To: Serge Hallyn Subject: Re: [Intel-gfx] [PATCH v7 00/12] Introduce CAP_PERFMON to secure system performance monitoring and observability In-Reply-To: <20200302001913.GA21145@sl> Message-ID: References: <3ae0bed5-204e-de81-7647-5f0d8106cd67@linux.intel.com> <20200302001913.GA21145@sl> User-Agent: Alpine 2.21 (LRH 202 2017-01-01) MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200326_162936_866827_E58A87B3 X-CRM114-Status: GOOD ( 11.87 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-man@vger.kernel.org, "linux-doc@vger.kernel.org" , Peter Zijlstra , "joonas.lahtinen@linux.intel.com" , Alexei Starovoitov , Stephane Eranian , Paul Mackerras , Will Deacon , Ingo Molnar , Andi Kleen , Jiri Olsa , Alexey Budankov , Igor Lubashev , oprofile-list@lists.sf.net, Stephen Smalley , "selinux@vger.kernel.org" , "intel-gfx@lists.freedesktop.org" , Arnaldo Carvalho de Melo , Thomas Gleixner , linux-arm-kernel , "linux-parisc@vger.kernel.org" , linux-kernel , "linux-security-module@vger.kernel.org" , "linuxppc-dev@lists.ozlabs.org" , Helge Deller Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Sun, 1 Mar 2020, Serge Hallyn wrote: > Thanks, this looks good to me, in keeping with the CAP_SYSLOG break. > > Acked-by: Serge E. Hallyn > > for the set. > > James/Ingo/Peter, if noone has remaining objections, whose branch > should these go in through? > > thanks, > -serge > > On Tue, Feb 25, 2020 at 12:55:54PM +0300, Alexey Budankov wrote: > > > > Hi, > > > > Is there anything else I could do in order to move the changes forward > > or is something still missing from this patch set? > > Could you please share you mind? Alexey, It seems some of the previous Acks are not included in this patchset, e.g. https://lkml.org/lkml/2020/1/22/655 Every patch needs a Reviewed-by or Acked-by from maintainers of the code being changed. You have enough from the security folk, but I can't see any included from the perf folk. -- James Morris _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel