71f5d05edc
Amended the previous commit (c231262) to use the standard Red Bear OS author identity (vasilito <adminpupkin@gmail.com>) instead of the auto-detected 'Red Bear OS <build@redbearos.org>'. The patch content is unchanged. The fix: sys scheme path-strip bug causing every MSR open from userspace to fail with ENOENT. Pass the full 'msr/{cpu}/0x{msr}' path to msr::open() so its own strip_prefix('msr') succeeds and the remainder is parsed correctly.