systemd: Add CONFIG_PSI to the kernel configuration to get systemd-oomd

to work.

Note that it just skips bringing systemd-oomd up when not present, and
does not fail the startup process.
This commit is contained in:
Douglas R. Reno 2022-01-03 12:03:45 -06:00
parent cd99aff683
commit d21ec2fcbb
2 changed files with 12 additions and 0 deletions

View File

@ -39,6 +39,16 @@
<listitem revision="sysv"> or <listitem revision="systemd"> as
appropriate for the entry or if needed the entire day's listitem.
-->
<listitem revision="systemd">
<para>2021-01-03</para>
<itemizedlist>
<listitem>
<para>[renodr] - Add additional kernel configuration to allow for
'systemd-oomd' to function.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>2022-01-01</para>
<itemizedlist>

View File

@ -122,6 +122,8 @@ Device Drivers ---&gt;
[ ] Enable deprecated sysfs features to support old userspace tools [CONFIG_SYSFS_DEPRECATED]
[*] Configure standard kernel features (expert users) [CONFIG_EXPERT] ---&gt;
[*] open by fhandle syscalls [CONFIG_FHANDLE]
CPU/Task time and stats accounting ---&gt;
[*] Pressure stall information tracking [CONFIG_PSI]
Firmware Drivers ---&gt;
[*] Export DMI identification via sysfs to userspace [CONFIG_DMIID]
General architecture-dependent options ---&gt;