All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: Add x86 unwinders entry
@ 2022-04-16  0:22 Josh Poimboeuf
  2022-04-16  1:46 ` Joe Perches
  0 siblings, 1 reply; 3+ messages in thread
From: Josh Poimboeuf @ 2022-04-16  0:22 UTC (permalink / raw)
  To: x86; +Cc: linux-kernel, Peter Zijlstra

Create a new section for x86 unwinder maintenance.

Signed-off-by: Josh Poimboeuf <jpoimboe@redhat.com>
---
 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 <jpoimboe@redhat.com>
+M:	Peter Zijlstra <peterz@infradead.org>
+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 <luto@kernel.org>
 L:	linux-kernel@vger.kernel.org
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] MAINTAINERS: Add x86 unwinders entry
  2022-04-16  0:22 [PATCH] MAINTAINERS: Add x86 unwinders entry Josh Poimboeuf
@ 2022-04-16  1:46 ` Joe Perches
  2022-04-16 15:03   ` Josh Poimboeuf
  0 siblings, 1 reply; 3+ messages in thread
From: Joe Perches @ 2022-04-16  1:46 UTC (permalink / raw)
  To: Josh Poimboeuf, x86; +Cc: linux-kernel, Peter Zijlstra

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 <jpoimboe@redhat.com>
[]
> 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 <jpoimboe@redhat.com>
> +M:	Peter Zijlstra <peterz@infradead.org>
> +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



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] MAINTAINERS: Add x86 unwinders entry
  2022-04-16  1:46 ` Joe Perches
@ 2022-04-16 15:03   ` Josh Poimboeuf
  0 siblings, 0 replies; 3+ messages in thread
From: Josh Poimboeuf @ 2022-04-16 15:03 UTC (permalink / raw)
  To: Joe Perches; +Cc: x86, linux-kernel, Peter Zijlstra

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 <jpoimboe@redhat.com>
> []
> > 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 <jpoimboe@redhat.com>
> > +M:	Peter Zijlstra <peterz@infradead.org>
> > +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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-04-16 15:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-16  0:22 [PATCH] MAINTAINERS: Add x86 unwinders entry Josh Poimboeuf
2022-04-16  1:46 ` Joe Perches
2022-04-16 15:03   ` Josh Poimboeuf

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.