Re: [PATCH] MAINTAINERS: adjust kprobes.rst entry to new location

2020-07-27 Thread Masami Hiramatsu
On Sun, 26 Jul 2020 07:58:43 +0200
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 matchesF:Documentation/staging/kprobes.rst
> 
> Adjust the entry to the new file location.
> 

Good catch!

Acked-by: Masami Hiramatsu 

Thanks!

> Signed-off-by: Lukas Bulwahn 
> ---
> 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 
> 
>  M:   "David S. Miller" 
>  M:   Masami Hiramatsu 
>  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 


Re: [PATCH] MAINTAINERS: adjust kprobes.rst entry to new location

2020-07-27 Thread Jonathan Corbet
On Sun, 26 Jul 2020 07:58:43 +0200
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 matchesF:Documentation/staging/kprobes.rst
> 
> Adjust the entry to the new file location.
> 
> Signed-off-by: Lukas Bulwahn 
> ---
> Naveen, Masami-san, please ack.
> Jonathan, please pick this minor non-urgent patch into docs-next.

Applied, thanks.

jon


Re: [PATCH] MAINTAINERS: adjust kprobes.rst entry to new location

2020-07-26 Thread Naveen N. Rao

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 matchesF:Documentation/staging/kprobes.rst

Adjust the entry to the new file location.

Signed-off-by: Lukas Bulwahn 
---
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 

Thanks!
- Naveen



[PATCH] MAINTAINERS: adjust kprobes.rst entry to new location

2020-07-25 Thread 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 matchesF:Documentation/staging/kprobes.rst

Adjust the entry to the new file location.

Signed-off-by: Lukas Bulwahn 
---
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 

 M: "David S. Miller" 
 M: Masami Hiramatsu 
 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