* [PATCH 5/5] Documentation: add SPDX license identifiers to RST files
@ 2026-07-18 14:40 Yahya Toubali
2026-07-18 14:50 ` Greg KH
0 siblings, 1 reply; 3+ messages in thread
From: Yahya Toubali @ 2026-07-18 14:40 UTC (permalink / raw)
To: Jonathan Corbet, Shuah Khan, Jaroslav Kysela, Takashi Iwai,
open list:DOCUMENTATION, open list,
open list:DOCUMENTATION PROCESS, open list:SOUND
Cc: Yahya Toubali
Add SPDX-License-Identifier: GPL-2.0 to documentation files that were missing it.
---
Documentation/core-api/memory-allocation.rst | 1 +
Documentation/doc-guide/sphinx.rst | 1 +
Documentation/process/5.Posting.rst | 1 +
Documentation/process/howto.rst | 1 +
Documentation/sound/designs/index.rst | 2 ++
5 files changed, 6 insertions(+)
diff --git a/Documentation/core-api/memory-allocation.rst b/Documentation/core-api/memory-allocation.rst
index 0f19dd524323..370f5a0c4238 100644
--- a/Documentation/core-api/memory-allocation.rst
+++ b/Documentation/core-api/memory-allocation.rst
@@ -1,4 +1,5 @@
.. _memory_allocation:
+.. SPDX-License-Identifier: GPL-2.0
=======================
Memory Allocation Guide
diff --git a/Documentation/doc-guide/sphinx.rst b/Documentation/doc-guide/sphinx.rst
index 51c370260f3b..74a3425e81c9 100644
--- a/Documentation/doc-guide/sphinx.rst
+++ b/Documentation/doc-guide/sphinx.rst
@@ -1,4 +1,5 @@
.. _sphinxdoc:
+.. SPDX-License-Identifier: GPL-2.0
=====================================
Using Sphinx for kernel documentation
diff --git a/Documentation/process/5.Posting.rst b/Documentation/process/5.Posting.rst
index 07d7dbed13ec..510abeea8977 100644
--- a/Documentation/process/5.Posting.rst
+++ b/Documentation/process/5.Posting.rst
@@ -1,4 +1,5 @@
.. _development_posting:
+.. SPDX-License-Identifier: GPL-2.0
Posting patches
===============
diff --git a/Documentation/process/howto.rst b/Documentation/process/howto.rst
index 9438e03d6f50..9001024e44cf 100644
--- a/Documentation/process/howto.rst
+++ b/Documentation/process/howto.rst
@@ -1,4 +1,5 @@
.. _process_howto:
+.. SPDX-License-Identifier: GPL-2.0
HOWTO do Linux kernel development
=================================
diff --git a/Documentation/sound/designs/index.rst b/Documentation/sound/designs/index.rst
index 6b825c5617fc..4ba4038187b5 100644
--- a/Documentation/sound/designs/index.rst
+++ b/Documentation/sound/designs/index.rst
@@ -1,3 +1,5 @@
+.. SPDX-License-Identifier: GPL-2.0
+
Designs and Implementations
===========================
--
2.55.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH 5/5] Documentation: add SPDX license identifiers to RST files
2026-07-18 14:40 [PATCH 5/5] Documentation: add SPDX license identifiers to RST files Yahya Toubali
@ 2026-07-18 14:50 ` Greg KH
0 siblings, 0 replies; 3+ messages in thread
From: Greg KH @ 2026-07-18 14:50 UTC (permalink / raw)
To: Yahya Toubali
Cc: Jonathan Corbet, Shuah Khan, Jaroslav Kysela, Takashi Iwai,
open list:DOCUMENTATION, open list,
open list:DOCUMENTATION PROCESS, open list:SOUND
On Sat, Jul 18, 2026 at 03:40:04PM +0100, Yahya Toubali wrote:
> Add SPDX-License-Identifier: GPL-2.0 to documentation files that were missing it.
> ---
> Documentation/core-api/memory-allocation.rst | 1 +
> Documentation/doc-guide/sphinx.rst | 1 +
> Documentation/process/5.Posting.rst | 1 +
> Documentation/process/howto.rst | 1 +
> Documentation/sound/designs/index.rst | 2 ++
> 5 files changed, 6 insertions(+)
Hi,
This is the friendly patch-bot of Greg Kroah-Hartman. You have sent him
a patch that has triggered this response. He used to manually respond
to these common problems, but in order to save his sanity (he kept
writing the same thing over and over, yet to different people), I was
created. Hopefully you will not take offence and will fix the problem
in your patch and resubmit it so that it can be accepted into the Linux
kernel tree.
You are receiving this message because of the following common error(s)
as indicated below:
- Your patch does not have a Signed-off-by: line. Please read the
kernel file, Documentation/process/submitting-patches.rst and resend
it after adding that line. Note, the line needs to be in the body of
the email, before the patch, not at the bottom of the patch or in the
email signature.
- You did not specify a description of why the patch is needed, or
possibly, any description at all, in the email body. Please read the
section entitled "The canonical patch format" in the kernel file,
Documentation/process/submitting-patches.rst for what is needed in
order to properly describe the change.
If you wish to discuss this problem further, or you have questions about
how to resolve this issue, please feel free to respond to this email and
Greg will reply once he has dug out from the pending patches received
from other developers.
thanks,
greg k-h's patch email bot
^ permalink raw reply [flat|nested] 3+ messages in thread
[parent not found: <20260718151913.1892547-1-yahya@yahyatoubali.me>]
* [PATCH 5/5] Documentation: add SPDX license identifiers to RST files
[not found] <20260718151913.1892547-1-yahya@yahyatoubali.me>
@ 2026-07-18 15:19 ` Yahya Toubali
0 siblings, 0 replies; 3+ messages in thread
From: Yahya Toubali @ 2026-07-18 15:19 UTC (permalink / raw)
To: Jonathan Corbet, Shuah Khan, Jaroslav Kysela, Takashi Iwai,
open list:DOCUMENTATION, open list,
open list:DOCUMENTATION PROCESS, open list:SOUND
Cc: Yahya Toubali
Add SPDX-License-Identifier: GPL-2.0 to documentation files that were missing it.
Signed-off-by: Yahya Toubali <yahya@yahyatoubali.me>
---
Documentation/core-api/memory-allocation.rst | 1 +
Documentation/doc-guide/sphinx.rst | 1 +
Documentation/process/5.Posting.rst | 1 +
Documentation/process/howto.rst | 1 +
Documentation/sound/designs/index.rst | 2 ++
5 files changed, 6 insertions(+)
diff --git a/Documentation/core-api/memory-allocation.rst b/Documentation/core-api/memory-allocation.rst
index 0f19dd524323..370f5a0c4238 100644
--- a/Documentation/core-api/memory-allocation.rst
+++ b/Documentation/core-api/memory-allocation.rst
@@ -1,4 +1,5 @@
.. _memory_allocation:
+.. SPDX-License-Identifier: GPL-2.0
=======================
Memory Allocation Guide
diff --git a/Documentation/doc-guide/sphinx.rst b/Documentation/doc-guide/sphinx.rst
index 51c370260f3b..74a3425e81c9 100644
--- a/Documentation/doc-guide/sphinx.rst
+++ b/Documentation/doc-guide/sphinx.rst
@@ -1,4 +1,5 @@
.. _sphinxdoc:
+.. SPDX-License-Identifier: GPL-2.0
=====================================
Using Sphinx for kernel documentation
diff --git a/Documentation/process/5.Posting.rst b/Documentation/process/5.Posting.rst
index 07d7dbed13ec..510abeea8977 100644
--- a/Documentation/process/5.Posting.rst
+++ b/Documentation/process/5.Posting.rst
@@ -1,4 +1,5 @@
.. _development_posting:
+.. SPDX-License-Identifier: GPL-2.0
Posting patches
===============
diff --git a/Documentation/process/howto.rst b/Documentation/process/howto.rst
index 9438e03d6f50..9001024e44cf 100644
--- a/Documentation/process/howto.rst
+++ b/Documentation/process/howto.rst
@@ -1,4 +1,5 @@
.. _process_howto:
+.. SPDX-License-Identifier: GPL-2.0
HOWTO do Linux kernel development
=================================
diff --git a/Documentation/sound/designs/index.rst b/Documentation/sound/designs/index.rst
index 6b825c5617fc..4ba4038187b5 100644
--- a/Documentation/sound/designs/index.rst
+++ b/Documentation/sound/designs/index.rst
@@ -1,3 +1,5 @@
+.. SPDX-License-Identifier: GPL-2.0
+
Designs and Implementations
===========================
--
2.55.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-07-18 15:19 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-18 14:40 [PATCH 5/5] Documentation: add SPDX license identifiers to RST files Yahya Toubali
2026-07-18 14:50 ` Greg KH
[not found] <20260718151913.1892547-1-yahya@yahyatoubali.me>
2026-07-18 15:19 ` Yahya Toubali
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox