diff options
author | Masami Hiramatsu (Google) <[email protected]> | 2024-07-12 09:26:17 +0900 |
---|---|---|
committer | Masami Hiramatsu (Google) <[email protected]> | 2024-07-16 19:02:49 +0900 |
commit | c26b1b89b8a9fd8665e79cd798bd970e233772b6 (patch) | |
tree | 0d6e455d1ec54ca82e9315288f2ca2cf36d26a9f | |
parent | 3e301b431b91e4b973dbc520e90e220acb5b91f5 (diff) |
MAINTAINERS: Add uprobes entry
Add uprobes entry to MAINTAINERS to clarify the maintainers.
Link: https://lore.kernel.org/all/172074397710.247544.17045299807723238107.stgit@devnote2/
Suggested-by: Peter Zijlstra <[email protected]>
Signed-off-by: Masami Hiramatsu (Google) <[email protected]>
Acked-by: Peter Zijlstra (Intel) <[email protected]>
Acked-by: Oleg Nesterov <[email protected]>
-rw-r--r-- | MAINTAINERS | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index aacccb376c28..120158f0716e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -23109,6 +23109,19 @@ F: drivers/mtd/ubi/ F: include/linux/mtd/ubi.h F: include/uapi/mtd/ubi-user.h +UPROBES +M: Masami Hiramatsu <[email protected]> +M: Oleg Nesterov <[email protected]> +M: Peter Zijlstra <[email protected]> +S: Maintained +F: arch/*/include/asm/uprobes.h +F: arch/*/kernel/probes/uprobes.c +F: arch/*/kernel/uprobes.c +F: include/linux/uprobes.h +F: kernel/events/uprobes.c + USB "USBNET" DRIVER FRAMEWORK M: Oliver Neukum <[email protected]> |