[PATCH v12 20/21] x86/asm/efi: Create a stack frame in efi_call()

2015-09-09 Thread Josh Poimboeuf
efi_call() is a callable non-leaf function which doesn't honor CONFIG_FRAME_POINTER, which can result in bad stack traces. Create a stack frame for it when CONFIG_FRAME_POINTER is enabled. Signed-off-by: Josh Poimboeuf Reviewed-by: Matt Fleming --- arch/x86/platform/efi/efi_stub_64.S | 3 +++

[PATCH v12 20/21] x86/asm/efi: Create a stack frame in efi_call()

2015-09-09 Thread Josh Poimboeuf
efi_call() is a callable non-leaf function which doesn't honor CONFIG_FRAME_POINTER, which can result in bad stack traces. Create a stack frame for it when CONFIG_FRAME_POINTER is enabled. Signed-off-by: Josh Poimboeuf Reviewed-by: Matt Fleming ---