mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
udev: sync update from ipfire
commit d19b71301d08db94341eae1d62500a928a8f6712 Author: Arne Fitzenreiter <arne_f@ipfire.org> Date: Thu Dec 26 10:19:20 2024 +0100 udev: patch to handle pidfs and bcachefs this is needed to build udev with kernel 6.12 headers Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org> fix: https://github.com/vincentmli/BPFire/issues/89 Reported-by: Harvey Li <lhw365@gmail.com> Signd-off-by: Vincent Li <vincent.mc.li@gmail.com>
This commit is contained in:
19
src/patches/systemd-254-linux-6.12-fs.patch
Normal file
19
src/patches/systemd-254-linux-6.12-fs.patch
Normal file
@@ -0,0 +1,19 @@
|
||||
diff -Naur systemd-254.org/src/basic/filesystems-gperf.gperf systemd-254/src/basic/filesystems-gperf.gperf
|
||||
--- systemd-254.org/src/basic/filesystems-gperf.gperf 2023-07-28 10:26:32.000000000 +0200
|
||||
+++ systemd-254/src/basic/filesystems-gperf.gperf 2024-11-27 14:27:23.071774791 +0100
|
||||
@@ -28,6 +28,7 @@
|
||||
anon_inodefs, {ANON_INODE_FS_MAGIC}
|
||||
autofs, {AUTOFS_SUPER_MAGIC}
|
||||
balloon-kvm, {BALLOON_KVM_MAGIC}
|
||||
+bcachefs, {BCACHEFS_SUPER_MAGIC}
|
||||
bdev, {BDEVFS_MAGIC}
|
||||
binder, {BINDERFS_SUPER_MAGIC}
|
||||
binfmt_misc, {BINFMTFS_MAGIC}
|
||||
@@ -91,6 +92,7 @@
|
||||
openpromfs, {OPENPROM_SUPER_MAGIC}
|
||||
orangefs, {ORANGEFS_DEVREQ_MAGIC}
|
||||
overlay, {OVERLAYFS_SUPER_MAGIC}
|
||||
+pidfs, {PID_FS_MAGIC}
|
||||
pipefs, {PIPEFS_MAGIC}
|
||||
ppc-cmm, {PPC_CMM_MAGIC}
|
||||
proc, {PROC_SUPER_MAGIC}
|
||||
Reference in New Issue
Block a user