Changeset 434e3e0 for general/genlib


Ignore:
Timestamp:
01/25/2024 09:34:11 AM (5 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.1, ken/TL2024, lazarus, rahul/power-profiles-daemon, trunk, xry111/llvm18
Children:
86b3ae3
Parents:
808fe3aa
git-author:
Xi Ruoyao <xry111@…> (01/25/2024 09:32:22 AM)
git-committer:
Xi Ruoyao <xry111@…> (01/25/2024 09:34:11 AM)
Message:

keyutils: Use generic kernel config rendering

Location:
general/genlib
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/keyutils.xml

    r808fe3aa r434e3e0  
    7777  </sect2>
    7878
     79  <sect2 role="kernel" id="keyutils-test-kernel">
     80    <title>Kernel Configuration</title>
     81
     82    <para>
     83      If running the test suite, some tests needs the following kernel
     84      features enabled:
     85    </para>
     86
     87    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     88      href="keyutils-test-kernel.xml"/>
     89
     90    <indexterm zone="keyutils keyutils-test-kernel">
     91      <primary sortas="d-keyutils">keyutils (testing)</primary>
     92    </indexterm>
     93  </sect2>
    7994  <sect2 role="installation">
    8095    <title>Installation of keyutils</title>
     
    102117
    103118    <para>
    104       Note that several tests will fail if certain uncommon kernel options
    105       were not used when the kernel was built. These include CONFIG_BIG_KEYS,
    106       CONFIG_KEY_DH_OPERATIONS, CONFIG_CRYPTO_DH,
    107       CONFIG_SECONDARY_TRUSTED_KEYRING, and CONFIG_SYSTEM_BLACKLIST_KEYRING.
    108119      If <xref linkend='lsb-tools'/> is not installed, the test suite will
    109120      output some lines complaining the <command>lsb_release</command>
Note: See TracChangeset for help on using the changeset viewer.