[PATCH v12 11/21] x86/reboot: Add ljmp instructions to stacktool whitelist

2015-09-09 Thread Josh Poimboeuf
stacktool reports a false positive warning for the ljmp instruction in machine_real_restart(). Normally, ljmp isn't allowed in a function, but this is a special case where it's jumping into real mode. Add the jumps to a whitelist which tells stacktool to ignore them. Signed-off-by: Josh

[PATCH v12 11/21] x86/reboot: Add ljmp instructions to stacktool whitelist

2015-09-09 Thread Josh Poimboeuf
stacktool reports a false positive warning for the ljmp instruction in machine_real_restart(). Normally, ljmp isn't allowed in a function, but this is a special case where it's jumping into real mode. Add the jumps to a whitelist which tells stacktool to ignore them. Signed-off-by: Josh