Ignore:
Timestamp:
06/03/2024 10:53:11 AM (3 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.2, gimp3, lazarus, trunk, xry111/for-12.3, xry111/spidermonkey128
Children:
7b2d1d7
Parents:
dd8803c
git-author:
Xi Ruoyao <xry111@…> (06/02/2024 11:48:23 AM)
git-committer:
Xi Ruoyao <xry111@…> (06/03/2024 10:53:11 AM)
Message:

systemd: Sync linux-6.9 API header compatibility from LFS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/systemd.xml

    rdd8803c r0f7b1c4  
    177177       -e 's/GROUP="sgx", //' rules.d/50-udev-default.rules.in</userinput></screen>
    178178
     179     <para>
     180       Next, fix compatibility with API headers from linux-6.9 and later:
     181     </para>
     182
     183<screen><userinput remap="pre">sed -i '/DEVMEM_MAGIC 0/{n;n;a \
     184/* cb12fd8e0dabb9a1c8aef55a6a41e2c255fcdf4b (6.8) */ \
     185#ifndef PID_FS_MAGIC \
     186#define PID_FS_MAGIC 0x50494446 \
     187#endif
     188}' src/basic/missing_magic.h
     189
     190sed -i '/OVERLAYFS_SUPER_MAGIC/a \
     191pidfs,           {PID_FS_MAGIC}' src/basic/filesystems-gperf.gperf</userinput></screen>
     192
    179193    <para>
    180194      Now fix a security vulnerability in the DNSSEC verification of
Note: See TracChangeset for help on using the changeset viewer.