Automatic merge of trunk into multilib

This commit is contained in:
Thomas Trepl 2024-06-03 00:30:10 +02:00
commit 30d408c8a1
2 changed files with 3 additions and 3 deletions

View File

@ -48,10 +48,10 @@
<screen><userinput remap="pre">sed -i -e 's/GROUP="render"/GROUP="video"/' \
-e 's/GROUP="sgx", //' rules.d/50-udev-default.rules.in</userinput></screen>
<para>Next, fix compatibility with linux-6.9 and later:</para>
<para>Next, fix compatibility with API headers from linux-6.9 and later:</para>
<screen><userinput remap="pre">sed -i '/DEVMEM_MAGIC 0/{n;n;a \
/* cb12fd8e0dabb9a1c8aef55a6a41e2c255fcdf4b (6.8) */
/* cb12fd8e0dabb9a1c8aef55a6a41e2c255fcdf4b (6.8) */ \
#ifndef PID_FS_MAGIC \
#define PID_FS_MAGIC 0x50494446 \
#endif

View File

@ -55,7 +55,7 @@
<screen><userinput remap="pre">sed '/systemd-sysctl/s/^/#/' -i rules.d/99-systemd.rules.in</userinput></screen>
<para>Next, fix compatibility with linux-6.9 and later:</para>
<para>Next, fix compatibility with API headers from linux-6.9 and later:</para>
<screen><userinput remap="pre">sed -i '/DEVMEM_MAGIC 0/{n;n;a \
/* cb12fd8e0dabb9a1c8aef55a6a41e2c255fcdf4b (6.8) */ \