Making some of udev's kernel check checks fatal as requested in bug #335765
Hi!
On Bug #335765 Roland requests to make the kernel checking of udev-ebuild for
CONFIG_SYSFS_DEPRECATED fatal, so the ebuild aborts when it is set, to not
overlook it and get an unbootable system.
I support that this should be improved, but is there a better way than making
the ebuild abort at pkg_setup via linux-info_pkg_setup with this config:
CONFIG_CHECK="~INOTIFY_USER ~SIGNALFD !SYSFS_DEPRECATED !SYSFS_DEPRECATED_V2
~!IDE"