]> Git Repo - linux.git/commit
x86/stacktrace: Remove the pointless ULONG_MAX marker
authorThomas Gleixner <[email protected]>
Wed, 10 Apr 2019 10:27:56 +0000 (12:27 +0200)
committerThomas Gleixner <[email protected]>
Sun, 14 Apr 2019 17:58:27 +0000 (19:58 +0200)
commitc5c27a0a583844c69a433039e4fd6396ba23551b
treecaee0c7cc12f7a26ad24b1b02bccb177da636a19
parentfdc7833964d83b7f7f39a03e2ee48a229ba0291f
x86/stacktrace: Remove the pointless ULONG_MAX marker

Terminating the last trace entry with ULONG_MAX is a completely pointless
exercise and none of the consumers can rely on it because it's
inconsistently implemented across architectures. In fact quite some of the
callers remove the entry and adjust stack_trace.nr_entries afterwards.

Signed-off-by: Thomas Gleixner <[email protected]>
Acked-by: Peter Zijlstra (Intel) <[email protected]>
Cc: Josh Poimboeuf <[email protected]>
Cc: Andy Lutomirski <[email protected]>
Cc: Steven Rostedt <[email protected]>
Cc: Alexander Potapenko <[email protected]>
Link: https://lkml.kernel.org/r/[email protected]
arch/x86/kernel/stacktrace.c
This page took 0.058253 seconds and 4 git commands to generate.