Re: [RFC PATCH v2 15/20] iommu/amd: AMD IOMMU support for memory encryption

2016-09-16 Thread Borislav Petkov
On Thu, Sep 15, 2016 at 11:57:41AM -0500, Tom Lendacky wrote: > If I do that, then I could put an #ifdef in the header to include the > asm/mem_encrypt.h if the memory encryption is configured, else set the > value to zero. Yeah, something along those lines... > I'll look into this. One immediate

Re: [RFC PATCH v2 19/20] x86: Access the setup data through debugfs un-encrypted

2016-09-16 Thread Borislav Petkov
On Thu, Sep 15, 2016 at 12:08:04PM -0500, Tom Lendacky wrote: > The problem is that this physical address does not contain the > encryption bit, and even if it did, it wouldn't matter. The __va() > define creates a virtual address that will be mapped as encrypted given > the current approach (whic

Re: [PATCH 07/17] SubmitChecklist: rename to RST and add to the development-proccess book

2016-09-16 Thread Jean Delvare
On Wed, 14 Sep 2016 20:05:52 -0300, Mauro Carvalho Chehab wrote: > Add it to the development-process book, by renaming it to > SubmitChecklist.rst and move it to the development-process > directory. > > Signed-off-by: Mauro Carvalho Chehab > --- > .../{SubmitChecklist => development-process/Subm

[PATCH V6] usb: core: Introduce a USB port LED trigger

2016-09-16 Thread Rafał Miłecki
From: Rafał Miłecki This commit adds a new trigger responsible for turning on LED when USB device gets connected to the selected USB port. This can can useful for various home routers that have USB port(s) and a proper LED telling user a device is connected. The trigger gets its documentation fi

Re: [PATCH] DMA-API-HOWTO: is no more

2016-09-16 Thread Jonathan Corbet
On Sun, 11 Sep 2016 15:58:53 +0200 Christoph Hellwig wrote: > So don't mention it. Applied to the docs tree, thanks. jon -- To unsubscribe from this list: send the line "unsubscribe linux-doc" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/m

Re: [PATCH] docs/driver-model: fix typo

2016-09-16 Thread Jonathan Corbet
On Thu, 15 Sep 2016 22:49:53 +0200 Laurent Navet wrote: > No need to be be, just be should be sufficient. To be be, or not to be be? :) Applied to the docs tree, thanks. jon -- To unsubscribe from this list: send the line "unsubscribe linux-doc" in the body of a message to majord...@vger.kerne

Re: [PATCH v2 0/3] doc-rst:c-domain: fix some issues in the c-domain

2016-09-16 Thread Jonathan Corbet
On Wed, 7 Sep 2016 09:12:55 +0200 Markus Heiser wrote: > according to your remarks I fixed the first and second patch. The third patch > is > resend unchanged; OK, I've applied the first two, finally. > > Am 06.09.2016 um 14:28 schrieb Jonathan Corbet : > > > > As others have pointed out, we

Re: [PATCH 00/17] Create a book for Kernel development

2016-09-16 Thread Jonathan Corbet
On Wed, 14 Sep 2016 07:52:53 -0300 Mauro Carvalho Chehab wrote: > Based on the few comments it got on LKML, it seems people are accepting > such renames. I suspect it just hasn't come to the attention of enough people yet. A quick grep through linux-kernel traffic shows a lot of emails with ref

Re: [PATCH v3 05/21] Documentation/applying-patches.txt: convert it to ReST markup

2016-09-16 Thread Jonathan Corbet
On Wed, 14 Sep 2016 08:06:34 -0300 Mauro Carvalho Chehab wrote: > - use the correct markup to identify each section; > > - Add some blank lines for Sphinx to properly interpret > the markups; > > - Remove a blank space on some paragraphs; > > - Fix the verbatim and bold markups; > > - Clean

Re: [PATCH v3 07/21] Documentation/CodingStyle: Convert to ReST markup

2016-09-16 Thread Jonathan Corbet
On Wed, 14 Sep 2016 08:06:36 -0300 Mauro Carvalho Chehab wrote: > - Fix all chapter identation; > - add c blocks where needed; Here is where I think we need a bit of a philosophical discussion... > - Chapter 1: Indentation > +Indentation > +--- You're a fan of having sphinx

Re: [PATCH v3 11/21] Documentation/kernel-docs.txt: convert it to ReST markup

2016-09-16 Thread Jonathan Corbet
On Wed, 14 Sep 2016 08:06:40 -0300 Mauro Carvalho Chehab wrote: > This one required lots of manual work, for it to be properly > displayed. And, honestly, I wonder if it was worth it. This document contains no entries for any recent documents, many of the links in it are long since dead, and I

Re: [PATCH v3 13/21] Documentation/SecurityBugs: convert it to ReST markup

2016-09-16 Thread Jonathan Corbet
On Wed, 14 Sep 2016 08:06:42 -0300 Mauro Carvalho Chehab wrote: > Add a name for the document and convert the sections to > ReST markups. No objection to the changes (modulo the discussion on section numbers), but I do wonder whether this one belongs with the process documentation. This is here

Re: [PATCH v3 05/21] Documentation/applying-patches.txt: convert it to ReST markup

