Stephanie Labasan Brink

Results 19 comments of Stephanie Labasan Brink

Thanks for the feedback @fearful-symmetry! This is interesting behavior for sure. Please do keep us posted on any updates once the updated RPM is applied. We will try to provide...

@fearful-symmetry Do you think we could set up a quick call? We would like to understand how you are deploying the kernel before we start trying to further debug. Feel...

@bgeltz @cmcantalupo Sure, happy to include all interested parties on the call. Any big conflicts for a possible meeting tomorrow?

After the `modprobe msr-safe`, I think you want to check for the `msr_safe` kernel in `lsmod`. If this returns successfully, then every `/dev/cpu/$i/msr_safe` should exist, though you could keep your...

You are able to read/write MSRs through `msr_safe` on a "bad" node? On this node, what is the output `cat /dev/cpu/msr_whitelist`? Is it identical to `/usr/share/msr-safe/whitelists/${WL_CPU}"`?

Great question @lzhengchun. I have not used Docker before, so I'm not quite sure. Let me look into this and get back to you.

@tom95858, @narategithub: I've removed the trailing whitespace, which should fix the tests passing. When you get a chance, could you approve the workflows (hopefully last time)?

@rountree Should we also remove CAP_SYS_RAWIO from the README?

@rountree Do we need to make any changes to the README as part of this PR? The section in the README.md is on CAP_SYS_RAWIO, which you are removing here. Do...