LWN.net Logo

Fixing broken userspace is NOT the kernel's job

Fixing broken userspace is NOT the kernel's job

Posted May 2, 2012 5:02 UTC (Wed) by dlang (✭ supporter ✭, #313)
In reply to: Fixing broken userspace is NOT the kernel's job by mezcalero
Parent article: Fixing the unfixable autofs ABI

I have seen a very good companies product basically destroyed over many years of fixing things in the wrong place.

In opensource software there is almost never a reason to do this, and never without discussing the problem first.

That said, I have no problem with the sanity check that systemd is doing. They are not working around anything, they are just checking that what they are getting has a chance of being what they expect to get. They know the size of the object that they are getting, and so they only get that much data. fetching more would potentially cause other grief.


(Log in to post comments)

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds