linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] docs: embargoed-hardware-issues: remove bouncing AMD contact info
@ 2022-07-29 10:07 Greg Kroah-Hartman
  2022-07-29 10:20 ` Greg Kroah-Hartman
  0 siblings, 1 reply; 4+ messages in thread
From: Greg Kroah-Hartman @ 2022-07-29 10:07 UTC (permalink / raw)
  To: linux-kernel
  Cc: linux-doc, linux-doc-tw-discuss, Greg Kroah-Hartman,
	Jonathan Corbet, Alex Shi, Yanteng Si, Hu Haowen

The current AMD contact info in the embargoed-hardware-issues.rst file
is bouncing as an invalid address, so remove it from the documentation.

At this point in time, the kernel community has no way to contact AMD
for any hardware-specific problems.  Hopefully they can resolve this
issue soon, or maybe they just don't have any hardware bugs and do not
need to worry about this.

Cc: Jonathan Corbet <corbet@lwn.net>
Cc: Alex Shi <alexs@kernel.org>
Cc: Yanteng Si <siyanteng@loongson.cn>
Cc: Hu Haowen <src.res@email.cn>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
---
 Documentation/process/embargoed-hardware-issues.rst             | 2 +-
 .../translations/zh_CN/process/embargoed-hardware-issues.rst    | 2 +-
 .../translations/zh_TW/process/embargoed-hardware-issues.rst    | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Documentation/process/embargoed-hardware-issues.rst b/Documentation/process/embargoed-hardware-issues.rst
index 95999302d279..a8c38e1c40dc 100644
--- a/Documentation/process/embargoed-hardware-issues.rst
+++ b/Documentation/process/embargoed-hardware-issues.rst
@@ -244,7 +244,7 @@ disclosure of a particular issue, unless requested by a response team or by
 an involved disclosed party. The current ambassadors list:
 
   ============= ========================================================
-  AMD		Tom Lendacky <tom.lendacky@amd.com>
+  AMD
   Ampere	Darren Hart <darren@os.amperecomputing.com>
   ARM		Catalin Marinas <catalin.marinas@arm.com>
   IBM Power	Anton Blanchard <anton@linux.ibm.com>
diff --git a/Documentation/translations/zh_CN/process/embargoed-hardware-issues.rst b/Documentation/translations/zh_CN/process/embargoed-hardware-issues.rst
index 88273ebe7823..a59d6e311cc2 100644
--- a/Documentation/translations/zh_CN/process/embargoed-hardware-issues.rst
+++ b/Documentation/translations/zh_CN/process/embargoed-hardware-issues.rst
@@ -174,7 +174,7 @@ CVE分配
 
   ============= ========================================================
   ARM
-  AMD		Tom Lendacky <tom.lendacky@amd.com>
+  AMD
   IBM
   Intel		Tony Luck <tony.luck@intel.com>
   Qualcomm	Trilok Soni <tsoni@codeaurora.org>
diff --git a/Documentation/translations/zh_TW/process/embargoed-hardware-issues.rst b/Documentation/translations/zh_TW/process/embargoed-hardware-issues.rst
index 6c76fc96131a..b4a594320c69 100644
--- a/Documentation/translations/zh_TW/process/embargoed-hardware-issues.rst
+++ b/Documentation/translations/zh_TW/process/embargoed-hardware-issues.rst
@@ -177,7 +177,7 @@ CVE分配
 
   ============= ========================================================
   ARM
-  AMD		Tom Lendacky <tom.lendacky@amd.com>
+  AMD
   IBM
   Intel		Tony Luck <tony.luck@intel.com>
   Qualcomm	Trilok Soni <tsoni@codeaurora.org>
-- 
2.37.1


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

* Re: [PATCH] docs: embargoed-hardware-issues: remove bouncing AMD contact info
  2022-07-29 10:07 [PATCH] docs: embargoed-hardware-issues: remove bouncing AMD contact info Greg Kroah-Hartman
@ 2022-07-29 10:20 ` Greg Kroah-Hartman
  2022-07-29 12:59   ` Tom Lendacky
  0 siblings, 1 reply; 4+ messages in thread
From: Greg Kroah-Hartman @ 2022-07-29 10:20 UTC (permalink / raw)
  To: Tom Lendacky, linux-kernel
  Cc: linux-doc, linux-doc-tw-discuss, Jonathan Corbet, Alex Shi,
	Yanteng Si, Hu Haowen

On Fri, Jul 29, 2022 at 12:07:45PM +0200, Greg Kroah-Hartman wrote:
> The current AMD contact info in the embargoed-hardware-issues.rst file
> is bouncing as an invalid address, so remove it from the documentation.
> 
> At this point in time, the kernel community has no way to contact AMD
> for any hardware-specific problems.  Hopefully they can resolve this
> issue soon, or maybe they just don't have any hardware bugs and do not
> need to worry about this.
> 
> Cc: Jonathan Corbet <corbet@lwn.net>
> Cc: Alex Shi <alexs@kernel.org>
> Cc: Yanteng Si <siyanteng@loongson.cn>
> Cc: Hu Haowen <src.res@email.cn>
> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> ---
>  Documentation/process/embargoed-hardware-issues.rst             | 2 +-
>  .../translations/zh_CN/process/embargoed-hardware-issues.rst    | 2 +-
>  .../translations/zh_TW/process/embargoed-hardware-issues.rst    | 2 +-
>  3 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/Documentation/process/embargoed-hardware-issues.rst b/Documentation/process/embargoed-hardware-issues.rst
> index 95999302d279..a8c38e1c40dc 100644
> --- a/Documentation/process/embargoed-hardware-issues.rst
> +++ b/Documentation/process/embargoed-hardware-issues.rst
> @@ -244,7 +244,7 @@ disclosure of a particular issue, unless requested by a response team or by
>  an involved disclosed party. The current ambassadors list:
>  
>    ============= ========================================================
> -  AMD		Tom Lendacky <tom.lendacky@amd.com>
> +  AMD

Wait, Tom, is this just the wrong email address for you?  And the one
above I used in the To: the correct one?

confused,

greg k-h

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

* Re: [PATCH] docs: embargoed-hardware-issues: remove bouncing AMD contact info
  2022-07-29 10:20 ` Greg Kroah-Hartman
