Systemd catches up with bind events
Systemd catches up with bind events
Posted Nov 14, 2020 2:23 UTC (Sat) by koh (subscriber, #101482)In reply to: Systemd catches up with bind events by rahulsundaram
Parent article: Systemd catches up with bind events
The kernel has lots of interfaces where stuff keeps getting added and therefore has to be considered as an open set: syscalls, flags to syscalls, the sysfs entries, filesystems, modules, etc. How is this set of event types any different? If someone was to create a userspace program relying on a particular syscall, flag, whatever, not being implemented - until it finally is - would that be a regression?