Re: [PATCH] x86/intel/quark: Parameterize the kernel's IMR lock logic

2016-02-17 Thread Ingo Molnar
* Bryan O'Donoghue wrote: > Currently when setting up an IMR around the kernel's .text area we lock > that IMR, preventing further modification. While superficially this appears > to be the right thing to do, in fact this doesn't account for a legitimate > change in the memory map such as when e

Re: V4L docs and docbook

2016-02-17 Thread Hans Verkuil
Hi Jon, On 02/17/2016 10:52 PM, Jonathan Corbet wrote: > Hey, Mauro, > > There's been a conversation going on that I keep meaning to bring you > into. In short, there's a fair amount of interest in improving our > formatted kernel documentation, and, in particular, making it easier to > write; I

Re: [PATCH] add POWER Virtual Management Channel driver

2016-02-17 Thread Stewart Smith
Steven Royer writes: > On 2016-02-17 16:31, Greg Kroah-Hartman wrote: >> On Wed, Feb 17, 2016 at 03:18:26PM -0600, Steven Royer wrote: >>> On 2016-02-16 16:18, Greg Kroah-Hartman wrote: >>> >On Tue, Feb 16, 2016 at 02:43:13PM -0600, Steven Royer wrote: >>> >>From: Steven Royer >>> >> >>> >>The ib

Re: [PATCH] Doc: nfs: Fix typos in Documentation/filesystems/nfs

2016-02-17 Thread Randy Dunlap
On 02/17/16 19:26, Masanari Iida wrote: > This patch fix spelling typos found in Documentation/filesystems/nfs > > Signed-off-by: Masanari Iida > --- > Documentation/filesystems/nfs/fault_injection.txt | 4 ++-- > Documentation/filesystems/nfs/nfs-rdma.txt| 2 +- > Documentation/filesyst

[PATCH] x86/intel/quark: Parameterize the kernel's IMR lock logic

2016-02-17 Thread Bryan O'Donoghue
Currently when setting up an IMR around the kernel's .text area we lock that IMR, preventing further modification. While superficially this appears to be the right thing to do, in fact this doesn't account for a legitimate change in the memory map such as when executing a new kernel via kexec. In

[PATCH] Doc: nfs: Fix typos in Documentation/filesystems/nfs

2016-02-17 Thread Masanari Iida
This patch fix spelling typos found in Documentation/filesystems/nfs Signed-off-by: Masanari Iida --- Documentation/filesystems/nfs/fault_injection.txt | 4 ++-- Documentation/filesystems/nfs/nfs-rdma.txt| 2 +- Documentation/filesystems/nfs/nfsroot.txt | 2 +- Documentation/file

Re: V4L docs and docbook

2016-02-17 Thread Mauro Carvalho Chehab
Hi Jon, Em Wed, 17 Feb 2016 14:52:54 -0700 Jonathan Corbet escreveu: > Hey, Mauro, > > There's been a conversation going on that I keep meaning to bring you > into. In short, there's a fair amount of interest in improving our > formatted kernel documentation, and, in particular, making it easi

Re: [PATCH] add POWER Virtual Management Channel driver

2016-02-17 Thread Steven Royer
On 2016-02-17 16:31, Greg Kroah-Hartman wrote: On Wed, Feb 17, 2016 at 03:18:26PM -0600, Steven Royer wrote: On 2016-02-16 16:18, Greg Kroah-Hartman wrote: >On Tue, Feb 16, 2016 at 02:43:13PM -0600, Steven Royer wrote: >>From: Steven Royer >> >>The ibmvmc driver is a device driver for the POWER

Re: [PATCH] add POWER Virtual Management Channel driver

2016-02-17 Thread Greg Kroah-Hartman
On Wed, Feb 17, 2016 at 03:18:26PM -0600, Steven Royer wrote: > On 2016-02-16 16:18, Greg Kroah-Hartman wrote: > >On Tue, Feb 16, 2016 at 02:43:13PM -0600, Steven Royer wrote: > >>From: Steven Royer > >> > >>The ibmvmc driver is a device driver for the POWER Virtual Management > >>Channel virtual

Re: Kernel docs: muddying the waters a bit

2016-02-17 Thread Daniel Vetter
On Wed, Feb 17, 2016 at 11:14 PM, Jonathan Corbet wrote: > On Sun, 14 Feb 2016 13:27:04 +0100 > Daniel Vetter wrote: > >> One concern/open I have for pro/cons are the hyperlinks from kerneldoc >> comments. Currently we have the postproc hack, iirc Jani's patches >> generated links native when ext

