David Manouchehri
David Manouchehri
Hmm, stepping works, but `continue` crashes. Any ideas?
``` (lldb) c Process 31553 resuming (lldb) Process 31553 exited with status = -1 (0xffffffff) lost connection ```
Note to self, using GRUB to modify the msr before booting does **not** seem to work. ``` chainload /EFI/boot/bootx64.efi wrmsr 0xc0011020 0x46404000000000 boot
Feel free to close this ticket if you don't like the idea. =)
I am encountering similar failures as well. `5.15.0-41-generic` here. ```sh taskset -c 0-15 ninja test ``` ``` 99% tests passed, 9 tests failed out of 2825 Total Test time (real)...
To add to this, it would be handy if we could provide configuration to allow TLS connections with a user-provided token (maybe generate a random one and write it to...
> For now, you could perhaps do something like seal the pin to the tpm in an object that is protected by PCR state. @williamcroberts One roundabout way is to...
You can give my load balancer a go. This should slightly be faster in theory as there's more CAs used: ``` https://rfc3161.ai.moda/microsoft ``` Or, if you want to limit yourself...
I think so. I was debating between metadata and model parameters, but metadata sounds more "correct" to me (since in theory the same model in a different region should always...
I'm working on this, PR incoming soon.