Never break userspace
Never break userspace
Posted Feb 16, 2024 10:03 UTC (Fri) by timon (subscriber, #152974)In reply to: A turning point for CVE numbers by bluca
Parent article: A turning point for CVE numbers
Linus et al. approach the “never break userspace” rule pragmatically, with a kind of “If a tree falls in a forest and no one is around to hear it, does it make a sound?” thinking: If the kernel devs know of no actual userspace code depending on some kernel API/ABI, and if nobody complains when something is changed or deprecated, then this case is not in scope for the “never break userspace” rule; in the same way, if after the fact someone complains, the kernel devs are usually quick to roll back any change or deprecation.
