Changeset 8630ec3 for chapter10


Ignore:
Timestamp:
05/30/2024 11:35:35 AM (3 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.2, 12.2-rc1, multilib, trunk, xry111/arm64, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.2
Children:
6acfe2e, b13c43a
Parents:
32c050cb
Message:

[systemd] Disable RT_GROUP_SCHED

Link: https://github.com/systemd/systemd/issues/13781#issuecomment-549164383

Location:
chapter10/kernel
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter10/kernel/kernel.version

    r32c050cb r8630ec3  
    1 6.8.2
     16.8.9
  • chapter10/kernel/systemd.toml

    r32c050cb r8630ec3  
    2424TMPFS='*'
    2525TMPFS_POSIX_ACL='*'
     26CGROUP_SCHED='* '
     27
     28[RT_GROUP_SCHED]
     29value = ' '
     30comment = 'This may cause some systemd features malfunction'
    2631
    2732revision='systemd'
  • chapter10/kernel/systemd.xml

    r32c050cb r8630ec3  
    44<!-- Automatically generated by kernel-config.py
    55     DO NOT EDIT! -->
    6 <screen role="nodump" revision="systemd"><emphasis role='blue'>G</emphasis>eneral setup ---&gt;
     6<screen role="nodump"><emphasis role='blue'>G</emphasis>eneral setup ---&gt;
    77  [ ] <emphasis role='blue'>C</emphasis>ompile the kernel with warnings as errors                        [WERROR]
    88  <emphasis role='blue'>C</emphasis>PU/Task time and stats accounting ---&gt;
     
    1212  &lt; &gt; <emphasis role='blue'>E</emphasis>nable kernel headers through /sys/kernel/kheaders.tar.xz      [IKHEADERS]
    1313  [*] <emphasis role='blue'>C</emphasis>ontrol Group support ---&gt;                                       [CGROUPS]
    14     [*] M<emphasis role='blue'>e</emphasis>mory controller                                                [MEMCG]
     14    [*]   M<emphasis role='blue'>e</emphasis>mory controller                                              [MEMCG]
     15    [ /*] <emphasis role='blue'>C</emphasis>PU controller ---&gt;                                     [CGROUP_SCHED]
     16      # This may cause some systemd features malfunction:
     17      [ ] <emphasis role='blue'>G</emphasis>roup scheduling for SCHED_RR/FIFO                    [RT_GROUP_SCHED]
    1518  [ ] <emphasis role='blue'>C</emphasis>onfigure standard kernel features (expert users) ---&gt;            [EXPERT]
    1619
Note: See TracChangeset for help on using the changeset viewer.