aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter08/util-linux.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/chapter08/util-linux.xml b/chapter08/util-linux.xml
index ccf8b3cd0..44d55697d 100644
--- a/chapter08/util-linux.xml
+++ b/chapter08/util-linux.xml
@@ -101,7 +101,11 @@
su tester -c "make -k check"</userinput></screen>
<para>The <emphasis>hardlink</emphasis> tests will fail if the host's kernel
- does not have the option CONFIG_CRYPTO_USER_API_HASH set. In addition,
+ does not have the option <option>CONFIG_CRYPTO_USER_API_HASH</option>
+ enabled or does not have any options providing a SHA256 implementation
+ (for example, <option>CONFIG_CRYPTO_SHA256</option>, or
+ <option>CONFIG_CRYPTO_SHA256_SSSE3</option> if the CPU supports
+ Supplemental SSE3) enabled. In addition,
two sub-tests from misc: mbsencode and one sub-test from script: replay are
known to fail.</para>