[PATCH 1/2] cpufreq: Documentation: Minor reformatting

2017-01-05 Thread Viresh Kumar
This patch doesn't change the content of the documentation, but rather reformat it to make it more readable. Signed-off-by: Viresh Kumar --- Documentation/cpu-freq/governors.txt | 205 +++ 1 file changed, 112 insertions(+), 93

[Resend][PATCH 2/3] PM / core / docs: Convert sleep states API document to reST

2017-01-05 Thread Rafael J. Wysocki
From: Rafael J. Wysocki Move the document describing the system sleep state transitions API for devices to Documentation/driver-api/pm/, convert it to reST and update it to use current terminology. Also remove the remaining reference to the old version of it from

[PATCH 0/3] PM / docs: linux/pm.h kerneldocs update and conversion of two docs to reST

2017-01-05 Thread Rafael J. Wysocki
Hi Everyone, I sent patches [1-2/3] previosly a couple of weeks ago and there have not been any comments since then, so either they are fine by everybody or the timing was particularly bad and no one had the time to look at them. Admittedly, the former is more attractive to me, so I'll assume

[PATCH 3/3] PM / sleep / docs: Convert PM notifiers document to reST

2017-01-05 Thread Rafael J. Wysocki
From: Rafael J. Wysocki Move the document describing PM notifiers (used during system sleep state transitions) to Documentation/driver-api/pm/, convert it to reST and update it to (a) follow the actual code better and (b) use current terminology. Also replace the

[Resend][PATCH 1/3] PM / core: Update kerneldoc comments in pm.h

2017-01-05 Thread Rafael J. Wysocki
From: Rafael J. Wysocki Refresh the struct dev_pm_ops kerneldoc comment, so that it looks better and is more readable after processing by Sphinx, and drop the kerneldoc marker from a few other comments ("PM_EVENT_ messages" and a couple of enum types declarations)

Re: [PATCH] docs: fix "interruptible" misspellings

2017-01-05 Thread Randy Dunlap
On 01/05/17 14:21, Kees Cook wrote: > On Thu, Jun 9, 2016 at 1:11 PM, Joe Perches wrote: >> On Thu, 2016-06-09 at 13:29 -0600, Jonathan Corbet wrote: >>> On Wed, 18 May 2016 06:55:45 -0700 Kees Cook wrote: A common misspelling of "interruptible" is

Re: [PATCH] docs: fix "interruptible" misspellings

2017-01-05 Thread Kees Cook
On Thu, Jun 9, 2016 at 12:29 PM, Jonathan Corbet wrote: > On Wed, 18 May 2016 06:55:45 -0700 > Kees Cook wrote: > >> A common misspelling of "interruptible" is "interruptable". This fixes >> them in the tree and adds the two most common variations to

Re: [PATCH] docs: fix "interruptible" misspellings

2017-01-05 Thread Kees Cook
On Thu, Jun 9, 2016 at 1:11 PM, Joe Perches wrote: > On Thu, 2016-06-09 at 13:29 -0600, Jonathan Corbet wrote: >> On Wed, 18 May 2016 06:55:45 -0700 Kees Cook wrote: >> > A common misspelling of "interruptible" is "interruptable". This fixes >> > them in

Re: [PATCH 2/2] isdn: i4l: move active-isdn drivers to staging

2017-01-05 Thread Greg Kroah-Hartman
On Tue, Jan 03, 2017 at 10:19:29PM +0100, Arnd Bergmann wrote: > On Tuesday, January 3, 2017 4:24:36 PM CET Greg Kroah-Hartman wrote: > > On Wed, Mar 02, 2016 at 08:06:46PM +0100, Arnd Bergmann wrote: > > > The icn, act2000 and pcbit drivers are all for very old hardware, > > > and it is highly

Re: [PATCH 16/18] arm64: ptrace: handle ptrace_request differently for aarch32 and ilp32

2017-01-05 Thread Yury Norov
On Wed, Dec 07, 2016 at 09:40:13PM +0100, Arnd Bergmann wrote: > On Wednesday, December 7, 2016 4:59:13 PM CET Catalin Marinas wrote: > > On Tue, Dec 06, 2016 at 11:55:08AM +0530, Yury Norov wrote: > > > On Mon, Dec 05, 2016 at 04:34:23PM +, Catalin Marinas wrote: > > > > On Fri, Oct 21, 2016

Re: [RFC PATCH v3] sparc64: Add support for Application Data Integrity (ADI)

2017-01-05 Thread Khalid Aziz
On 01/05/2017 12:22 PM, Dave Hansen wrote: On 01/04/2017 04:26 PM, Khalid Aziz wrote: ... No, we do not have space to stuff PAGE_SIZE/64 version tags in swap pte. There is enough space for just one tag per page. DaveM had suggested doing this since the usual case is for a task to set one tag

Re: [RFC PATCH v3] sparc64: Add support for Application Data Integrity (ADI)

2017-01-05 Thread Dave Hansen
On 01/04/2017 04:26 PM, Khalid Aziz wrote: ... > No, we do not have space to stuff PAGE_SIZE/64 version tags in swap pte. > There is enough space for just one tag per page. DaveM had suggested > doing this since the usual case is for a task to set one tag per page > even though MMU does not

Re: [PATCH] docs: sphinx-extensions: make rstFlatTable work with docutils 0.13

2017-01-05 Thread Jonathan Corbet
On Wed, 4 Jan 2017 20:39:20 +0300 Dmitry Shachnev wrote: > Just a small update: the breaking change was reverted [1] in docutils > yesterday, so in the next release (0.13.2) get_column_widths() should return > a list again. > > (My patch should continue working fine.) I'm

Re: [PATCH v7 05/12] mux: support simplified bindings for single-user gpio mux

2017-01-05 Thread Peter Rosin
On 2017-01-04 13:16, Peter Rosin wrote: > Signed-off-by: Peter Rosin > --- > drivers/mux/mux-core.c | 81 > -- > drivers/mux/mux-gpio.c | 56 ++ > include/linux/mux.h| 7 + > 3 files

Re: [RFC PATCH v3] sparc64: Add support for Application Data Integrity (ADI)

2017-01-05 Thread Khalid Aziz
On 01/05/2017 02:37 AM, Jerome Marchand wrote: On 01/04/2017 11:46 PM, Khalid Aziz wrote: ADI is a new feature supported on sparc M7 and newer processors to allow hardware to catch rogue accesses to memory. ADI is supported for data fetches only and not instruction fetches. An app can enable

Re: [RFC PATCH v3] sparc64: Add support for Application Data Integrity (ADI)

2017-01-05 Thread Jerome Marchand
On 01/04/2017 11:46 PM, Khalid Aziz wrote: > ADI is a new feature supported on sparc M7 and newer processors to allow > hardware to catch rogue accesses to memory. ADI is supported for data > fetches only and not instruction fetches. An app can enable ADI on its > data pages, set version tags on