Received: by 2002:a25:8b91:0:0:0:0:0 with SMTP id j17csp845423ybl; Tue, 28 Jan 2020 13:20:36 -0800 (PST) X-Google-Smtp-Source: APXvYqxSnG9OLTnAwT46zhoSGGYvexlFwxWMmYZVirahEyuo54OOLmNiIkv8Jt0F1vfFyB4VEq2p X-Received: by 2002:a05:6830:4a7:: with SMTP id l7mr16989260otd.372.1580246435869; Tue, 28 Jan 2020 13:20:35 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1580246435; cv=none; d=google.com; s=arc-20160816; b=StlN6vRqpAotmVmRhtJicVthFF4AAB5HYHsxPkKrryWp8robh6TyIIyOMKYT7YJOSn 0NYk21TZoCuv9c+zH4eHriy59iH7P+GqMy3b2qeBuATkeY7b0/l9LfcSBgdpXPanlCpd 1UkRn4lQUQREDOf57ZpveQho7+Cq2CDo144+ILoCYlrUhWPbiED+L3Mj69MLyuXY24aD H6H5x2GTo0G/5md1k5j7tRv/YVsMN74feF0yZvbWcFN+b4NjfG+awZPlMvM+hIFFk/ld /IL9lqtOKMESSc5o/vs44kh89W0P/kOJ7jJyrdbw6aQfufu0GpPhTiK6MrYE9D1Qy4qH GG4g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :message-id:in-reply-to:subject:cc:to:from:date; bh=bIKE/7713v/+AaLlxJhfKTBC76pP14H+BY2nce93jhY=; b=EGS5fZwot0MLjgE48HFohTIixVCebwc5kq4+ibPAN78jvP/obFGj5W0qICCFQiJ4q6 2Wp8bQQBG0CQyiV0O8o5aoj88tIFJmbIFGBkOkVkUMT2V7shldO+p5VDBgKs1G9QcFws qx9l59PKuoBBEzhWkNCunDVXM7gBEO7vFBodQFHClEPtNqFy3IclDLNpcOhzfwFEhizq EolX4hYKsRpCJAP+UMYjGxcbs+0xfTtkkix8CIPrsvjtBQnDBljqoWyV59AYlEG+DD0V kriLv9TssolpxYaRFeiWW9SYjr/GedgqSokLEw4LrPMdjfcnJS46B86eG7ZIyOyJhcf0 lB5w== 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 p7si8153468otl.17.2020.01.28.13.20.23; Tue, 28 Jan 2020 13:20:35 -0800 (PST) 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 S1726508AbgA1VT3 (ORCPT + 99 others); Tue, 28 Jan 2020 16:19:29 -0500 Received: from namei.org ([65.99.196.166]:60442 "EHLO namei.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726211AbgA1VT2 (ORCPT ); Tue, 28 Jan 2020 16:19:28 -0500 Received: from localhost (localhost [127.0.0.1]) by namei.org (8.14.4/8.14.4) with ESMTP id 00SLGD0G004501; Tue, 28 Jan 2020 21:16:14 GMT Date: Wed, 29 Jan 2020 08:16:13 +1100 (AEDT) From: James Morris To: Alexey Budankov cc: Peter Zijlstra , Arnaldo Carvalho de Melo , Ingo Molnar , "benh@kernel.crashing.org" , Paul Mackerras , Michael Ellerman , "james.bottomley@hansenpartnership.com" , Serge Hallyn , Will Deacon , Robert Richter , Alexei Starovoitov , "intel-gfx@lists.freedesktop.org" , Jiri Olsa , Andi Kleen , Stephane Eranian , Igor Lubashev , Alexander Shishkin , Namhyung Kim , Song Liu , Lionel Landwerlin , linux-kernel , "linux-security-module@vger.kernel.org" , "selinux@vger.kernel.org" , linux-arm-kernel , "linuxppc-dev@lists.ozlabs.org" , "linux-parisc@vger.kernel.org" , "linux-perf-users@vger.kernel.org" , oprofile-list@lists.sf.net Subject: Re: [PATCH v6 01/10] capabilities: introduce CAP_PERFMON to kernel and user space In-Reply-To: <62274abc-6067-9121-9397-c9b626ca5f7a@linux.intel.com> Message-ID: References: <74d524ab-ac11-a7b8-1052-eba10f117e09@linux.intel.com> <62274abc-6067-9121-9397-c9b626ca5f7a@linux.intel.com> User-Agent: Alpine 2.21 (LRH 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 28 Jan 2020, Alexey Budankov wrote: > > Signed-off-by: Alexey Budankov > --- > include/linux/capability.h | 4 ++++ > include/uapi/linux/capability.h | 8 +++++++- > security/selinux/include/classmap.h | 4 ++-- > 3 files changed, 13 insertions(+), 3 deletions(-) Acked-by: James Morris -- James Morris