this post was submitted on 12 Jan 2026
32 points (100.0% liked)
Linux
13169 readers
741 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 2 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.