Home
last modified time | relevance | path

Searched hist:"3 d02a9c48d479eb58841805baaf93c5a084b6010" (Results 1 – 4 of 4) sorted by relevance

/linux/arch/x86/include/asm/
H A Dstacktrace.hdiff 3d02a9c48d479eb58841805baaf93c5a084b6010 Fri Nov 18 18:46:23 CET 2016 Josh Poimboeuf <jpoimboe@redhat.com> x86/dumpstack: Make stack name tags more comprehensible

NMI stack dumps are bracketed by the following tags:

<NMI>
...
<EOE>

The ending tag is kind of confusing if you don't already know what "EOE"
means (end of exception). The same ending tag is also used to mark the
end of all other exceptions' stacks. For example:

<#DF>
...
<EOE>

And similarly, "EOI" is used as the ending tag for interrupts:

<IRQ>
...
<EOI>

Change the tags to be more comprehensible by making them symmetrical and
more XML-esque:

<NMI>
...
</NMI>

<#DF>
...
</#DF>

<IRQ>
...
</IRQ>

Signed-off-by: Josh Poimboeuf <jpoimboe@redhat.com>
Acked-by: Frederic Weisbecker <fweisbec@gmail.com>
Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Cc: Andy Lutomirski <luto@kernel.org>
Cc: Borislav Petkov <bp@alien8.de>
Cc: Brian Gerst <brgerst@gmail.com>
Cc: Denys Vlasenko <dvlasenk@redhat.com>
Cc: H. Peter Anvin <hpa@zytor.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/180196e3754572540b595bc56b947d43658979a7.1479491159.git.jpoimboe@redhat.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
/linux/arch/x86/kernel/
H A Ddumpstack_32.cdiff 3d02a9c48d479eb58841805baaf93c5a084b6010 Fri Nov 18 18:46:23 CET 2016 Josh Poimboeuf <jpoimboe@redhat.com> x86/dumpstack: Make stack name tags more comprehensible

NMI stack dumps are bracketed by the following tags:

<NMI>
...
<EOE>

The ending tag is kind of confusing if you don't already know what "EOE"
means (end of exception). The same ending tag is also used to mark the
end of all other exceptions' stacks. For example:

<#DF>
...
<EOE>

And similarly, "EOI" is used as the ending tag for interrupts:

<IRQ>
...
<EOI>

Change the tags to be more comprehensible by making them symmetrical and
more XML-esque:

<NMI>
...
</NMI>

<#DF>
...
</#DF>

<IRQ>
...
</IRQ>

Signed-off-by: Josh Poimboeuf <jpoimboe@redhat.com>
Acked-by: Frederic Weisbecker <fweisbec@gmail.com>
Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Cc: Andy Lutomirski <luto@kernel.org>
Cc: Borislav Petkov <bp@alien8.de>
Cc: Brian Gerst <brgerst@gmail.com>
Cc: Denys Vlasenko <dvlasenk@redhat.com>
Cc: H. Peter Anvin <hpa@zytor.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/180196e3754572540b595bc56b947d43658979a7.1479491159.git.jpoimboe@redhat.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
H A Ddumpstack_64.cdiff 3d02a9c48d479eb58841805baaf93c5a084b6010 Fri Nov 18 18:46:23 CET 2016 Josh Poimboeuf <jpoimboe@redhat.com> x86/dumpstack: Make stack name tags more comprehensible

NMI stack dumps are bracketed by the following tags:

<NMI>
...
<EOE>

The ending tag is kind of confusing if you don't already know what "EOE"
means (end of exception). The same ending tag is also used to mark the
end of all other exceptions' stacks. For example:

<#DF>
...
<EOE>

And similarly, "EOI" is used as the ending tag for interrupts:

<IRQ>
...
<EOI>

Change the tags to be more comprehensible by making them symmetrical and
more XML-esque:

<NMI>
...
</NMI>

<#DF>
...
</#DF>

<IRQ>
...
</IRQ>

Signed-off-by: Josh Poimboeuf <jpoimboe@redhat.com>
Acked-by: Frederic Weisbecker <fweisbec@gmail.com>
Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Cc: Andy Lutomirski <luto@kernel.org>
Cc: Borislav Petkov <bp@alien8.de>
Cc: Brian Gerst <brgerst@gmail.com>
Cc: Denys Vlasenko <dvlasenk@redhat.com>
Cc: H. Peter Anvin <hpa@zytor.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/180196e3754572540b595bc56b947d43658979a7.1479491159.git.jpoimboe@redhat.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
H A Ddumpstack.cdiff 3d02a9c48d479eb58841805baaf93c5a084b6010 Fri Nov 18 18:46:23 CET 2016 Josh Poimboeuf <jpoimboe@redhat.com> x86/dumpstack: Make stack name tags more comprehensible

NMI stack dumps are bracketed by the following tags:

<NMI>
...
<EOE>

The ending tag is kind of confusing if you don't already know what "EOE"
means (end of exception). The same ending tag is also used to mark the
end of all other exceptions' stacks. For example:

<#DF>
...
<EOE>

And similarly, "EOI" is used as the ending tag for interrupts:

<IRQ>
...
<EOI>

Change the tags to be more comprehensible by making them symmetrical and
more XML-esque:

<NMI>
...
</NMI>

<#DF>
...
</#DF>

<IRQ>
...
</IRQ>

Signed-off-by: Josh Poimboeuf <jpoimboe@redhat.com>
Acked-by: Frederic Weisbecker <fweisbec@gmail.com>
Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Cc: Andy Lutomirski <luto@kernel.org>
Cc: Borislav Petkov <bp@alien8.de>
Cc: Brian Gerst <brgerst@gmail.com>
Cc: Denys Vlasenko <dvlasenk@redhat.com>
Cc: H. Peter Anvin <hpa@zytor.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/180196e3754572540b595bc56b947d43658979a7.1479491159.git.jpoimboe@redhat.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>