LKML Archive mirror
 help / color / mirror / Atom feed
* [PATCH] Documentation: provide IBM contacts for embargoed hardware
@ 2020-03-26  9:38 Christian Borntraeger
  2020-03-26  9:42 ` Greg Kroah-Hartman
  0 siblings, 1 reply; 6+ messages in thread
From: Christian Borntraeger @ 2020-03-26  9:38 UTC (permalink / raw)
  To: linux-kernel
  Cc: Thomas Gleixner, Greg Kroah-Hartman, Ulrich Weigand, paulmck,
	jejb, Jonathan Corbet, Christian Borntraeger, Anton Blanchard

Provide IBM contact for embargoed hardware issues. As POWER and Z are
different teams with different designs it makes sense to have separate
persons for the first contact.

Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
Cc: Anton Blanchard <anton@linux.ibm.com>
---
 Documentation/process/embargoed-hardware-issues.rst | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Documentation/process/embargoed-hardware-issues.rst b/Documentation/process/embargoed-hardware-issues.rst
index a19d084f9b2c..43cdc67e4f8e 100644
--- a/Documentation/process/embargoed-hardware-issues.rst
+++ b/Documentation/process/embargoed-hardware-issues.rst
@@ -246,7 +246,8 @@ an involved disclosed party. The current ambassadors list:
   ============= ========================================================
   ARM           Grant Likely <grant.likely@arm.com>
   AMD		Tom Lendacky <tom.lendacky@amd.com>
-  IBM
+  IBM Z         Christian Borntraeger <borntraeger@de.ibm.com>
+  IBM Power     Anton Blanchard <anton@linux.ibm.com>
   Intel		Tony Luck <tony.luck@intel.com>
   Qualcomm	Trilok Soni <tsoni@codeaurora.org>
 
-- 
2.24.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH] Documentation: provide IBM contacts for embargoed hardware
  2020-03-26  9:38 [PATCH] Documentation: provide IBM contacts for embargoed hardware Christian Borntraeger
@ 2020-03-26  9:42 ` Greg Kroah-Hartman
  2020-03-26 10:04   ` Anton Blanchard
  0 siblings, 1 reply; 6+ messages in thread
From: Greg Kroah-Hartman @ 2020-03-26  9:42 UTC (permalink / raw)
  To: Christian Borntraeger
  Cc: linux-kernel, Thomas Gleixner, Ulrich Weigand, paulmck, jejb,
	Jonathan Corbet, Anton Blanchard

On Thu, Mar 26, 2020 at 10:38:31AM +0100, Christian Borntraeger wrote:
> Provide IBM contact for embargoed hardware issues. As POWER and Z are
> different teams with different designs it makes sense to have separate
> persons for the first contact.
> 
> Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
> Cc: Anton Blanchard <anton@linux.ibm.com>
> ---
>  Documentation/process/embargoed-hardware-issues.rst | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/Documentation/process/embargoed-hardware-issues.rst b/Documentation/process/embargoed-hardware-issues.rst
> index a19d084f9b2c..43cdc67e4f8e 100644
> --- a/Documentation/process/embargoed-hardware-issues.rst
> +++ b/Documentation/process/embargoed-hardware-issues.rst
> @@ -246,7 +246,8 @@ an involved disclosed party. The current ambassadors list:
>    ============= ========================================================
>    ARM           Grant Likely <grant.likely@arm.com>
>    AMD		Tom Lendacky <tom.lendacky@amd.com>
> -  IBM
> +  IBM Z         Christian Borntraeger <borntraeger@de.ibm.com>
> +  IBM Power     Anton Blanchard <anton@linux.ibm.com>

Can I get an ack from Anton that he really agrees with this?  :)

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] Documentation: provide IBM contacts for embargoed hardware
  2020-03-26  9:42 ` Greg Kroah-Hartman
@ 2020-03-26 10:04   ` Anton Blanchard
  2020-03-26 14:07     ` Greg Kroah-Hartman
  0 siblings, 1 reply; 6+ messages in thread
From: Anton Blanchard @ 2020-03-26 10:04 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: Christian Borntraeger, linux-kernel, Thomas Gleixner,
	Ulrich Weigand, paulmck, jejb, Jonathan Corbet

Hi Greg,

> On Thu, Mar 26, 2020 at 10:38:31AM +0100, Christian Borntraeger wrote:
> > Provide IBM contact for embargoed hardware issues. As POWER and Z
> > are different teams with different designs it makes sense to have
> > separate persons for the first contact.
> > 
> > Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
> > Cc: Anton Blanchard <anton@linux.ibm.com>
> > ---
> >  Documentation/process/embargoed-hardware-issues.rst | 3 ++-
> >  1 file changed, 2 insertions(+), 1 deletion(-)
> > 
> > diff --git a/Documentation/process/embargoed-hardware-issues.rst
> > b/Documentation/process/embargoed-hardware-issues.rst index
> > a19d084f9b2c..43cdc67e4f8e 100644 ---
> > a/Documentation/process/embargoed-hardware-issues.rst +++
> > b/Documentation/process/embargoed-hardware-issues.rst @@ -246,7
> > +246,8 @@ an involved disclosed party. The current ambassadors
> > list: =============
> > ======================================================== ARM
> >    Grant Likely <grant.likely@arm.com> AMD		Tom
> > Lendacky <tom.lendacky@amd.com>
> > -  IBM
> > +  IBM Z         Christian Borntraeger <borntraeger@de.ibm.com>
> > +  IBM Power     Anton Blanchard <anton@linux.ibm.com>  
> 
> Can I get an ack from Anton that he really agrees with this?  :)

