Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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/20250513052234.46463-1-lance.yang@linux.dev
Signed-off-by: Lance Yang <lance.yang@linux.dev>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>

authored by

Lance Yang and committed by
Andrew Morton
6fa04511 0bf2d838

+8
+8
MAINTAINERS
··· 11099 11099 S: Odd Fixes 11100 11100 F: drivers/tty/hvc/ 11101 11101 11102 + HUNG TASK DETECTOR 11103 + M: Andrew Morton <akpm@linux-foundation.org> 11104 + R: Lance Yang <lance.yang@linux.dev> 11105 + L: linux-kernel@vger.kernel.org 11106 + S: Maintained 11107 + F: include/linux/hung_task.h 11108 + F: kernel/hung_task.c 11109 + 11102 11110 I2C ACPI SUPPORT 11103 11111 M: Mika Westerberg <westeri@kernel.org> 11104 11112 L: linux-i2c@vger.kernel.org