[PATCH] MAINTAINERS: Add Masami as a reviewer of hung task detector

Masami Hiramatsu (Google) posted 1 patch 2 months, 1 week ago
MAINTAINERS |    1 +
1 file changed, 1 insertion(+)
[PATCH] MAINTAINERS: Add Masami as a reviewer of hung task detector
Posted by Masami Hiramatsu (Google) 2 months, 1 week ago
From: Masami Hiramatsu (Google) <mhiramat@kernel.org>

Since I'm actively working on hung task blocker detector,
add myself to a reviewer of the HUNG TASK DETECTOR feature.

Signed-off-by: Masami Hiramatsu (Google) <mhiramat@kernel.org>
---
 MAINTAINERS |    1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index c0b444e5fd5a..e76fa00b0c3b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -11290,6 +11290,7 @@ F:	drivers/tty/hvc/
 HUNG TASK DETECTOR
 M:	Andrew Morton <akpm@linux-foundation.org>
 R:	Lance Yang <lance.yang@linux.dev>
+R:	Masami Hiramatsu <mhiramat@kernel.org>
 L:	linux-kernel@vger.kernel.org
 S:	Maintained
 F:	include/linux/hung_task.h
Re: [PATCH] MAINTAINERS: Add Masami as a reviewer of hung task detector
Posted by Lance Yang 2 months, 1 week ago
Welcome to the party ;p

On 2025/7/30 22:25, Masami Hiramatsu (Google) wrote:
> From: Masami Hiramatsu (Google) <mhiramat@kernel.org>
> 
> Since I'm actively working on hung task blocker detector,
> add myself to a reviewer of the HUNG TASK DETECTOR feature.
> 
> Signed-off-by: Masami Hiramatsu (Google) <mhiramat@kernel.org>

Acked-by: Lance Yang <lance.yang@linux.dev>

> ---
>   MAINTAINERS |    1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index c0b444e5fd5a..e76fa00b0c3b 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -11290,6 +11290,7 @@ F:	drivers/tty/hvc/
>   HUNG TASK DETECTOR
>   M:	Andrew Morton <akpm@linux-foundation.org>
>   R:	Lance Yang <lance.yang@linux.dev>
> +R:	Masami Hiramatsu <mhiramat@kernel.org>
>   L:	linux-kernel@vger.kernel.org
>   S:	Maintained
>   F:	include/linux/hung_task.h
>