Trammell Hudson
Trammell Hudson
Looks like auto acks can be enabled in the rx loop, although with some caveats. The reply function seems to only trigger for ones matching the address.
Can you try turning it on in the `config/linux.config` file and seeing if it works? ``` diff --git a/config/linux.config b/config/linux.config index 7ad8bab..14cc7f8 100644 --- a/config/linux.config +++ b/config/linux.config @@ -946,9 +946,11...
(unrelated to the LVM topic -- are you running Xen 4.6.1?)
Finally getting around to installing a Qubes 4.0-rc1 after SHA and I think I see the problem... With the old partitioning setup each device was its own luks entry, while...
And the `kexec-save-key` script fails as well, since there is only one encrypted volume and it is trying to get the LUKS header for each partition in the volume group.
@jpouellet were you able to install Qubes 4 under Heads? I'm getting an error during the post install steps (split into issue #237)
Is this something that the PEI is supposed to setup? Or are we perhaps missing a DXE module that does this configuration? It doesn't look to me like the Linux...
And, nope, my pull request doesn't fix it. gcc is too smart for us. ``` void modp256k1_add (bn256 *X, const bn256 *A, const bn256 *B) { uint32_t cond; bn256 tmp[1];...
This gets closer to constant time than before (the memory copy always happens), although there are two extra instructions on one path: https://github.com/Nitrokey/nitrokey-start-firmware/pull/54/commits/64d695726576e7bb5ebbc75033024283e52fc16b
When `_write()` is modified to early return, the `gpg2 --card-status` works, which makes me think something is getting clogged in the mutex. The first write appears to go into the...