Comment 0 for bug 1599219

Revision history for this message
Colin Ian King (colin-king) wrote :

spl 0.6.5.7 has the following do_div fix that should be SRU'd to spl-linux 0.6.5.6 for Xenial:

[PATCH] Fix do_div() types in condvar:timeout

The do_div() macro expects unsigned types and this is detected in
powerpc implementation of do_div().

Signed-off-by: Brian Behlendorf <email address hidden>
Closes #516