OSDN Git Service

exit/doublefault: Remove apparently bogus comment about rewind_stack_do_exit
authorEric W. Biederman <ebiederm@xmission.com>
Wed, 20 Oct 2021 17:43:47 +0000 (12:43 -0500)
committerEric W. Biederman <ebiederm@xmission.com>
Wed, 20 Oct 2021 18:09:43 +0000 (13:09 -0500)
commit6ab80d88f82e84e331e79ca4b7e2ca2fe63c8c2f
tree9463757d92e615eab4c18b574e20b00bd55b8b58
parent6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f
exit/doublefault: Remove apparently bogus comment about rewind_stack_do_exit

I do not see panic calling rewind_stack_do_exit anywhere, nor can I
find anywhere in the history where doublefault_shim has called
rewind_stack_do_exit.  So I don't think this comment was ever actually
correct.

Cc: Andy Lutomirski <luto@kernel.org>
Fixes: 7d8d8cfdee9a ("x86/doublefault/32: Rewrite the x86_32 #DF handler and unify with 64-bit")
Link: https://lkml.kernel.org/r/20211020174406.17889-1-ebiederm@xmission.com
Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
arch/x86/kernel/doublefault_32.c