mirror of
https://github.com/AuxXxilium/eudev.git
synced 2025-01-26 00:49:38 +07:00
require 2.6.27 for proper signalfd handling
<zzam> kay: ping I found out why udev-145 fails on some systems with kernel 2.6.25 and 2.6.26 <zzam> kay: it is because glibc was compiled against linux-headers-2.6.27 or newer and issues signalfd4 syscall which was introduced in kernel 2.6.27 and not older signalfd syscall
This commit is contained in:
parent
bfde03a149
commit
1da6c797fd
4
README
4
README
@ -12,7 +12,7 @@ by udevadm and libudev. Tools and rules in /lib/udev, and the entire content of
|
|||||||
the /dev/.udev directory is private to udev and does change whenever needed.
|
the /dev/.udev directory is private to udev and does change whenever needed.
|
||||||
|
|
||||||
Requirements:
|
Requirements:
|
||||||
- Version 2.6.25 of the Linux kernel with sysfs, procfs, signalfd, inotify,
|
- Version 2.6.27 of the Linux kernel with sysfs, procfs, signalfd, inotify,
|
||||||
unix domain sockets, networking and hotplug enabled:
|
unix domain sockets, networking and hotplug enabled:
|
||||||
CONFIG_HOTPLUG=y
|
CONFIG_HOTPLUG=y
|
||||||
CONFIG_UEVENT_HELPER_PATH=""
|
CONFIG_UEVENT_HELPER_PATH=""
|
||||||
@ -22,7 +22,7 @@ Requirements:
|
|||||||
CONFIG_SYSFS_DEPRECATED*=n
|
CONFIG_SYSFS_DEPRECATED*=n
|
||||||
CONFIG_PROC_FS=y
|
CONFIG_PROC_FS=y
|
||||||
CONFIG_TMPFS=y
|
CONFIG_TMPFS=y
|
||||||
CONFIG_INOTIFY=y
|
CONFIG_INOTIFY_USER=y
|
||||||
CONFIG_SIGNALFD=y
|
CONFIG_SIGNALFD=y
|
||||||
CONFIG_TMPFS_POSIX_ACL=y (user ACLs for device nodes)
|
CONFIG_TMPFS_POSIX_ACL=y (user ACLs for device nodes)
|
||||||
CONFIG_BLK_DEV_BSG=y (SCSI devices)
|
CONFIG_BLK_DEV_BSG=y (SCSI devices)
|
||||||
|
Loading…
Reference in New Issue
Block a user