Samuel Fredrickson
Samuel Fredrickson
Actually, I've been meaning to deprecate this crate at some point. `crossbeam` has an implementation of a Chase-Lev deque very similar to this one, but with the additional benefit of...
Another solution I've considered using: give each auto scaling group a different taint. Say the current production environment is called "release 2019-05-01", then one ASG would have the taint `release=2019-05-01:NoSchedule`,...
Is there no way to keep SecureBoot enabled and still have this tool work? Maybe a kernel module could be used to override the kernel's default behavior of denying access...
To anyone else who's having this issue and wants to *keep* SecureBoot on, I found a way. It requires building a custom version of the `msr` kernel module. For the...