aboutsummaryrefslogtreecommitdiffstats
path: root/module/icp/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'module/icp/Makefile.in')
-rw-r--r--module/icp/Makefile.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/module/icp/Makefile.in b/module/icp/Makefile.in
index 09ffb6fa4..858c5a610 100644
--- a/module/icp/Makefile.in
+++ b/module/icp/Makefile.in
@@ -69,6 +69,12 @@ $(MODULE)-$(CONFIG_X86) += algs/aes/aes_impl_x86-64.o
# utility tries to interpret them as opcodes and obviously fails doing so.
OBJECT_FILES_NON_STANDARD_aesni-gcm-x86_64.o := y
OBJECT_FILES_NON_STANDARD_ghash-x86_64.o := y
+# Suppress objtool "unsupported stack pointer realignment" warnings. We are
+# not using a DRAP register while aligning the stack to a 64 byte boundary.
+# See #6950 for the reasoning.
+OBJECT_FILES_NON_STANDARD_sha1-x86_64.o := y
+OBJECT_FILES_NON_STANDARD_sha256_impl.o := y
+OBJECT_FILES_NON_STANDARD_sha512_impl.o := y
ICP_DIRS = \
api \