* [PATCH 0/3] Documentation: more names to the enforcement statement
@ 2017-12-13 12:52 Greg Kroah-Hartman
2017-12-13 12:52 ` [PATCH 1/3] Documentation: Add Kees Cook to list of enforcement statement endorsers Greg Kroah-Hartman
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: Greg Kroah-Hartman @ 2017-12-13 12:52 UTC (permalink / raw)
To: corbet; +Cc: linux-doc, linux-kernel, Greg Kroah-Hartman
Hi Jon,
Here are 3 patches for the kernel-enforcement-statement file that came
in after the file was originally added to the kernel tree.
thanks,
greg k-h
David Sterba (1):
Documentation: Add myself to the enforcement statement list
Kees Cook (1):
Documentation: Add Kees Cook to list of enforcement statement
endorsers
Luis R. Rodriguez (1):
Documentation: Add Luis R. Rodriguez to list of enforcement statement
endorsers
Documentation/process/kernel-enforcement-statement.rst | 3 +++
1 file changed, 3 insertions(+)
--
2.15.1
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH 1/3] Documentation: Add Kees Cook to list of enforcement statement endorsers
2017-12-13 12:52 [PATCH 0/3] Documentation: more names to the enforcement statement Greg Kroah-Hartman
@ 2017-12-13 12:52 ` Greg Kroah-Hartman
2017-12-13 12:52 ` [PATCH 2/3] Documentation: Add Luis R. Rodriguez " Greg Kroah-Hartman
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: Greg Kroah-Hartman @ 2017-12-13 12:52 UTC (permalink / raw)
To: corbet; +Cc: linux-doc, linux-kernel, Kees Cook, Greg Kroah-Hartman
From: Kees Cook <keescook@chromium.org>
Add my name to the list.
Signed-off-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
---
Documentation/process/kernel-enforcement-statement.rst | 1 +
1 file changed, 1 insertion(+)
diff --git a/Documentation/process/kernel-enforcement-statement.rst b/Documentation/process/kernel-enforcement-statement.rst
index bfa6a78103d8..99a9135a965c 100644
--- a/Documentation/process/kernel-enforcement-statement.rst
+++ b/Documentation/process/kernel-enforcement-statement.rst
@@ -68,6 +68,7 @@ we might work for today, have in the past, or will in the future.
- Paul Burton
- Javier Martinez Canillas
- Rob Clark
+ - Kees Cook (Google)
- Jonathan Corbet
- Dennis Dalessandro
- Vivien Didelot (Savoir-faire Linux)
--
2.15.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [PATCH 2/3] Documentation: Add Luis R. Rodriguez to list of enforcement statement endorsers
2017-12-13 12:52 [PATCH 0/3] Documentation: more names to the enforcement statement Greg Kroah-Hartman
2017-12-13 12:52 ` [PATCH 1/3] Documentation: Add Kees Cook to list of enforcement statement endorsers Greg Kroah-Hartman
@ 2017-12-13 12:52 ` Greg Kroah-Hartman
2017-12-13 12:52 ` [PATCH 3/3] Documentation: Add myself to the enforcement statement list Greg Kroah-Hartman
2017-12-21 19:25 ` [PATCH 0/3] Documentation: more names to the enforcement statement Jonathan Corbet
3 siblings, 0 replies; 5+ messages in thread
From: Greg Kroah-Hartman @ 2017-12-13 12:52 UTC (permalink / raw)
To: corbet; +Cc: linux-doc, linux-kernel, Luis R. Rodriguez, Greg Kroah-Hartman
From: "Luis R. Rodriguez" <mcgrof@kernel.org>
Add my name to the list.
Signed-off-by: Luis R. Rodriguez <mcgrof@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
---
Documentation/process/kernel-enforcement-statement.rst | 1 +
1 file changed, 1 insertion(+)
diff --git a/Documentation/process/kernel-enforcement-statement.rst b/Documentation/process/kernel-enforcement-statement.rst
index 99a9135a965c..417cb975992f 100644
--- a/Documentation/process/kernel-enforcement-statement.rst
+++ b/Documentation/process/kernel-enforcement-statement.rst
@@ -145,6 +145,7 @@ we might work for today, have in the past, or will in the future.
- Linus Torvalds
- Thierry Reding
- Rik van Riel
+ - Luis R. Rodriguez
- Geert Uytterhoeven (Glider bvba)
- Eduardo Valentin (Amazon.com)
- Daniel Vetter
--
2.15.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [PATCH 3/3] Documentation: Add myself to the enforcement statement list
2017-12-13 12:52 [PATCH 0/3] Documentation: more names to the enforcement statement Greg Kroah-Hartman
2017-12-13 12:52 ` [PATCH 1/3] Documentation: Add Kees Cook to list of enforcement statement endorsers Greg Kroah-Hartman
2017-12-13 12:52 ` [PATCH 2/3] Documentation: Add Luis R. Rodriguez " Greg Kroah-Hartman
@ 2017-12-13 12:52 ` Greg Kroah-Hartman
2017-12-21 19:25 ` [PATCH 0/3] Documentation: more names to the enforcement statement Jonathan Corbet
3 siblings, 0 replies; 5+ messages in thread
From: Greg Kroah-Hartman @ 2017-12-13 12:52 UTC (permalink / raw)
To: corbet; +Cc: linux-doc, linux-kernel, David Sterba, Greg Kroah-Hartman
From: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
---
Documentation/process/kernel-enforcement-statement.rst | 1 +
1 file changed, 1 insertion(+)
diff --git a/Documentation/process/kernel-enforcement-statement.rst b/Documentation/process/kernel-enforcement-statement.rst
index 417cb975992f..6816c12d6956 100644
--- a/Documentation/process/kernel-enforcement-statement.rst
+++ b/Documentation/process/kernel-enforcement-statement.rst
@@ -138,6 +138,7 @@ we might work for today, have in the past, or will in the future.
- Anna Schumaker
- Jes Sorensen
- K.Y. Srinivasan
+ - David Sterba (SUSE)
- Heiko Stuebner
- Jiri Kosina (SUSE)
- Willy Tarreau
--
2.15.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH 0/3] Documentation: more names to the enforcement statement
2017-12-13 12:52 [PATCH 0/3] Documentation: more names to the enforcement statement Greg Kroah-Hartman
` (2 preceding siblings ...)
2017-12-13 12:52 ` [PATCH 3/3] Documentation: Add myself to the enforcement statement list Greg Kroah-Hartman
@ 2017-12-21 19:25 ` Jonathan Corbet
3 siblings, 0 replies; 5+ messages in thread
From: Jonathan Corbet @ 2017-12-21 19:25 UTC (permalink / raw)
To: Greg Kroah-Hartman; +Cc: linux-doc, linux-kernel
On Wed, 13 Dec 2017 13:52:52 +0100
Greg Kroah-Hartman <gregkh@linuxfoundation.org> wrote:
> Here are 3 patches for the kernel-enforcement-statement file that came
> in after the file was originally added to the kernel tree.
Applied all three, thanks.
jon
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2017-12-21 19:25 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-13 12:52 [PATCH 0/3] Documentation: more names to the enforcement statement Greg Kroah-Hartman
2017-12-13 12:52 ` [PATCH 1/3] Documentation: Add Kees Cook to list of enforcement statement endorsers Greg Kroah-Hartman
2017-12-13 12:52 ` [PATCH 2/3] Documentation: Add Luis R. Rodriguez " Greg Kroah-Hartman
2017-12-13 12:52 ` [PATCH 3/3] Documentation: Add myself to the enforcement statement list Greg Kroah-Hartman
2017-12-21 19:25 ` [PATCH 0/3] Documentation: more names to the enforcement statement Jonathan Corbet
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox