Changeset a8c261b for chapter10


Ignore:
Timestamp:
03/08/2023 12:06:01 PM (16 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/clfs-ng
Children:
6bced9f
Parents:
a33431c (diff), 835e40c (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:

Merge remote-tracking branch 'origin/trunk' into xry111/clfs-ng

The change for hostreq.xml in trunk is dropped because CLFS does not
need the host /dev/pts.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter10/kernel.xml

    ra33431c ra8c261b  
    112112   [ ] Compile the kernel with warnings as errors [CONFIG_WERROR]
    113113   &lt; &gt; Enable kernel headers through /sys/kernel/kheaders.tar.xz [CONFIG_IKHEADERS]
     114   [ ] Configure standard kernel features (expert users) [CONFIG_EXPERT]
    114115General architecture-dependent options  ---&gt;
    115116   [*] Stack Protector buffer overflow detection [CONFIG_STACKPROTECTOR]
     
    138139      [*] Memory controller [CONFIG_MEMCG]
    139140   [ ] 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]
     141   [ ] Configure standard kernel features (expert users) [CONFIG_EXPERT]
    142142General architecture-dependent options  ---&gt;
    143143   [*] Enable seccomp to safely compute untrusted bytecode [CONFIG_SECCOMP]
     
    238238
    239239      <varlistentry>
     240        <term>
     241          <parameter>
     242            Configure standard kernel features (expert users)
     243          </parameter>
     244        </term>
     245        <listitem>
     246          <para>This will make some options show up in the configuration
     247          interface but changing those options may be dangerous.  Do not use
     248          this unless you know what you are doing.</para>
     249        </listitem>
     250      </varlistentry>
     251
     252      <varlistentry>
    240253        <term><parameter>Strong Stack Protector</parameter></term>
    241254        <listitem>
Note: See TracChangeset for help on using the changeset viewer.