mirror_zfs/module/icp
Attila Fülöp cdc27fd061 ICP: Silence objtool "stack pointer realignment" warnings
Objtool requires the use of a DRAP register while aligning the
stack. Since a DRAP register is a gcc concept and we are
notoriously low on registers in the crypto code, it's not worth
the effort to mimic gcc generated stack realignment.

We simply silence the warning by adding the offending object files
to OBJECT_FILES_NON_STANDARD.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Attila Fülöp <attila@fueloep.org>
Closes #6950
Closes #11914
2021-04-19 15:22:58 -07:00
..
algs Fix various typos 2021-04-07 13:27:11 -07:00
api Remove checks for null out value in encryption paths 2020-03-26 10:41:57 -07:00
asm-x86_64 ICP: gcm: Allocate hash subkey table separately 2020-10-30 15:24:21 -07:00
core Extending FreeBSD UIO Struct 2021-01-20 21:27:30 -08:00
include ICP: gcm: Allocate hash subkey table separately 2020-10-30 15:24:21 -07:00
io Extending FreeBSD UIO Struct 2021-01-20 21:27:30 -08:00
os Replace sprintf()->snprintf() and strcpy()->strlcpy() 2020-06-07 11:42:12 -07:00
spi Fix strdup conflict on other platforms 2019-10-10 09:47:06 -07:00
illumos-crypto.c Fix typos in modules/icp/ 2019-08-30 14:26:07 -07:00
Makefile.in ICP: Silence objtool "stack pointer realignment" warnings 2021-04-19 15:22:58 -07:00