Skip to content
Commit e909be82 authored by Vincent Wen's avatar Vincent Wen Committed by Ralf Baechle
Browse files

MIPS: Fix Magic SysRq L kernel crash.



show_backtrace() was passed a NULL pointer which caused paging
request fail. Set to current task as other architectures (ARM,
etc) do when passed a NULL task pointer.

Signed-off-by: default avatarVincent Wen <vincentwenlinux@gmail.com>
Cc: linux-mips@linux-mips.org
Cc: cernekee@gmail.com
Patchwork: https://patchwork.linux-mips.org/patch/3524/


Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent ca760ca5
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment