ray@lemmy.ml to Open Source@lemmy.mlEnglish · 1 day ago'Maybe the problem is you' ... Linus Torvalds wades into Linux kernel Rust driver dramawww.theregister.comexternal-linkmessage-square66fedilinkarrow-up1273arrow-down15cross-posted to: techlinux[email protected]
arrow-up1268arrow-down1external-link'Maybe the problem is you' ... Linus Torvalds wades into Linux kernel Rust driver dramawww.theregister.comray@lemmy.ml to Open Source@lemmy.mlEnglish · 1 day agomessage-square66fedilinkcross-posted to: techlinux[email protected]
minus-squareuis@lemm.eelinkfedilinkarrow-up10·4 hours agohttps://lore.kernel.org/lkml/[email protected]/ General idea seems to be “keep your glue outside of core subsystems”, not “do not create cross-language glue, I will do everything in my power to oppose this”.
minus-squareFooBarrington@lemmy.worldlinkfedilinkarrow-up1·1 hour agoThis creates a lot of extra work for no benefit, as every driver that needs DMA would have to include their own copy of the DMA stuff.
https://lore.kernel.org/lkml/[email protected]/
General idea seems to be “keep your glue outside of core subsystems”, not “do not create cross-language glue, I will do everything in my power to oppose this”.
This creates a lot of extra work for no benefit, as every driver that needs DMA would have to include their own copy of the DMA stuff.