Changeset a710d35


Ignore:
Timestamp:
09/11/2022 04:01:31 AM (20 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, bdubbs/gcc13, multilib, renodr/libudev-from-systemd, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
e5aa02fe
Parents:
e502de1
Message:

Revert "linux kernel: disable CONFIG_USERFAULTFD to avoid CVE-2022-2590 for now"

This reverts commit 098f4de3369ae0fc7d50fc6060b059eb5627de4e.

CVE-2022-2590 is fixed in Linux >= 5.19.6.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter10/kernel.xml

    re502de1 ra710d35  
    160160      <screen role="nodump">Processor type and features ---&gt;
    161161  [*] Support x2apic [CONFIG_X86_X2APIC]
    162 Memory Management options  ---&gt;
    163   [ ] Enable userfaultfd() system call [CONFIG_USERFAULTFD]
    164162Device Drivers ---&gt;
    165163  [*] PCI Support ---&gt; [CONFIG_PCI]
     
    252250          has no effect, but also does no harm if x2APIC is disabled by the
    253251          firmware.</para>
    254         </listitem>
    255       </varlistentry>
    256 
    257       <varlistentry>
    258         <term><parameter>Enable userfaultfd() system call</parameter></term>
    259         <listitem>
    260           <para>If this option is enabled, a security vulnerability not
    261           resolved in Linux-&linux-version; yet will be exploitable.
    262           Disable this option to avoid the vulnerability.  This system call
    263           is not used by any part of LFS or BLFS.</para>
    264252        </listitem>
    265253      </varlistentry>
Note: See TracChangeset for help on using the changeset viewer.