[tip: x86/core] x86/dumpstack: Fix misleading instruction pointer error message

2020-10-02 Thread tip-bot2 for Mark Mossberg
The following commit has been merged into the x86/core branch of tip: Commit-ID: 238c91115cd05c71447ea071624a4c9fe661f970 Gitweb: https://git.kernel.org/tip/238c91115cd05c71447ea071624a4c9fe661f970 Author:Mark Mossberg AuthorDate:Fri, 02 Oct 2020 04:29:16 Committer

[PATCH v2] x86/dumpstack: Fix misleading instruction pointer error message

2020-10-01 Thread Mark Mossberg
This patch changes the message to state the error condition more precisely. Thanks to Jann Horn for help with understanding OOM reclamation. Signed-off-by: Mark Mossberg --- arch/x86/kernel/dumpstack.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arch/x86/kernel/dumpstack.c

[PATCH] x86/dumpstack: Fix misleading instruction pointer error message

2020-09-25 Thread Mark Mossberg
larm users. This patch changes the message printed for userspace pointers to more accurately reflect the possible reasons why the code cannot be dumped. Signed-off-by: Mark Mossberg --- arch/x86/kernel/dumpstack.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/arch/