Ignore:
Timestamp:
03/08/2023 05:17:41 PM (19 months ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib, xry111/multilib
Children:
2858f02
Parents:
d09e490 (diff), d0a9bda4 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Automatic merge of trunk into multilib

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter10/kernel.xml

    rd09e490 rce49ad6  
    9797    <ulink url="http://www.kroah.com/lkn/"/> </para>
    9898
    99     <note>
     99    <caution>
    100100      <para>A good starting place for setting up the kernel configuration is to
    101101      run <command>make defconfig</command>. This will set the base
     
    103103      into account.</para>
    104104
     105      <para>Do not disable any option enabled by <command>make
     106      defconfig</command> unless the following note explicitly makes it
     107      disabled or you really know what you are doing.</para>
     108    </caution>
     109
     110    <note>
    105111      <para>Be sure to enable/disable/set the following features or the system might
    106112      not work correctly or boot at all:</para>
     
    112118   [ ] Compile the kernel with warnings as errors [CONFIG_WERROR]
    113119   &lt; &gt; Enable kernel headers through /sys/kernel/kheaders.tar.xz [CONFIG_IKHEADERS]
     120   [ ] Configure standard kernel features (expert users) [CONFIG_EXPERT]
    114121General architecture-dependent options  ---&gt;
    115122   [*] Stack Protector buffer overflow detection [CONFIG_STACKPROTECTOR]
     
    138145      [*] Memory controller [CONFIG_MEMCG]
    139146   [ ] Enable deprecated sysfs features to support old userspace tools [CONFIG_SYSFS_DEPRECATED]
    140    [*] Configure standard kernel features (expert users) [CONFIG_EXPERT] ---&gt;
    141       [*] open by fhandle syscalls [CONFIG_FHANDLE]
     147   [ ] Configure standard kernel features (expert users) [CONFIG_EXPERT]
    142148General architecture-dependent options  ---&gt;
    143149   [*] Enable seccomp to safely compute untrusted bytecode [CONFIG_SECCOMP]
     
    270276
    271277      <varlistentry>
     278        <term>
     279          <parameter>
     280            Configure standard kernel features (expert users)
     281          </parameter>
     282        </term>
     283        <listitem>
     284          <para>This will make some options show up in the configuration
     285          interface but changing those options may be dangerous.  Do not use
     286          this unless you know what you are doing.</para>
     287        </listitem>
     288      </varlistentry>
     289
     290      <varlistentry>
    272291        <term><parameter>Strong Stack Protector</parameter></term>
    273292        <listitem>
Note: See TracChangeset for help on using the changeset viewer.