Ignore:
Timestamp:
03/08/2023 12:03:55 PM (14 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/arm64, xry111/arm64-12.0
Children:
70f30e9
Parents:
95105f3 (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/arm64

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter10/kernel.xml

    r95105f3 r7160772  
    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]
     
    141142      [*] Memory controller [CONFIG_MEMCG]
    142143   [ ] Enable deprecated sysfs features to support old userspace tools [CONFIG_SYSFS_DEPRECATED]
    143    [*] Configure standard kernel features (expert users) [CONFIG_EXPERT] ---&gt;
    144       [*] open by fhandle syscalls [CONFIG_FHANDLE]
     144   [ ] Configure standard kernel features (expert users) [CONFIG_EXPERT]
    145145General architecture-dependent options  ---&gt;
    146146   [*] Enable seccomp to safely compute untrusted bytecode [CONFIG_SECCOMP]
     
    228228
    229229      <varlistentry>
     230        <term>
     231          <parameter>
     232            Configure standard kernel features (expert users)
     233          </parameter>
     234        </term>
     235        <listitem>
     236          <para>This will make some options show up in the configuration
     237          interface but changing those options may be dangerous.  Do not use
     238          this unless you know what you are doing.</para>
     239        </listitem>
     240      </varlistentry>
     241
     242      <varlistentry>
    230243        <term><parameter>Strong Stack Protector</parameter></term>
    231244        <listitem>
Note: See TracChangeset for help on using the changeset viewer.