Re: [PATCH v6 04/11] Documentation: perf: hisi: Documentation for HiP05/06/07 PMU event counting.

2017-03-23 Thread Anurup M
Thanks for the review. On Tuesday 21 March 2017 07:42 PM, Mark Rutland wrote: Hi, On Fri, Mar 10, 2017 at 01:27:39AM -0500, Anurup M wrote: +HiP0x chips are encapsulated by multiple CPU and IO die's. The CPU die is Nit: that apostrophe shouldn't be there. Ok. shall recheck and modify where

Re: [PATCH v2] Documentation: Input: Add uinput documentation

2017-03-23 Thread Peter Hutterer
as usual, reading through these things multiple times means one spots a couple of different things. sorry about that. On Fri, Mar 24, 2017 at 12:34:59AM -0300, Marcos Paulo de Souza wrote: > Signed-off-by: Marcos Paulo de Souza > --- > Documentation/input/uinput.rst | 196 >

[PATCH v2] Documentation: Input: Add uinput documentation

2017-03-23 Thread Marcos Paulo de Souza
Signed-off-by: Marcos Paulo de Souza --- Documentation/input/uinput.rst | 196 + 1 file changed, 196 insertions(+) create mode 100644 Documentation/input/uinput.rst diff --git a/Documentation/input/uinput.rst b/Documentation/input/uinput.rst new file mode

[PATCH v2] Docs: Input: initial uinput documentation

2017-03-23 Thread Marcos Paulo de Souza
Hi guys, this is the second iteration of this patch. The first version can be checked here[1]. A special thanks to Peter Hutterer who dug the last patch and suggested a lot of changes , hopefully, all addressed in this version. [1] https://lkml.org/lkml/2017/3/21/929 Thanks, Marcos Paulo de Sou

Re: [RFC PATCH v4 15/28] Add support to access persistent memory in the clear

2017-03-23 Thread Tom Lendacky
On 3/17/2017 5:58 PM, Elliott, Robert (Persistent Memory) wrote: -Original Message- From: linux-kernel-ow...@vger.kernel.org [mailto:linux-kernel- ow...@vger.kernel.org] On Behalf Of Tom Lendacky Sent: Thursday, February 16, 2017 9:45 AM Subject: [RFC PATCH v4 15/28] Add support to acc

Re: [PATCH] hibernation: on 32-bit x86, disabled in favor of KASLR

2017-03-23 Thread Yu Chen
Hi, On Thu, Mar 23, 2017 at 9:23 PM, Evgenii Shatokhin wrote: > On 23.03.2017 03:27, Kees Cook wrote: >> >> This is a modified revert of commit 65fe935dd238 ("x86/KASLR, x86/power: >> Remove x86 hibernation restrictions"), since it appears that 32-bit >> hibernation still can't support KASLR. 64-

Re: [PATCH] hibernation: on 32-bit x86, disabled in favor of KASLR

2017-03-23 Thread Rafael J. Wysocki
On Thu, Mar 23, 2017 at 2:23 PM, Evgenii Shatokhin wrote: > On 23.03.2017 03:27, Kees Cook wrote: >> >> This is a modified revert of commit 65fe935dd238 ("x86/KASLR, x86/power: >> Remove x86 hibernation restrictions"), since it appears that 32-bit >> hibernation still can't support KASLR. 64-bit i

RE: [PATCH] Add initial SX3000b platform code to MIPS arch

2017-03-23 Thread Amit Kama IL
Will be sending a revised version splitting the irqchip related code to a different patch and using a generic platform code... -Original Message- From: Amit Kama IL Sent: Wednesday, March 22, 2017 7:38 AM To: 'r...@linux-mips.org' Cc: 'devicet...@vger.kernel.org' ; 'linux-ker...@vger.k

Re: [PATCH] hibernation: on 32-bit x86, disabled in favor of KASLR

2017-03-23 Thread Evgenii Shatokhin
On 23.03.2017 03:27, Kees Cook wrote: This is a modified revert of commit 65fe935dd238 ("x86/KASLR, x86/power: Remove x86 hibernation restrictions"), since it appears that 32-bit hibernation still can't support KASLR. 64-bit is fine. Since people have been running with KASLR by default on 32-bit

Re: [PATCH] Documentation: Input: Add uinput documentation

2017-03-23 Thread Marcos Paulo de Souza
On Thu, Mar 23, 2017 at 01:23:56PM +1000, Peter Hutterer wrote: > On Wed, Mar 22, 2017 at 11:54:48PM -0300, Marcos Paulo de Souza wrote: > > Hi Peter, > > > > first of all, thanks a lot for reading this patch so quickly and to > > point a lot of things to make this doc way better. > > > > See som

Re: [PATCH v2 0/2] kconfig/mconf: propagate jumping function in search result view

2017-03-23 Thread Jani Nikula
Yann? I'd like to have both of these merged, I think they are worthwhile and simple additions, and they look good to me. BR, Jani. On Thu, 23 Mar 2017, "Du, Changbin" wrote: > Sencond ping... if this is realy not necessary I give up. > > On Mon, Mar 06, 2017 at 06:28:50PM +0800, Du, Changbin

Re: [PATCH v2 0/2] kconfig/mconf: propagate jumping function in search result view

2017-03-23 Thread Du, Changbin
Sencond ping... if this is realy not necessary I give up. On Mon, Mar 06, 2017 at 06:28:50PM +0800, Du, Changbin wrote: > Hello, any new update need for this or new comments? :) > > On Wed, Feb 08, 2017 at 11:09:37AM +0800, changbin...@intel.com wrote: > > From: Changbin Du > > > > While I am s

[PATCH v2] stm class: Document the stm_ftrace

2017-03-23 Thread Chunyan Zhang
This patch adds a description to the stm_ftrace device source, an interface for collecting Ftrace's function trace information via STM devices. Signed-off-by: Chunyan Zhang --- Documentation/trace/stm.txt | 13 - 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/Documenta