this post was submitted on 12 Jan 2026
39 points (100.0% liked)
Linux
14231 readers
921 users here now
A community for everything relating to the GNU/Linux operating system (except the memes!)
Also, check out:
Original icon base courtesy of lewing@isc.tamu.edu and The GIMP
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Any comments on why a user space tool is required for something that seems like it would be good to have in kernel?
For stability and security reasons, everything that can be done in user space instead of kernel space should be done in user space. Performance of this functionality is not critical.