]> git.ipfire.org Git - thirdparty/linux.git/commit
lib/dump_stack: report process UID in dump_stack_print_info()
authorSuren Baghdasaryan <surenb@google.com>
Sat, 15 Jun 2024 04:13:58 +0000 (21:13 -0700)
committerAndrew Morton <akpm@linux-foundation.org>
Tue, 25 Jun 2024 05:25:11 +0000 (22:25 -0700)
commitd2917ff19962951399bc33f596648836cc5a0be4
tree670e82ab2841820a4251ca203e03b72460bb133a
parent326c34efe3d1761686c385ff774b00012f1e1fc0
lib/dump_stack: report process UID in dump_stack_print_info()

To make it easier to identify the crashing process, report effective UID
when dumping the stack.

Link: https://lkml.kernel.org/r/20240615041358.103791-1-surenb@google.com
Signed-off-by: Suren Baghdasaryan <surenb@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
lib/dump_stack.c