2016-09-16 Thread Joe Perches
On Fri, 2016-09-16 at 11:10 -0600, Jonathan Corbet wrote: > On Wed, 14 Sep 2016 08:06:34 -0300 Mauro Carvalho Chehab > wrote: > - use the correct markup to identify each section; > - Add some blank lines for Sphinx to properly interpret >   the markups; > - Remove a blank space on some paragraphs

Re: [PATCH v3 17/21] Documentation/SubmittingPatches: convert it to ReST markup

2016-09-16 Thread Jonathan Corbet
On Wed, 14 Sep 2016 08:06:46 -0300 Mauro Carvalho Chehab wrote: > If you do not have a repository with the current kernel source handy, use > git to obtain one. You'll want to start with the mainline repository, > which can be grabbed with: > > - git clone git://git.kernel.org/pub/scm/linu

Re: [PATCH v3 19/21] docs-rst: move HOWTO and mentioned documents to development-process/

2016-09-16 Thread Jonathan Corbet
On Wed, 14 Sep 2016 08:06:48 -0300 Mauro Carvalho Chehab wrote: > In preparation to add those files to the Sphinx build logic, > move them to development-process/ dir and rename their extension > to RST. And this is the crux of the matter, of course :) I'd like to see this one a bit more widely

Re: [PATCH V5] leds: trigger: Introduce a USB port trigger

2016-09-16 Thread Pavel Machek
On Thu 2016-09-15 15:33:19, Rafał Miłecki wrote: > On 15 September 2016 at 14:56, Pavel Machek wrote: > > On Fri 2016-09-09 13:31:10, Rafał Miłecki wrote: > >> On 9 September 2016 at 13:05, Greg KH wrote: > >> > On Fri, Sep 09, 2016 at 05:34:40PM +0800, Peter Chen wrote: > >> >> On Thu, Sep 08, 2

Re: [PATCH 00/17] Create a book for Kernel development

2016-09-16 Thread Mauro Carvalho Chehab
Em Fri, 16 Sep 2016 10:55:02 -0600 Jonathan Corbet escreveu: > On Wed, 14 Sep 2016 07:52:53 -0300 > Mauro Carvalho Chehab wrote: > > > Based on the few comments it got on LKML, it seems people are accepting > > such renames. > > I suspect it just hasn't come to the attention of enough people

Re: [PATCH v3 05/21] Documentation/applying-patches.txt: convert it to ReST markup

2016-09-16 Thread Mauro Carvalho Chehab
Em Fri, 16 Sep 2016 11:10:26 -0600 Jonathan Corbet escreveu: > On Wed, 14 Sep 2016 08:06:34 -0300 > Mauro Carvalho Chehab wrote: > > > - use the correct markup to identify each section; > > > > - Add some blank lines for Sphinx to properly interpret > > the markups; > > > > - Remove a blank

Re: [PATCH v3 07/21] Documentation/CodingStyle: Convert to ReST markup

2016-09-16 Thread Mauro Carvalho Chehab
Em Fri, 16 Sep 2016 11:13:14 -0600 Jonathan Corbet escreveu: > On Wed, 14 Sep 2016 08:06:36 -0300 > Mauro Carvalho Chehab wrote: > > > - Fix all chapter identation; > > - add c blocks where needed; > > Here is where I think we need a bit of a philosophical discussion... > > > - Ch

Re: [PATCH v3 11/21] Documentation/kernel-docs.txt: convert it to ReST markup

2016-09-16 Thread Mauro Carvalho Chehab
Em Fri, 16 Sep 2016 11:15:31 -0600 Jonathan Corbet escreveu: > On Wed, 14 Sep 2016 08:06:40 -0300 > Mauro Carvalho Chehab wrote: > > > This one required lots of manual work, for it to be properly > > displayed. > > And, honestly, I wonder if it was worth it. This document contains no > entr

Re: [PATCH v3 13/21] Documentation/SecurityBugs: convert it to ReST markup

2016-09-16 Thread Mauro Carvalho Chehab
Em Fri, 16 Sep 2016 11:17:33 -0600 Jonathan Corbet escreveu: > On Wed, 14 Sep 2016 08:06:42 -0300 > Mauro Carvalho Chehab wrote: > > > Add a name for the document and convert the sections to > > ReST markups. > > No objection to the changes (modulo the discussion on section numbers), > but I

Re: [PATCH v3 05/21] Documentation/applying-patches.txt: convert it to ReST markup

2016-09-16 Thread Mauro Carvalho Chehab
Em Fri, 16 Sep 2016 10:20:37 -0700 Joe Perches escreveu: > On Fri, 2016-09-16 at 11:10 -0600, Jonathan Corbet wrote: > > On Wed, 14 Sep 2016 08:06:34 -0300 Mauro Carvalho Chehab > > wrote: > > - use the correct markup to identify each section; > > - Add some blank lines for Sphinx to properly i

Re: [PATCH v3 17/21] Documentation/SubmittingPatches: convert it to ReST markup

2016-09-16 Thread Mauro Carvalho Chehab
Em Fri, 16 Sep 2016 11:21:17 -0600 Jonathan Corbet escreveu: > On Wed, 14 Sep 2016 08:06:46 -0300 > Mauro Carvalho Chehab wrote: > > > If you do not have a repository with the current kernel source handy, use > > git to obtain one. You'll want to start with the mainline repository, > > whic