Sure :)

Acked-by: Anton Blanchard <anton@linux.ibm.com>

Thanks,
Anton


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] Documentation: provide IBM contacts for embargoed hardware
  2020-03-26 10:04   ` Anton Blanchard
@ 2020-03-26 14:07     ` Greg Kroah-Hartman
  2020-03-26 14:14       ` Christian Borntraeger
  0 siblings, 1 reply; 6+ messages in thread
From: Greg Kroah-Hartman @ 2020-03-26 14:07 UTC (permalink / raw)
  To: Anton Blanchard
  Cc: Christian Borntraeger, linux-kernel, Thomas Gleixner,
	Ulrich Weigand, paulmck, jejb, Jonathan Corbet

On Thu, Mar 26, 2020 at 09:04:01PM +1100, Anton Blanchard wrote:
> Hi Greg,
> 
> > On Thu, Mar 26, 2020 at 10:38:31AM +0100, Christian Borntraeger wrote:
> > > Provide IBM contact for embargoed hardware issues. As POWER and Z
> > > are different teams with different designs it makes sense to have
> > > separate persons for the first contact.
> > > 
> > > Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
> > > Cc: Anton Blanchard <anton@linux.ibm.com>
> > > ---
> > >  Documentation/process/embargoed-hardware-issues.rst | 3 ++-
> > >  1 file changed, 2 insertions(+), 1 deletion(-)
> > > 
> > > diff --git a/Documentation/process/embargoed-hardware-issues.rst
> > > b/Documentation/process/embargoed-hardware-issues.rst index
> > > a19d084f9b2c..43cdc67e4f8e 100644 ---
> > > a/Documentation/process/embargoed-hardware-issues.rst +++
> > > b/Documentation/process/embargoed-hardware-issues.rst @@ -246,7
> > > +246,8 @@ an involved disclosed party. The current ambassadors
> > > list: =============
> > > ======================================================== ARM
> > >    Grant Likely <grant.likely@arm.com> AMD		Tom
> > > Lendacky <tom.lendacky@amd.com>
> > > -  IBM
> > > +  IBM Z         Christian Borntraeger <borntraeger@de.ibm.com>
> > > +  IBM Power     Anton Blanchard <anton@linux.ibm.com>  
> > 
> > Can I get an ack from Anton that he really agrees with this?  :)
> 
> Sure :)
> 
> Acked-by: Anton Blanchard <anton@linux.ibm.com>

Sucker :)

thanks, I'll go queue this up now, and I will fix the checkpatch
warning...

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] Documentation: provide IBM contacts for embargoed hardware
  2020-03-26 14:07     ` Greg Kroah-Hartman
@ 2020-03-26 14:14       ` Christian Borntraeger
  2020-03-26 14:26         ` Greg Kroah-Hartman
  0 siblings, 1 reply; 6+ messages in thread
From: Christian Borntraeger @ 2020-03-26 14:14 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Anton Blanchard
  Cc: linux-kernel, Thomas Gleixner, Ulrich Weigand, paulmck, jejb,
	Jonathan Corbet



On 26.03.20 15:07, Greg Kroah-Hartman wrote:
> On Thu, Mar 26, 2020 at 09:04:01PM +1100, Anton Blanchard wrote:
>> Hi Greg,
>>
>>> On Thu, Mar 26, 2020 at 10:38:31AM +0100, Christian Borntraeger wrote:
>>>> Provide IBM contact for embargoed hardware issues. As POWER and Z
>>>> are different teams with different designs it makes sense to have
>>>> separate persons for the first contact.
>>>>
>>>> Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
>>>> Cc: Anton Blanchard <anton@linux.ibm.com>
>>>> ---
>>>>  Documentation/process/embargoed-hardware-issues.rst | 3 ++-
>>>>  1 file changed, 2 insertions(+), 1 deletion(-)
>>>>
>>>> diff --git a/Documentation/process/embargoed-hardware-issues.rst
>>>> b/Documentation/process/embargoed-hardware-issues.rst index
>>>> a19d084f9b2c..43cdc67e4f8e 100644 ---
>>>> a/Documentation/process/embargoed-hardware-issues.rst +++
>>>> b/Documentation/process/embargoed-hardware-issues.rst @@ -246,7
>>>> +246,8 @@ an involved disclosed party. The current ambassadors
>>>> list: =============
>>>> ======================================================== ARM
>>>>    Grant Likely <grant.likely@arm.com> AMD		Tom
>>>> Lendacky <tom.lendacky@amd.com>
>>>> -  IBM
>>>> +  IBM Z         Christian Borntraeger <borntraeger@de.ibm.com>
>>>> +  IBM Power     Anton Blanchard <anton@linux.ibm.com>  
>>>
>>> Can I get an ack from Anton that he really agrees with this?  :)
>>
>> Sure :)
>>
>> Acked-by: Anton Blanchard <anton@linux.ibm.com>
> 
> Sucker :)
> 
> thanks, I'll go queue this up now, and I will fix the checkpatch
> warning...

