[PATCH] Documentation/process: Add embargoed HW contact for LLVM

Nick Desaulniers posted 1 patch 3 years, 9 months ago
Documentation/process/embargoed-hardware-issues.rst | 3 +++
1 file changed, 3 insertions(+)
[PATCH] Documentation/process: Add embargoed HW contact for LLVM
Posted by Nick Desaulniers 3 years, 9 months ago
Should the need for toolchain mitigations ever be necessary, add a group
for toolchain ambassadors.

Add Nick Desaulniers as LLVM's ambassador for the embargoed hardware
issues process.

Signed-off-by: Nick Desaulniers <ndesaulniers@google.com>
---
 Documentation/process/embargoed-hardware-issues.rst | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Documentation/process/embargoed-hardware-issues.rst b/Documentation/process/embargoed-hardware-issues.rst
index 95999302d279..48bd249d96b9 100644
--- a/Documentation/process/embargoed-hardware-issues.rst
+++ b/Documentation/process/embargoed-hardware-issues.rst
@@ -264,6 +264,9 @@ an involved disclosed party. The current ambassadors list:
 
   Amazon
   Google	Kees Cook <keescook@chromium.org>
+
+  GCC
+  LLVM		Nick Desaulniers <ndesaulniers@google.com>
   ============= ========================================================
 
 If you want your organization to be added to the ambassadors list, please
-- 
2.37.0.144.g8ac04bfd2-goog
Re: [PATCH] Documentation/process: Add embargoed HW contact for LLVM
Posted by Greg Kroah-Hartman 3 years, 9 months ago
On Mon, Jul 11, 2022 at 11:10:58AM -0700, Nick Desaulniers wrote:
> Should the need for toolchain mitigations ever be necessary, add a group
> for toolchain ambassadors.
> 
> Add Nick Desaulniers as LLVM's ambassador for the embargoed hardware
> issues process.
> 
> Signed-off-by: Nick Desaulniers <ndesaulniers@google.com>
> ---
>  Documentation/process/embargoed-hardware-issues.rst | 3 +++
>  1 file changed, 3 insertions(+)

Thanks for volunteering, I'll go queue this up.

greg k-h