Re: Kernel docs: muddying the waters a bit

2016-02-17 Thread Jonathan Corbet
On Sun, 14 Feb 2016 13:27:04 +0100 Daniel Vetter wrote: > One concern/open I have for pro/cons are the hyperlinks from kerneldoc > comments. Currently we have the postproc hack, iirc Jani's patches > generated links native when extracting the kerneldoc. What's the > solution with spinx? So I've

V4L docs and docbook

2016-02-17 Thread Jonathan Corbet
Hey, Mauro, There's been a conversation going on that I keep meaning to bring you into. In short, there's a fair amount of interest in improving our formatted kernel documentation, and, in particular, making it easier to write; I'd like to be sure that work doesn't leave media behind. Work pushe

Re: [PATCH] add POWER Virtual Management Channel driver

2016-02-17 Thread Steven Royer
On 2016-02-16 16:18, Greg Kroah-Hartman wrote: On Tue, Feb 16, 2016 at 02:43:13PM -0600, Steven Royer wrote: From: Steven Royer The ibmvmc driver is a device driver for the POWER Virtual Management Channel virtual adapter on the PowerVM platform. It is used to communicate with the hypervisor

Re: [PATCH] Documentation/ko_KR: update maintainer information

2016-02-17 Thread Jonathan Corbet
On Sun, 14 Feb 2016 11:51:23 +0900 SeongJae Park wrote: > Maintainer informations of Documentation/ko_KR is outdated. This commit > update the informations to the latest ones. Applied to the docs tree, thanks. jon -- To unsubscribe from this list: send the line "unsubscribe linux-doc" in the bo

Re: [PATCH v2] Documentation: Chinese translation of arm64/silicon-errata.txt

2016-02-17 Thread Jonathan Corbet
On Tue, 16 Feb 2016 16:40:39 +0800 w...@redhat.com wrote: > This is a Chinese translated version of Documentation/arm64/silicon-errata.txt 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.kern

Re: [PATCH] Documentation:Update Documentation/zh_CN/arm64/booting.txt

2016-02-17 Thread Jonathan Corbet
On Tue, 16 Feb 2016 16:41:58 +0800 w...@redhat.com wrote: > This is a update of Chinese documentation: > Documentation/zh_CN/arm64/booting.txt 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

Re: [PATCH] Documentation/ko_KR: update maintainer information

2016-02-17 Thread Minchan Kim
On Sun, Feb 14, 2016 at 11:51:23AM +0900, SeongJae Park wrote: > Maintainer informations of Documentation/ko_KR is outdated. This commit > update the informations to the latest ones. > > Signed-off-by: SeongJae Park Hey SeongJae, My gmail address is still valid but I prefer kernel.org Acked-b

RE: [PATCH V3 6/6] coresight-stm: adding driver for CoreSight STM component

2016-02-17 Thread Michael Williams
Hi Chunyan, Chunyan Zhang wrote on 2016-02-17: > Hi Michael, > > One question below need to be clarified. > > On Fri, Feb 12, 2016 at 10:55 PM, Michael Williams > wrote: >> Mathieu Poirier [mailto:mathieu.poir...@linaro.org] wrote: >>> On 6 February 2016 at 04:04, Chunyan Zhang wrote: From:

Re: [PATCH v4 01/11] drm/hisilicon: Add device tree binding for hi6220 display subsystem

2016-02-17 Thread Xinliang Liu
On 8 February 2016 at 18:43, Archit Taneja wrote: > Hi, > > > On 02/06/2016 08:54 AM, Xinliang Liu wrote: >> >> Add ADE display controller binding doc. >> Add DesignWare DSI Host Controller v1.20a binding doc. >> >> v4: >> - Describe more specific of clocks and ports. >> - Fix indentation. >> v3:

Re: [PATCH v4 03/11] drm/hisilicon: Add crtc driver for ADE

2016-02-17 Thread Xinliang Liu
On 8 February 2016 at 18:59, Archit Taneja wrote: > > > On 02/06/2016 08:54 AM, Xinliang Liu wrote: >> >> Add crtc funcs and helper funcs for ADE. >> >> v4: None. >> v3: >> - Make ade as the master driver. >> - Use port to connect with encoder. >> - A few cleanup. >> v2: >> - Remove abtraction lay