[PATCH v10 12/20] x86/asm/crypto: Create stack frames in aesni-intel_asm.S

2015-08-13 Thread Josh Poimboeuf
aesni-intel_asm.S has several callable non-leaf functions which don't honor CONFIG_FRAME_POINTER, which can result in bad stack traces. Create stack frames for them when CONFIG_FRAME_POINTER is enabled. Signed-off-by: Josh Poimboeuf Cc: Herbert Xu Cc: "David S. Miller" ---

[PATCH v10 12/20] x86/asm/crypto: Create stack frames in aesni-intel_asm.S

2015-08-13 Thread Josh Poimboeuf
aesni-intel_asm.S has several callable non-leaf functions which don't honor CONFIG_FRAME_POINTER, which can result in bad stack traces. Create stack frames for them when CONFIG_FRAME_POINTER is enabled. Signed-off-by: Josh Poimboeuf jpoim...@redhat.com Cc: Herbert Xu herb...@gondor.apana.org.au