]> git.baikalelectronics.ru Git - kernel.git/commit
arm64: Show three registers per line
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Tue, 20 Apr 2021 17:22:45 +0000 (18:22 +0100)
committerCatalin Marinas <catalin.marinas@arm.com>
Fri, 23 Apr 2021 17:00:51 +0000 (18:00 +0100)
commit5673b1466fd380573806b83a1659aa59a7d5ca09
treefd4017c6bf610146e1254b89ae86ec149832c8df
parentcc4e196c63b5501f41f9138c43d4b11d6861fe6d
arm64: Show three registers per line

Displaying two registers per line takes 15 lines.  That improves to just
10 lines if we display three registers per line, which reduces the amount
of information lost when oopses are cut off.  It stays within 80 columns
and matches x86-64.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Reviewed-by: Kees Cook <keescook@chromium.org>
Acked-by: Will Deacon <will@kernel.org>
Link: https://lore.kernel.org/r/20210420172245.3679077-1-willy@infradead.org
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm64/kernel/process.c