aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLance Yang <[email protected]>2025-05-13 05:22:34 +0000
committerAndrew Morton <[email protected]>2025-05-21 05:49:39 +0000
commit6fa04511f103ce1b4aa30d50b4abe3401b13bee5 (patch)
tree4469386d158f21ebdef0ccca4c3306b1a8bd12e2
parenttaskstats: fix struct taskstats breaks backward compatibility since version 15 (diff)
downloadkernel-6fa04511f103ce1b4aa30d50b4abe3401b13bee5.tar.gz
kernel-6fa04511f103ce1b4aa30d50b4abe3401b13bee5.zip
MAINTAINERS: add hung-task detector section
The hung-task detector is missing in MAINTAINERS. While it's been quiet recently, I'm actively working on it and volunteering to review patches. Adding this section will make it easier for contributors to know who to contact. Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Lance Yang <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
-rw-r--r--MAINTAINERS8
1 files changed, 8 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index dc79f285573f..bbe92bbf6c1a 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -11099,6 +11099,14 @@ L: [email protected]
S: Odd Fixes
F: drivers/tty/hvc/
+HUNG TASK DETECTOR
+M: Andrew Morton <[email protected]>
+R: Lance Yang <[email protected]>
+S: Maintained
+F: include/linux/hung_task.h
+F: kernel/hung_task.c
+
I2C ACPI SUPPORT
M: Mika Westerberg <[email protected]>