Free user space for non-graphics drivers
Free user space for non-graphics drivers
Posted Jun 4, 2020 15:48 UTC (Thu) by nivedita76 (subscriber, #121790)In reply to: Free user space for non-graphics drivers by blackwood
Parent article: Free user space for non-graphics drivers
Posted Jun 4, 2020 21:26 UTC (Thu)
by blackwood (guest, #44174)
[Link]
What an open stack allows you is to fix up the mess once you are aware of a security hole. Worst case you might end up with something like CONFIG_ENABLE_ROOTHOLES to not break existing uapi if the old one is unfixable. But going forward you can change both kernel and userspace driver parts to come up with something to work around the security holes. But often the breakage is really minor (like more gpu hangs in some corner case), so good enough if you just ship bugfixes on both sides. If one part is an opaque blob you can't really reason about, much less change, then that's all impossible. And vendors abandon their closed source stacks real fast, better if they sell you new hw with new drivers.
Free user space for non-graphics drivers