Torvalds blasts kernel dev for late 'garbage' RISC-V patches
Torvalds blasts kernel dev for late 'garbage' RISC-V patches

www.theregister.com
Torvalds blasts kernel dev for late 'garbage' RISC-V patches

Torvalds blasts kernel dev for late 'garbage' RISC-V patches
Torvalds blasts kernel dev for late 'garbage' RISC-V patches
I love how enthusiastic he is about
make_u32_from_two_u16()
It really is kinda hard to justify wrapping
a << 16 | b
in a function.Yep, these kind of wrapper functions actually hurt kernel readability and add unecessary call overhead - in critical kernel paths every instruction counts.
Especially given that one actually tells you where the values get placed.