]> granicus.if.org Git - zfs/commit
Fix channel programs on s390x
authorBrian Behlendorf <behlendorf1@llnl.gov>
Mon, 29 Jul 2019 01:15:26 +0000 (18:15 -0700)
committerGitHub <noreply@github.com>
Mon, 29 Jul 2019 01:15:26 +0000 (18:15 -0700)
commitadf495e23982f2f94b468806fa059358fcab0c88
treeef57c17013c36d1ce2bbc6ce776a2f4be4da57ae
parent453bb4791e7d0479643ce340818106ab878b562b
Fix channel programs on s390x

When adapting the original sources for s390x the JMP_BUF_CNT was
mistakenly halved due to an incorrect assumption of the size of
a unsigned long.  They are 8 bytes for the s390x architecture.
Increase JMP_BUF_CNT accordingly.

Authored-by: Don Brady <don.brady@delphix.com>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reported-by: Colin Ian King <canonical.com>
Tested-by: Colin Ian King <canonical.com>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #8992
Closes #9080
module/lua/ldo.c