Changeset 2f098e4


Ignore:
Timestamp:
08/26/2022 12:31:33 PM (20 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/arm64, xry111/arm64-12.0
Children:
cfc0780
Parents:
3d13efb
git-author:
Xi Ruoyao <xry111@…> (08/26/2022 09:53:26 AM)
git-committer:
Xi Ruoyao <xry111@…> (08/26/2022 12:31:33 PM)
Message:

arm64: remove x86_64 specific x2apic kernel features

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter10/kernel.xml

    r3d13efb r2f098e4  
    151151        [*] Tmpfs POSIX Access Control Lists [CONFIG_TMPFS_POSIX_ACL]</screen>
    152152
    153       <para>Enable some additional features if you are building a 64-bit
    154       system.  If you are using menuconfig, enable them in the order of
    155       <parameter>CONFIG_PCI_MSI</parameter> first, then
    156       <parameter>CONFIG_IRQ_REMAP</parameter>, at last
    157       <parameter>CONFIG_X86_X2APIC</parameter> because an option only
    158       shows up after its dependencies are selected.</para>
    159 
    160       <screen role="nodump">Processor type and features ---&gt;
    161   [*] Support x2apic [CONFIG_X86_X2APIC]
    162 Memory Management options  ---&gt;
    163   [ ] Enable userfaultfd() system call [CONFIG_USERFAULTFD]
    164 Device Drivers ---&gt;
    165   [*] PCI Support ---&gt; [CONFIG_PCI]
    166     [*] Message Signaled Interrupts (MSI and MSI-X) [CONFIG_PCI_MSI]
    167   [*] IOMMU Hardware Support ---&gt; [CONFIG_IOMMU_SUPPORT]
    168     [*] Support for Interrupt Remapping [CONFIG_IRQ_REMAP]</screen>
     153      <para>Disable a feature which is security compromised in this kernel
     154      release:</para>
     155
     156      <screen role="nodump">Memory Management options  ---&gt;
     157  [ ] Enable userfaultfd() system call [CONFIG_USERFAULTFD]</screen>
    169158    </note>
    170159
     
    240229          upon switching to root filesystem just before starting
    241230          init.</para>
    242         </listitem>
    243       </varlistentry>
    244 
    245       <varlistentry>
    246         <term><parameter>Support x2apic</parameter></term>
    247         <listitem>
    248           <para>Support running the interrupt controller of 64-bit x86
    249           processors in x2APIC mode.  x2APIC may be enabled by firmware on
    250           64-bit x86 systems, and a kernel without this option enabled will
    251           panic on boot if x2APIC is enabled by firmware.  This option has
    252           has no effect, but also does no harm if x2APIC is disabled by the
    253           firmware.</para>
    254231        </listitem>
    255232      </varlistentry>
Note: See TracChangeset for help on using the changeset viewer.