Changeset 3b3454a


Ignore:
Timestamp:
08/02/2023 10:30:10 PM (11 months ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib
Children:
741890d
Parents:
69793ff1 (diff), c7c6c154 (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:

Automatic merge of trunk into multilib

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter08/procps.xml

    r69793ff1 r3b3454a  
    8383
    8484<screen><userinput remap="test">make check</userinput></screen>
    85 
    86     <!-- It's because "free -v" shows "used" greater than "total", and
    87          a negative "free" for "Comm" line.  The "total" value is from
    88          "CommitLimit" in /proc/meminfo, which is the limit for one process.
    89          But the "used" value is from "Committed_AS" in the same file,
    90          which is the total commited virtual memory space of all processes.
    91          I'll make a report to upstream anyway.  -->
    92     <para>One test named <filename>free with commit</filename>
    93     may fail if some applications with a custom memory allocator (for
    94     example, JVM and Web browsers) are running on the host distro.</para>
    9585
    9686    <para>Install the package:</para>
  • chapter10/kernel/systemd.toml

    r69793ff1 r3b3454a  
    2222IPV6='*'
    2323FW_LOADER=' *'
    24 FW_LOADER_USER_HELPER='*'
     24FW_LOADER_USER_HELPER=' '
    2525DMIID='*'
    2626INOTIFY_USER='*'
  • chapter10/kernel/systemd.xml

    r69793ff1 r3b3454a  
    3737    <emphasis role='blue'>F</emphasis>irmware loader ---&gt;
    3838      &lt; /*&gt; <emphasis role='blue'>F</emphasis>irmware loading facility                                [FW_LOADER]
    39       [*]     <emphasis role='blue'>E</emphasis>nable the firmware sysfs fallback mechanism
     39      [ ]     <emphasis role='blue'>E</emphasis>nable the firmware sysfs fallback mechanism
    4040                                                    ...  [FW_LOADER_USER_HELPER]
    4141  <emphasis role='blue'>F</emphasis>irmware Drivers ---&gt;
Note: See TracChangeset for help on using the changeset viewer.