msr-safe icon indicating copy to clipboard operation
msr-safe copied to clipboard

Allows safer access to model specific registers (MSRs)

Results 34 msr-safe issues
Sort by recently updated
recently updated
newest added

- add linux as submodule - build msr-safe against built linux headers

gcc 9 introduced warnings to catch attribute mismatches. These generated warnings in the linux kernel source until the kernel was updated around v5.0. [bug report](https://github.com/openzfs/zfs/issues/8329) [patch](https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=0b999ae3614d09d97a1575936bcee884f912b10e) In short: don't use...

Compiling msr-safe on Ubuntu Jammy succeeds, but with the message: ``` Skipping BTF generation for /home/rountree/copperopolis/msr-safe/msr-safe.ko due to unavailability of vmlinux ``` Documentation for BTF is here: [BPF Type Format...

cleanup

Hi, I'm trying to build msr-safe per the instructions in the README and I'm getting an error. It seems pretty straight forward. I'm not sure if I'm missing something, but...