@ 2022-07-29 12:59   ` Tom Lendacky
  2022-07-29 13:40     ` Greg Kroah-Hartman
  0 siblings, 1 reply; 4+ messages in thread
From: Tom Lendacky @ 2022-07-29 12:59 UTC (permalink / raw)
  To: Greg Kroah-Hartman, linux-kernel
  Cc: linux-doc, linux-doc-tw-discuss, Jonathan Corbet, Alex Shi,
	Yanteng Si, Hu Haowen

On 7/29/22 05:20, Greg Kroah-Hartman wrote:
> On Fri, Jul 29, 2022 at 12:07:45PM +0200, Greg Kroah-Hartman wrote:
>> The current AMD contact info in the embargoed-hardware-issues.rst file
>> is bouncing as an invalid address, so remove it from the documentation.
>>
>> At this point in time, the kernel community has no way to contact AMD
>> for any hardware-specific problems.  Hopefully they can resolve this
>> issue soon, or maybe they just don't have any hardware bugs and do not
>> need to worry about this.
>>
>> Cc: Jonathan Corbet <corbet@lwn.net>
>> Cc: Alex Shi <alexs@kernel.org>
>> Cc: Yanteng Si <siyanteng@loongson.cn>
>> Cc: Hu Haowen <src.res@email.cn>
>> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
>> ---
>>   Documentation/process/embargoed-hardware-issues.rst             | 2 +-
>>   .../translations/zh_CN/process/embargoed-hardware-issues.rst    | 2 +-
>>   .../translations/zh_TW/process/embargoed-hardware-issues.rst    | 2 +-
>>   3 files changed, 3 insertions(+), 3 deletions(-)
>>
>> diff --git a/Documentation/process/embargoed-hardware-issues.rst b/Documentation/process/embargoed-hardware-issues.rst
>> index 95999302d279..a8c38e1c40dc 100644
>> --- a/Documentation/process/embargoed-hardware-issues.rst
>> +++ b/Documentation/process/embargoed-hardware-issues.rst
>> @@ -244,7 +244,7 @@ disclosure of a particular issue, unless requested by a response team or by
>>   an involved disclosed party. The current ambassadors list:
>>   
>>     ============= ========================================================
>> -  AMD		Tom Lendacky <tom.lendacky@amd.com>
>> +  AMD
> 
> Wait, Tom, is this just the wrong email address for you?  And the one
> above I used in the To: the correct one?

