linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: adjust kprobes.rst entry to new location
@ 2020-07-26  5:58 Lukas Bulwahn
  2020-07-26 17:55 ` Naveen N. Rao
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Lukas Bulwahn @ 2020-07-26  5:58 UTC (permalink / raw)
  To: Naveen N . Rao, Masami Hiramatsu, Jonathan Corbet
  Cc: linux-doc, Ralf Ramsauer, Pia Eichinger, Joe Perches,
	kernel-janitors, linux-kernel, Lukas Bulwahn

Commit 2165b82fde82 ("docs: Move kprobes.rst from staging/ to trace/")
moved kprobes.rst, but missed to adjust the MAINTAINERS entry.

Hence, ./scripts/get_maintainer.pl --self-test=patterns complains:

  warning: no file matches    F:    Documentation/staging/kprobes.rst

Adjust the entry to the new file location.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
---
Naveen, Masami-san, please ack.
Jonathan, please pick this minor non-urgent patch into docs-next.

applies cleanly on next-20200724

 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 960f7d43f9d7..416fc4555834 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -9676,7 +9676,7 @@ M:	Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
 M:	"David S. Miller" <davem@davemloft.net>
 M:	Masami Hiramatsu <mhiramat@kernel.org>
 S:	Maintained
-F:	Documentation/staging/kprobes.rst
+F:	Documentation/trace/kprobes.rst
 F:	include/asm-generic/kprobes.h
 F:	include/linux/kprobes.h
 F:	kernel/kprobes.c
-- 
2.17.1


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

* Re: [PATCH] MAINTAINERS: adjust kprobes.rst entry to new location
  2020-07-26  5:58 [PATCH] MAINTAINERS: adjust kprobes.rst entry to new location Lukas Bulwahn
@ 2020-07-26 17:55 ` Naveen N. Rao
  2020-07-27 22:22 ` Jonathan Corbet
  2020-07-28  5:12 ` Masami Hiramatsu
  2 siblings, 0 replies; 4+ messages in thread
From: Naveen N. Rao @ 2020-07-26 17:55 UTC (permalink / raw)
  To: Jonathan Corbet, Lukas Bulwahn, Masami Hiramatsu
  Cc: Joe Perches, kernel-janitors, linux-doc, linux-kernel,
	Pia Eichinger, Ralf Ramsauer

Lukas Bulwahn wrote:
> Commit 2165b82fde82 ("docs: Move kprobes.rst from staging/ to trace/")
> moved kprobes.rst, but missed to adjust the MAINTAINERS entry.
> 
> Hence, ./scripts/get_maintainer.pl --self-test=patterns complains:
> 
>   warning: no file matches    F:    Documentation/staging/kprobes.rst
> 
> Adjust the entry to the new file location.
> 
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
> ---
> Naveen, Masami-san, please ack.
> Jonathan, please pick this minor non-urgent patch into docs-next.
> 
> applies cleanly on next-20200724

Ah, sorry. Hadn't noticed this change from Mauro.
Acked-by: Naveen N. Rao <naveen.n.rao@linux.vnet.ibm.com>

Thanks!
- Naveen


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

* Re: [PATCH] MAINTAINERS: adjust kprobes.rst entry to new location
  2020-07-26  5:58 [PATCH] MAINTAINERS: adjust kprobes.rst entry to new location Lukas Bulwahn
  2020-07-26 17:55 ` Naveen N. Rao
@ 2020-07-27 22:22 ` Jonathan Corbet
  2020-07-28  5:12 ` Masami Hiramatsu
  2 siblings, 0 replies; 4+ messages in thread
From: Jonathan Corbet @ 2020-07-27 22:22 UTC (permalink / raw)
  To: Lukas Bulwahn
  Cc: Naveen N . Rao, Masami Hiramatsu, linux-doc, Ralf Ramsauer,
	Pia Eichinger, Joe Perches, kernel-janitors, linux-kernel

On Sun, 26 Jul 2020 07:58:43 +0200
Lukas Bulwahn <lukas.bulwahn@gmail.com> wrote:

> Commit 2165b82fde82 ("docs: Move kprobes.rst from staging/ to trace/")
> moved kprobes.rst, but missed to adjust the MAINTAINERS entry.
> 
> Hence, ./scripts/get_maintainer.pl --self-test=patterns complains:
> 
>   warning: no file matches    F:    Documentation/staging/kprobes.rst
> 
> Adjust the entry to the new file location.
> 
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
> ---
> Naveen, Masami-san, please ack.
> Jonathan, please pick this minor non-urgent patch into docs-next.

Applied, thanks.

jon

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

* Re: [PATCH] MAINTAINERS: adjust kprobes.rst entry to new location
  2020-07-26  5:58 [PATCH] MAINTAINERS: adjust kprobes.rst entry to new location Lukas Bulwahn
  2020-07-26 17:55 ` Naveen N. Rao
  2020-07-27 22:22 ` Jonathan Corbet
@ 2020-07-28  5:12 ` Masami Hiramatsu
  2 siblings, 0 replies; 4+ messages in thread
From: Masami Hiramatsu @ 2020-07-28  5:12 UTC (permalink / raw)
  To: Lukas Bulwahn
  Cc: Naveen N . Rao, Jonathan Corbet, linux-doc, Ralf Ramsauer,
	Pia Eichinger, Joe Perches, kernel-janitors, linux-kernel

On Sun, 26 Jul 2020 07:58:43 +0200
Lukas Bulwahn <lukas.bulwahn@gmail.com> wrote:

> Commit 2165b82fde82 ("docs: Move kprobes.rst from staging/ to trace/")
> moved kprobes.rst, but missed to adjust the MAINTAINERS entry.
> 
> Hence, ./scripts/get_maintainer.pl --self-test=patterns complains:
> 
>   warning: no file matches    F:    Documentation/staging/kprobes.rst
> 
> Adjust the entry to the new file location.
> 

Good catch!

Acked-by: Masami Hiramatsu <mhiramat@kernel.org>

Thanks!

> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
> ---
> Naveen, Masami-san, please ack.
> Jonathan, please pick this minor non-urgent patch into docs-next.
> 
> applies cleanly on next-20200724
> 
>  MAINTAINERS | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 960f7d43f9d7..416fc4555834 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -9676,7 +9676,7 @@ M:	Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
>  M:	"David S. Miller" <davem@davemloft.net>
>  M:	Masami Hiramatsu <mhiramat@kernel.org>
>  S:	Maintained
> -F:	Documentation/staging/kprobes.rst
> +F:	Documentation/trace/kprobes.rst
>  F:	include/asm-generic/kprobes.h
>  F:	include/linux/kprobes.h
>  F:	kernel/kprobes.c
> -- 
> 2.17.1
> 


-- 
Masami Hiramatsu <mhiramat@kernel.org>

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

end of thread, other threads:[~2020-07-28  5:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-26  5:58 [PATCH] MAINTAINERS: adjust kprobes.rst entry to new location Lukas Bulwahn
2020-07-26 17:55 ` Naveen N. Rao
2020-07-27 22:22 ` Jonathan Corbet
2020-07-28  5:12 ` Masami Hiramatsu

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