You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Warnings on compilation produced by this compiler .
# gcc --version
gcc (Ubuntu 8.3.0-6ubuntu1) 8.3.0
These are also present in previous (<#280) releases.
As warnings (and not errors) the build continues - but it does leave a doubt if the
module functions as it should.
Describe how to reproduce the problem
git clone
cd zfs
./autogen
./configure prefix=
make
Include any warning/errors/backtraces from the system logs
Example:
Making all in module
/zfs_on_linux/zfs/module/icp/asm-x86_64/sha1/sha1-x86_64.o: warning: objtool: sha1_block_data_order()+0x11: unsupported stack pointer realignment
/zfs_on_linux/zfs/module/icp/asm-x86_64/sha2/sha256_impl.o: warning: objtool: SHA256TransformBlocks()+0x19: unsupported stack pointer realignment
/zfs_on_linux/zfs/module/icp/asm-x86_64/sha2/sha512_impl.o: warning: objtool: SHA512TransformBlocks()+0x1c: unsupported stack pointer realignment
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as "stale" because it has not had any activity for a while. It will be closed in 90 days if no further activity occurs. Thank you for your contributions.
System information
Describe the problem you're observing
Warnings on compilation produced by this compiler .
These are also present in previous (<#280) releases.
As warnings (and not errors) the build continues - but it does leave a doubt if the
module functions as it should.
Describe how to reproduce the problem
git clone
cd zfs
./autogen
./configure prefix=
make
Include any warning/errors/backtraces from the system logs
Example:
The text was updated successfully, but these errors were encountered: