linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] doc: move namespaces.rst from kbuild/ to core-api/
@ 2019-10-08  3:10 Masahiro Yamada
  2019-10-08  6:15 ` Matthias Maennich
  2019-10-08 15:41 ` Jessica Yu
  0 siblings, 2 replies; 3+ messages in thread
From: Masahiro Yamada @ 2019-10-08  3:10 UTC (permalink / raw)
  To: Jonathan Corbet, linux-doc
  Cc: Jessica Yu, Matthias Maennich, Adam Zerella, Randy Dunlap,
	Masahiro Yamada, Michal Marek, linux-kbuild, linux-kernel

We discussed a better location for this file, and agreed that
core-api/ is a good fit. Rename it to symbol-namespaces.rst
for disambiguation, and also add it to index.rst and MAINTAINERS.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
---

 Documentation/core-api/index.rst                                 | 1 +
 .../{kbuild/namespaces.rst => core-api/symbol-namespaces.rst}    | 0
 MAINTAINERS                                                      | 1 +
 3 files changed, 2 insertions(+)
 rename Documentation/{kbuild/namespaces.rst => core-api/symbol-namespaces.rst} (100%)

diff --git a/Documentation/core-api/index.rst b/Documentation/core-api/index.rst
index fa16a0538dcb..ab0eae1c153a 100644
--- a/Documentation/core-api/index.rst
+++ b/Documentation/core-api/index.rst
@@ -38,6 +38,7 @@ Core utilities
    protection-keys
    ../RCU/index
    gcc-plugins
+   symbol-namespaces
 
 
 Interfaces for kernel debugging
diff --git a/Documentation/kbuild/namespaces.rst b/Documentation/core-api/symbol-namespaces.rst
similarity index 100%
rename from Documentation/kbuild/namespaces.rst
rename to Documentation/core-api/symbol-namespaces.rst
diff --git a/MAINTAINERS b/MAINTAINERS
index 55199ef7fa74..a0ca64057b0d 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -11547,6 +11547,7 @@ NSDEPS
 M:	Matthias Maennich <maennich@google.com>
 S:	Maintained
 F:	scripts/nsdeps
+F:	Documentation/core-api/symbol-namespaces.rst
 
 NTB AMD DRIVER
 M:	Shyam Sundar S K <Shyam-sundar.S-k@amd.com>
-- 
2.17.1


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

* Re: [PATCH] doc: move namespaces.rst from kbuild/ to core-api/
  2019-10-08  3:10 [PATCH] doc: move namespaces.rst from kbuild/ to core-api/ Masahiro Yamada
@ 2019-10-08  6:15 ` Matthias Maennich
  2019-10-08 15:41 ` Jessica Yu
  1 sibling, 0 replies; 3+ messages in thread
From: Matthias Maennich @ 2019-10-08  6:15 UTC (permalink / raw)
  To: Masahiro Yamada
  Cc: Jonathan Corbet, linux-doc, Jessica Yu, Adam Zerella,
	Randy Dunlap, Michal Marek, linux-kbuild, linux-kernel

On Tue, Oct 08, 2019 at 12:10:09PM +0900, Masahiro Yamada wrote:
>We discussed a better location for this file, and agreed that
>core-api/ is a good fit. Rename it to symbol-namespaces.rst
>for disambiguation, and also add it to index.rst and MAINTAINERS.

Acked-by: Matthias Maennich <maennich@google.com>

Thank you!

Cheers,
Matthias
>
>Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
>---
>
> Documentation/core-api/index.rst                                 | 1 +
> .../{kbuild/namespaces.rst => core-api/symbol-namespaces.rst}    | 0
> MAINTAINERS                                                      | 1 +
> 3 files changed, 2 insertions(+)
> rename Documentation/{kbuild/namespaces.rst => core-api/symbol-namespaces.rst} (100%)
>
>diff --git a/Documentation/core-api/index.rst b/Documentation/core-api/index.rst
>index fa16a0538dcb..ab0eae1c153a 100644
>--- a/Documentation/core-api/index.rst
>+++ b/Documentation/core-api/index.rst
>@@ -38,6 +38,7 @@ Core utilities
>    protection-keys
>    ../RCU/index
>    gcc-plugins
>+   symbol-namespaces
>
>
> Interfaces for kernel debugging
>diff --git a/Documentation/kbuild/namespaces.rst b/Documentation/core-api/symbol-namespaces.rst
>similarity index 100%
>rename from Documentation/kbuild/namespaces.rst
>rename to Documentation/core-api/symbol-namespaces.rst
>diff --git a/MAINTAINERS b/MAINTAINERS
>index 55199ef7fa74..a0ca64057b0d 100644
>--- a/MAINTAINERS
>+++ b/MAINTAINERS
>@@ -11547,6 +11547,7 @@ NSDEPS
> M:	Matthias Maennich <maennich@google.com>
> S:	Maintained
> F:	scripts/nsdeps
>+F:	Documentation/core-api/symbol-namespaces.rst
>
> NTB AMD DRIVER
> M:	Shyam Sundar S K <Shyam-sundar.S-k@amd.com>
>-- 
>2.17.1
>

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

* Re: [PATCH] doc: move namespaces.rst from kbuild/ to core-api/
  2019-10-08  3:10 [PATCH] doc: move namespaces.rst from kbuild/ to core-api/ Masahiro Yamada
  2019-10-08  6:15 ` Matthias Maennich
@ 2019-10-08 15:41 ` Jessica Yu
  1 sibling, 0 replies; 3+ messages in thread
From: Jessica Yu @ 2019-10-08 15:41 UTC (permalink / raw)
  To: Masahiro Yamada
  Cc: Jonathan Corbet, linux-doc, Matthias Maennich, Adam Zerella,
	Randy Dunlap, Michal Marek, linux-kbuild, linux-kernel

+++ Masahiro Yamada [08/10/19 12:10 +0900]:
>We discussed a better location for this file, and agreed that
>core-api/ is a good fit. Rename it to symbol-namespaces.rst
>for disambiguation, and also add it to index.rst and MAINTAINERS.
>
>Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>

Applied, thanks!

Jessica


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

end of thread, other threads:[~2019-10-08 15:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-08  3:10 [PATCH] doc: move namespaces.rst from kbuild/ to core-api/ Masahiro Yamada
2019-10-08  6:15 ` Matthias Maennich
2019-10-08 15:41 ` Jessica Yu

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).