2022-04-16 02:39:27

by Josh Poimboeuf

[permalink] [raw]
Subject: [PATCH] MAINTAINERS: Add x86 unwinders entry

Create a new section for x86 unwinder maintenance.

Signed-off-by: Josh Poimboeuf <[email protected]>
---
MAINTAINERS | 9 +++++++++
1 file changed, 9 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 61d9f114c37f..79bdc42a7477 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 UNWINDERS
+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-16 02:51:10

by Joe Perches

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Add x86 unwinders entry

On Fri, 2022-04-15 at 17:22 -0700, Josh Poimboeuf wrote:
> Create a new section for x86 unwinder maintenance.
>
> Signed-off-by: Josh Poimboeuf <[email protected]>
[]
> diff --git 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 UNWINDERS
> +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

Should be a period not a comma.

F: arch/x86/kernel/unwind_*.c


2022-04-18 10:18:40

by Josh Poimboeuf

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Add x86 unwinders entry

On Fri, Apr 15, 2022 at 06:46:33PM -0700, Joe Perches wrote:
> On Fri, 2022-04-15 at 17:22 -0700, Josh Poimboeuf wrote:
> > Create a new section for x86 unwinder maintenance.
> >
> > Signed-off-by: Josh Poimboeuf <[email protected]>
> []
> > diff --git 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 UNWINDERS
> > +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
>
> Should be a period not a comma.
>
> F: arch/x86/kernel/unwind_*.c

Argh, sorry.

--
Josh