Huh?

scripts/checkpatch.pl --strict rrr/0001-Documentation-provide-IBM-contacts-for-embargoed-har.patch
total: 0 errors, 0 warnings, 0 checks, 9 lines checked

rrr/0001-Documentation-provide-IBM-contacts-for-embargoed-har.patch has no obvious style problems and is ready for submission.


Anything that I missed?


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] Documentation: provide IBM contacts for embargoed hardware
  2020-03-26 14:14       ` Christian Borntraeger
@ 2020-03-26 14:26         ` Greg Kroah-Hartman
  0 siblings, 0 replies; 6+ messages in thread
From: Greg Kroah-Hartman @ 2020-03-26 14:26 UTC (permalink / raw)
  To: Christian Borntraeger
  Cc: Anton Blanchard, linux-kernel, Thomas Gleixner, Ulrich Weigand,
	paulmck, jejb, Jonathan Corbet

On Thu, Mar 26, 2020 at 03:14:24PM +0100, Christian Borntraeger wrote:
> 
> 
> On 26.03.20 15:07, Greg Kroah-Hartman wrote:
> > On Thu, Mar 26, 2020 at 09:04:01PM +1100, Anton Blanchard wrote:
> >> Hi Greg,
> >>
> >>> On Thu, Mar 26, 2020 at 10:38:31AM +0100, Christian Borntraeger wrote:
> >>>> Provide IBM contact for embargoed hardware issues. As POWER and Z
> >>>> are different teams with different designs it makes sense to have
> >>>> separate persons for the first contact.
> >>>>
> >>>> Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
> >>>> Cc: Anton Blanchard <anton@linux.ibm.com>
> >>>> ---
> >>>>  Documentation/process/embargoed-hardware-issues.rst | 3 ++-
> >>>>  1 file changed, 2 insertions(+), 1 deletion(-)
> >>>>
> >>>> diff --git a/Documentation/process/embargoed-hardware-issues.rst
> >>>> b/Documentation/process/embargoed-hardware-issues.rst index
> >>>> a19d084f9b2c..43cdc67e4f8e 100644 ---
> >>>> a/Documentation/process/embargoed-hardware-issues.rst +++
> >>>> b/Documentation/process/embargoed-hardware-issues.rst @@ -246,7
> >>>> +246,8 @@ an involved disclosed party. The current ambassadors
> >>>> list: =============
> >>>> ======================================================== ARM
> >>>>    Grant Likely <grant.likely@arm.com> AMD		Tom
> >>>> Lendacky <tom.lendacky@amd.com>
> >>>> -  IBM
> >>>> +  IBM Z         Christian Borntraeger <borntraeger@de.ibm.com>
> >>>> +  IBM Power     Anton Blanchard <anton@linux.ibm.com>  
> >>>
> >>> Can I get an ack from Anton that he really agrees with this?  :)
> >>
> >> Sure :)
> >>
> >> Acked-by: Anton Blanchard <anton@linux.ibm.com>
> > 
> > Sucker :)
> > 
> > thanks, I'll go queue this up now, and I will fix the checkpatch
> > warning...
> 
> Huh?
> 
> scripts/checkpatch.pl --strict rrr/0001-Documentation-provide-IBM-contacts-for-embargoed-har.patch
> total: 0 errors, 0 warnings, 0 checks, 9 lines checked
> 
> rrr/0001-Documentation-provide-IBM-contacts-for-embargoed-har.patch has no obvious style problems and is ready for submission.
> 
> 
> Anything that I missed?
> 

Hm, no, the original was fine, but if you look above there's trailing
whitespace after Anton's name on the line and I assumed it was in the
original.  Must have gotten added somewhere along the reply-to chain.

sorry for the noise.

greg k-h

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-03-26 14:26 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-26  9:38 [PATCH] Documentation: provide IBM contacts for embargoed hardware Christian Borntraeger
2020-03-26  9:42 ` Greg Kroah-Hartman
2020-03-26 10:04   ` Anton Blanchard
2020-03-26 14:07     ` Greg Kroah-Hartman
2020-03-26 14:14       ` Christian Borntraeger
2020-03-26 14:26         ` Greg Kroah-Hartman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).