MAINTAINERS | 1 + 1 file changed, 1 insertion(+)
From: Lukas Bulwahn <lukas.bulwahn@redhat.com>
The files in Documentation/core-api/ are by virtue of their top-level
directory part of the Documentation section in MAINTAINERS. Each file in
Documentation/core-api/ should however also have a further section in
MAINTAINERS it belongs to, which fits to the technical area of the
documented API in that file.
The printk.rst provides some explanation to the printk API defined in
include/linux/printk.h, which itself is part of the PRINTK section.
Add this core-api document to PRINTK.
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com>
---
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index 297358d26bbb..2b5f86dcf898 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -20689,6 +20689,7 @@ R: John Ogness <john.ogness@linutronix.de>
R: Sergey Senozhatsky <senozhatsky@chromium.org>
S: Maintained
T: git git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux.git
+F: Documentation/core-api/printk-basics.rst
F: include/linux/printk.h
F: kernel/printk/
--
2.51.1
On Wed 2025-11-05 11:28:32, Lukas Bulwahn wrote: > From: Lukas Bulwahn <lukas.bulwahn@redhat.com> > > The files in Documentation/core-api/ are by virtue of their top-level > directory part of the Documentation section in MAINTAINERS. Each file in > Documentation/core-api/ should however also have a further section in > MAINTAINERS it belongs to, which fits to the technical area of the > documented API in that file. > > The printk.rst provides some explanation to the printk API defined in > include/linux/printk.h, which itself is part of the PRINTK section. > > Add this core-api document to PRINTK. > > Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com> JFYI, the patch has been committed into printk/linux.git, branch for-6.19. Best Regards, Petr
On Wed 2025-11-05 11:28:32, Lukas Bulwahn wrote: > From: Lukas Bulwahn <lukas.bulwahn@redhat.com> > > The files in Documentation/core-api/ are by virtue of their top-level > directory part of the Documentation section in MAINTAINERS. Each file in > Documentation/core-api/ should however also have a further section in > MAINTAINERS it belongs to, which fits to the technical area of the > documented API in that file. > > The printk.rst provides some explanation to the printk API defined in > include/linux/printk.h, which itself is part of the PRINTK section. > > Add this core-api document to PRINTK. > > Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com> Makes sense: Reviewed-by: Petr Mladek <pmladek@suse.com> Best Regards, Petr
© 2016 - 2025 Red Hat, Inc.