diff options
author | Thomas Gleixner <[email protected]> | 2023-06-07 01:14:05 +0200 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2023-06-07 12:21:30 -0700 |
commit | 25bda386c3d526b48dd22186324570fc8e191a52 (patch) | |
tree | f733dd72ac3bd049233b8c67b6e444f7db3dbbce | |
parent | a27648c742104a833a01c54becc24429898d85bf (diff) |
MAINTAINERS: Add entry for debug objects
This is overdue and an oversight.
Add myself to this file deespite the fact that I'm trying to reduce the
number of entries in this file which have my name attached, but in the
hope that patches wont get picked up elsewhere completely unreviewed and
unnoticed.
Signed-off-by: Thomas Gleixner <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
-rw-r--r-- | MAINTAINERS | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 0dab9737ec16..a2f1d14031b8 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -5728,6 +5728,14 @@ F: include/linux/tfrc.h F: include/uapi/linux/dccp.h F: net/dccp/ +DEBUGOBJECTS: +M: Thomas Gleixner <[email protected]> +S: Maintained +T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/debugobjects +F: lib/debugobjects.c +F: include/linux/debugobjects.h + DECSTATION PLATFORM SUPPORT M: "Maciej W. Rozycki" <[email protected]> |