Wow, yes, I can't believe I made that mistake and haven't noticed it! You 
are correct, it should be thomas.lendacky@amd.com.

Thanks,
Tom

> 
> confused,
> 
> greg k-h

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

* Re: [PATCH] docs: embargoed-hardware-issues: remove bouncing AMD contact info
  2022-07-29 12:59   ` Tom Lendacky
@ 2022-07-29 13:40     ` Greg Kroah-Hartman
  0 siblings, 0 replies; 4+ messages in thread
From: Greg Kroah-Hartman @ 2022-07-29 13:40 UTC (permalink / raw)
  To: Tom Lendacky
  Cc: linux-kernel, linux-doc, linux-doc-tw-discuss, Jonathan Corbet,
	Alex Shi, Yanteng Si, Hu Haowen

On Fri, Jul 29, 2022 at 07:59:42AM -0500, Tom Lendacky wrote:
> On 7/29/22 05:20, Greg Kroah-Hartman wrote:
> > On Fri, Jul 29, 2022 at 12:07:45PM +0200, Greg Kroah-Hartman wrote:
> > > The current AMD contact info in the embargoed-hardware-issues.rst file
> > > is bouncing as an invalid address, so remove it from the documentation.
> > > 
> > > At this point in time, the kernel community has no way to contact AMD
> > > for any hardware-specific problems.  Hopefully they can resolve this
> > > issue soon, or maybe they just don't have any hardware bugs and do not
> > > need to worry about this.
> > > 
> > > Cc: Jonathan Corbet <corbet@lwn.net>
> > > Cc: Alex Shi <alexs@kernel.org>
> > > Cc: Yanteng Si <siyanteng@loongson.cn>
> > > Cc: Hu Haowen <src.res@email.cn>
> > > Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> > > ---
> > >   Documentation/process/embargoed-hardware-issues.rst             | 2 +-
> > >   .../translations/zh_CN/process/embargoed-hardware-issues.rst    | 2 +-
> > >   .../translations/zh_TW/process/embargoed-hardware-issues.rst    | 2 +-
> > >   3 files changed, 3 insertions(+), 3 deletions(-)
> > > 
> > > diff --git a/Documentation/process/embargoed-hardware-issues.rst b/Documentation/process/embargoed-hardware-issues.rst
> > > index 95999302d279..a8c38e1c40dc 100644
> > > --- a/Documentation/process/embargoed-hardware-issues.rst
> > > +++ b/Documentation/process/embargoed-hardware-issues.rst
> > > @@ -244,7 +244,7 @@ disclosure of a particular issue, unless requested by a response team or by
> > >   an involved disclosed party. The current ambassadors list:
> > >     ============= ========================================================
> > > -  AMD		Tom Lendacky <tom.lendacky@amd.com>
> > > +  AMD
> > 
> > Wait, Tom, is this just the wrong email address for you?  And the one
> > above I used in the To: the correct one?
> 
> Wow, yes, I can't believe I made that mistake and haven't noticed it! You
> are correct, it should be thomas.lendacky@amd.com.

Ok, let me go fix this up and change the address in the files and redo
this patch.

thanks,

greg k-h

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

end of thread, other threads:[~2022-07-29 13:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-29 10:07 [PATCH] docs: embargoed-hardware-issues: remove bouncing AMD contact info Greg Kroah-Hartman
2022-07-29 10:20 ` Greg Kroah-Hartman
2022-07-29 12:59   ` Tom Lendacky
2022-07-29 13:40     ` 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 NNTP newsgroup(s).