Re: [PATCH v2] Documentation/process: kernel maintainer PGP guide

2018-02-05 Thread Luc Van Oostenryck
On Thu, Feb 01, 2018 at 09:42:33AM -0500, Konstantin Ryabitsev wrote: > + > +$ git --list-key torva...@kernel.org Small typo here: you meant 'gpg --list-key' instead of 'git ...' Regards, -- Luc Van Oostenryck -- To unsubscribe from this list: send the line "unsubscribe linux-doc" in the bod

Re: [PATCH v9 3/7] acpi: apei: Add SEI notification type support for ARMv8

2018-02-05 Thread gengdongjiu
[...] > > > Yes, I know you are dong that. Your serial's patch will consider all above > things, right? > > Assuming I got it right, yes. It currently makes the race Xie XiuQi spotted > worse, > which I want to fix too. (details on the cover letter) Ok. > > > > If your patch can be consider

Re: [PATCH] Documentation/ABI: update infiniband sysfs interfaces

2018-02-05 Thread Hal Rosenstock
On 2/5/2018 2:19 AM, Aishwarya Pant wrote: >>> + cap_mask: (RO) Port capability mask >> 2 bits here are settable: IsCommunicationManagementSupported and IsSM. > Hi > > Sorry, I don't quite understand this. cap_mask is a read only value which > indicates the supported functions. So

RE: [PATCH v2] Documentation: rapidio: move sysfs interface to ABI

2018-02-05 Thread Bounine, Alexandre
Sorry for the delay. Acked-by: Alexandre Bounine > -Original Message- > From: Aishwarya Pant [mailto:aishp...@gmail.com] > Sent: Friday, January 19, 2018 7:32 AM > To: Matt Porter ; Bounine, Alexandre > ; Jonathan Corbet ; Greg > KH ; linux-doc@vger.kernel.org; linux- > ker...@vger.kerne

Re: [PATCH v2 3/7] soc: qcom: Add GENI based QUP Wrapper driver

2018-02-05 Thread Bjorn Andersson
On Wed 31 Jan 10:58 PST 2018, Karthik Ramasubramanian wrote: > On 1/16/2018 11:20 PM, Bjorn Andersson wrote: > > On Fri 12 Jan 17:05 PST 2018, Karthikeyan Ramasubramanian wrote: [..] > > I'm not aware of any non-serial-engine "geni" at Qualcomm, so can we > > drop the "se" throughout this driver? >

Re: [PATCH v2 3/7] soc: qcom: Add GENI based QUP Wrapper driver

2018-02-05 Thread Bjorn Andersson
On Wed 31 Jan 11:02 PST 2018, Karthik Ramasubramanian wrote: > On 1/19/2018 3:57 PM, Rob Herring wrote: > > On Thu, Jan 18, 2018 at 08:57:45AM -0800, Bjorn Andersson wrote: > > > On Thu 18 Jan 01:13 PST 2018, Rajendra Nayak wrote: [..] > > > > > > > > > > Please use SPDX style license header, i.e.

[PATCH v2] Documentation/ABI: update infiniband sysfs interfaces

2018-02-05 Thread Aishwarya Pant
Add documentation for core and hardware specific infiniband interfaces. The descriptions have been collected from git commit logs, reading through code and data sheets. Some drivers have incomplete doc and are annotated with the comment '[to be documented]'. Signed-off-by: Aishwarya Pant --- Chan