From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on archive.lwn.net X-Spam-Level: X-Spam-Status: No, score=-6.0 required=5.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=ham autolearn_force=no version=3.4.2 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by archive.lwn.net (Postfix) with ESMTP id DB5627D04D for ; Mon, 18 Feb 2019 08:56:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728506AbfBRI4g (ORCPT ); Mon, 18 Feb 2019 03:56:36 -0500 Received: from mga18.intel.com ([134.134.136.126]:26783 "EHLO mga18.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727570AbfBRI4g (ORCPT ); Mon, 18 Feb 2019 03:56:36 -0500 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 18 Feb 2019 00:56:35 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.58,384,1544515200"; d="scan'208";a="139487105" Received: from linux.intel.com ([10.54.29.200]) by orsmga001.jf.intel.com with ESMTP; 18 Feb 2019 00:56:35 -0800 Received: from [10.125.252.185] (abudanko-mobl.ccr.corp.intel.com [10.125.252.185]) by linux.intel.com (Postfix) with ESMTP id 900D75804B4; Mon, 18 Feb 2019 00:56:31 -0800 (PST) Subject: Re: [PATCH v3 0/3] admin-guide: extend perf-security with resource control, data categories and privileged users To: Jonathan Corbet Cc: Kees Cook , Thomas Gleixner , Ingo Molnar , Peter Zijlstra , Jann Horn , Arnaldo Carvalho de Melo , Jiri Olsa , Namhyung Kim , Alexander Shishkin , Andi Kleen , Mark Rutland , Tvrtko Ursulin , "kernel-hardening@lists.openwall.com" , "linux-doc@vger.kernel.org" , linux-kernel References: <784bbe0d-56c1-bd63-1879-b7db988e40c0@linux.intel.com> <20190217161428.6b43608a@lwn.net> From: Alexey Budankov Organization: Intel Corp. Message-ID: Date: Mon, 18 Feb 2019 11:56:30 +0300 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.5.0 MIME-Version: 1.0 In-Reply-To: <20190217161428.6b43608a@lwn.net> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-doc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org On 18.02.2019 2:14, Jonathan Corbet wrote: > On Mon, 11 Feb 2019 16:32:33 +0300 > Alexey Budankov wrote: > >> The patch set extends the first version of perf-security.rst documentation >> file [1], [2], [3] with the following topics: >> >> 1) perf_events/Perf resource limits and control management that describes >> RLIMIT_NOFILE and perf_event_mlock_kb settings for processes conducting >> performance monitoring; >> >> 2) categories of system and performance data that can be captured by >> perf_events/Perf with explicit designation of process sensitive data; >> >> 3) possible steps to create perf_event/Perf privileged users groups for >> the current implementations of perf_events syscall API [4] and Perf tool; > > I've applied the set, thanks. Thanks a lot Jon! ~Alexey > > jon >