logoalt Hacker News

krigetoday at 5:57 AM2 repliesview on HN

Surely you mean Linux security model (not relevant enough to be targeted by big tech)?


Replies

trelanetoday at 9:29 AM

Famously, the Linux kernel does not have a stable ABI for drivers. As a result, by far the majority of drivers are in-tree, maintained by the kernel folks as part of the kernel.

The Linux approach has the downside of not having the drivers if a vendor has not been working with the kernel community before launch (or for those who haven't upgraded to a kernel that has the driver, e.g. a LTS release).

On the other hand, the driver is maintained by kernel developers, not created by the hardware developer who is not getting paid after they sell the device. This helps avoid abandoned / vulnerable drivers, or having the hardware dev search for... alternative revenue streams, as in this case.

dns_snektoday at 6:27 AM

It's not a weakness that they targeted and exploited, it's a feature that was purposefully implemented by Microsoft.

show 1 reply