2022-04-20 09:11:03

by Josh Poimboeuf

[permalink] [raw]
Subject: [PATCH v2] MAINTAINERS: Add x86 unwinding entry

Create a new section for x86 unwinder maintenance.

Signed-off-by: Josh Poimboeuf <[email protected]>
---
v2:
- tweak the component name
- fix comma (oops)

MAINTAINERS | 9 +++++++++
1 file changed, 9 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 40fa1955ca3f..63ace80af8c8 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -21434,6 +21434,15 @@ F: arch/x86/include/asm/uv/
F: arch/x86/kernel/apic/x2apic_uv_x.c
F: arch/x86/platform/uv/

+X86 STACK UNWINDING
+M: Josh Poimboeuf <[email protected]>
+M: Peter Zijlstra <[email protected]>
+S: Supported
+F: arch/x86/include/asm/unwind*.h
+F: arch/x86/kernel/dumpstack.c
+F: arch/x86/kernel/stacktrace.c
+F: arch/x86/kernel/unwind_*.c
+
X86 VDSO
M: Andy Lutomirski <[email protected]>
L: [email protected]
--
2.34.1


2022-04-20 20:44:42

by tip-bot2 for Haifeng Xu

[permalink] [raw]
Subject: [tip: x86/urgent] MAINTAINERS: Add x86 unwinding entry

The following commit has been merged into the x86/urgent branch of tip:

Commit-ID: 610abf3dea1092445b4b185e14ed130d1ec6aa74
Gitweb: https://git.kernel.org/tip/610abf3dea1092445b4b185e14ed130d1ec6aa74
Author: Josh Poimboeuf <[email protected]>
AuthorDate: Tue, 19 Apr 2022 09:54:41 -07:00
Committer: Peter Zijlstra <[email protected]>
CommitterDate: Tue, 19 Apr 2022 21:58:47 +02:00

MAINTAINERS: Add x86 unwinding entry

Create a new section for x86 unwinder maintenance.

Signed-off-by: Josh Poimboeuf <[email protected]>
Link: https://lore.kernel.org/r/db2b764b735a9481df9f7717a3a1f75ba496fcc1.1650387176.git.jpoimboe@redhat.com
Signed-off-by: Peter Zijlstra <[email protected]>
---
MAINTAINERS | 9 +++++++++
1 file changed, 9 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 40fa195..63ace80 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -21434,6 +21434,15 @@ F: arch/x86/include/asm/uv/
F: arch/x86/kernel/apic/x2apic_uv_x.c
F: arch/x86/platform/uv/

+X86 STACK UNWINDING
+M: Josh Poimboeuf <[email protected]>
+M: Peter Zijlstra <[email protected]>
+S: Supported
+F: arch/x86/include/asm/unwind*.h
+F: arch/x86/kernel/dumpstack.c
+F: arch/x86/kernel/stacktrace.c
+F: arch/x86/kernel/unwind_*.c
+
X86 VDSO
M: Andy Lutomirski <[email protected]>
L: [email protected]