diff options
author | Xi Ruoyao <xry111@xry111.site> | 2023-04-16 18:29:24 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2023-04-16 20:21:50 +0800 |
commit | e310df86e51ac70e861e76a9d15be62f6b2a4085 (patch) | |
tree | 83914cace5d35ff40eff35ad48c1139c1dbc9249 /chapter08 | |
parent | d1cbe535c1fe4d610fb7188179646ded1c499196 (diff) |
util-linux: Clarify the condition of hardlink failure
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/util-linux.xml | 6 |
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> |