HomeFreeBSD

Fix channel programs on s390x

Description

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

Details

Provenance
Brian Behlendorf <behlendorf1@llnl.gov>Authored on Jul 29 2019, 1:15 AM
GitHub <noreply@github.com>Committed on Jul 29 2019, 1:15 AM
Parents
rG453bb4791e7d: Race between zfs-share and zfs-mount services
Branches
Unknown
Tags
Unknown

Event Timeline

GitHub <noreply@github.com> committed rGadf495e23982: Fix channel programs on s390x (authored by Brian Behlendorf <behlendorf1@llnl.gov>).Jul 29 2019, 1:15 AM