Re: [PATCH v9 12/13] Documentation: Rename and update intel_rdt_ui.txt to resctrl_ui.txt

2018-11-25 Thread Pavel Machek
On Wed 2018-11-21 20:28:47, Moger, Babu wrote: > Rename intel_rdt_ui.txt to generic resctrl_ui.txt and update the > documentation for AMD. > > Signed-off-by: Babu Moger > --- > Documentation/x86/{intel_rdt_ui.txt => resctrl_ui.txt} | 9 Other filenames in the directory use "-". Plus, this is no

Re: [PATCH] Documentation: dev-tools: Fix typos in index.rst

2018-11-25 Thread Jonathan Corbet
On Thu, 22 Nov 2018 10:34:56 -0500 Shreyans Devendra Doshi <0xinfosec...@gmail.com> wrote: > Fixes a spelling error and removes an extra whitespace character. > > Signed-off-by: Shreyans Devendra Doshi <0xinfosec...@gmail.com> I've applied this for the typo fix, but let me echo Willy's comments

Re: [PATCH] Documentation: dev-tools: Fix typos in index.rst

2018-11-25 Thread Randy Dunlap
On 11/25/18 11:28 AM, Jonathan Corbet wrote: > On Thu, 22 Nov 2018 10:34:56 -0500 > Shreyans Devendra Doshi <0xinfosec...@gmail.com> wrote: > >> Fixes a spelling error and removes an extra whitespace character. >> >> Signed-off-by: Shreyans Devendra Doshi <0xinfosec...@gmail.com> > > I've applied

Re: [PATCH v2 1/2] Documentation/admin-guide: introduce perf-security.rst file

2018-11-25 Thread Jonathan Corbet
On Wed, 21 Nov 2018 12:14:14 +0300 Alexey Budankov wrote: > +For the purpose of performing security checks Linux implementation splits > +processes into two categories [6]_ : a) privileged processes (whose effective > +user ID is 0, referred to as superuser or root), and b) unprivileged > proces

Re: [PATCH] Add /proc/pid_generation

2018-11-25 Thread Pavel Machek
On Wed 2018-11-21 18:06:33, Matthew Wilcox wrote: > On Wed, Nov 21, 2018 at 12:38:20PM -0800, Daniel Colascione wrote: > > On Wed, Nov 21, 2018 at 12:31 PM Matthew Wilcox wrote: > > > > > > On Wed, Nov 21, 2018 at 12:14:44PM -0800, Daniel Colascione wrote: > > > > This change adds a per-pid-namesp

Re: [PATCH 1/1] scripts/kernel-doc: Fix struct and struct field attribute processing

2018-11-25 Thread Jonathan Corbet
On Thu, 22 Nov 2018 13:06:04 +0200 Sakari Ailus wrote: > The kernel-doc attempts to clear the struct and struct member attributes > from the API documentation it produces. It falls short of the job in the > following respects: > > - extra whitespaces are left where __attribute__((...)) was remov