Hacker News new | ask | show | jobs
by esaym 972 days ago
I don't know the exact rule, but "abstraction layers" for a driver are disallowed. I believe it was AMD or ATI that added a new driver for a device, but they basically just took the code from their proprietary driver, and then put an "abstraction layer" in the middle. That did not make the kernel overlords happy and that version of the code was never merged.
2 comments

Isn’t that effectively what NVidia does anyway? Some minimal shim that lets their blob do all of the work?
Are abstraction layers still disallowed if they are only able to load GPL code?
> Are abstraction layers still disallowed if they are only able to load GPL code?

How would you possibly implement this as a technical restriction?