[PATCH] docs/networking: fix formatting of Intel drivers documentation

2018-12-09 Thread Mike Rapoport
The documentation of Intel drivers is missing the heading adornment for document titles. This causes the generated html to have TOC entries from these documents to appear as top level TOC entries: * Linux* Base Driver for Intel(R) Ethernet Network Connection * Contents * Identifying Your Adapter

Re: [PATCH v11 00/13] Intel SGX1 support

2018-12-09 Thread Pavel Machek
Hi! (sorry to bring up old thread). > > > > > Intel(R) SGX is a set of CPU instructions that can be used by > > > > > applications > > > > > to set aside private regions of code and data. The code outside the > > > > > enclave > > > > > is disallowed to access the memory inside the enclave by t

Re: [PATCH] cpuidle: Add 'above' and 'below' idle state metrics

2018-12-09 Thread Rafael J. Wysocki
On Fri, Dec 7, 2018 at 1:57 PM Lorenzo Pieralisi wrote: > > On Fri, Dec 07, 2018 at 12:57:00PM +0100, Rafael J. Wysocki wrote: > > From: Rafael J. Wysocki > > Subject: [PATCH] cpuidle: Add 'above' and 'below' idle state metrics > > > > Add two new metrics for CPU idle states, "above" and "below",

Re: [PATCH 1/2] Documentation: convert path-lookup from markdown to resturctured text

2018-12-09 Thread NeilBrown
On Thu, Dec 06 2018, Jonathan Corbet wrote: > On Thu, 06 Dec 2018 08:00:58 +1100 > NeilBrown wrote: > >> > Is there a reason you used "include" rather than just adding it to the >> > TOC tree with the rest? >> >> Simple. I didn't know what I was doing, and so randomly made changes until >> th

Re: [PATCH 2/2] docs/mm-api: link slab_common.c to "The Slab Cache" section

2018-12-09 Thread David Rientjes
On Thu, 6 Dec 2018, Mike Rapoport wrote: > Several functions in mm/slab_common.c have kernel-doc comments, it makes > perfect sense to link them to the MM API reference. > > Signed-off-by: Mike Rapoport Acked-by: David Rientjes

Re: [PATCH 1/2] slab: make kmem_cache_create{_usercopy} description proper kernel-doc

2018-12-09 Thread David Rientjes
On Thu, 6 Dec 2018, Mike Rapoport wrote: > Add the description for kmem_cache_create, fixup the return value paragraph > and make both kmem_cache_create and add the second '*' to the comment > opening. > > Signed-off-by: Mike Rapoport Acked-by: David Rientjes

Re: [PATCH V3 0/9] Remove fs specific fscrypt and fsverity build config options

2018-12-09 Thread Theodore Y. Ts'o
Chandan, Thanks! I've applied this patch series to the fscrypt git tree. - Ted

Re: [PATCH v11 00/13] Intel SGX1 support

2018-12-09 Thread Josh Triplett
On Sun, Dec 09, 2018 at 09:06:00PM +0100, Pavel Machek wrote: ... > > > > The default permissions for the device are 600. > > > > > > Good. This does not belong to non-root. > > > > There are entirely legitimate use cases for using this as an > > unprivileged user. However, that'll be up to syste