Benjamin Doron
Benjamin Doron
If it updated from A02 to A04, this might simply be LVFS - Linux Vendor Firmware Service (https://fwupd.org/).
Unblocked.
TODO: Discovered on https://github.com/chipsalliance/caliptra-sw/pull/879: Add `export CARGO_TARGET_DIR=$(mktemp -d)` as performance optimisation
> Thanks, @benjamindoron! Are you a maintainer of the project? Hi there, @Alan32Liu! No, I only worked on the fuzzing, @korran and @jhand2 are among some of the project's maintainers...
I think they're fixed now, but we might have a new issue with one of the targets. Until we have upstream CI for it, they might keep breaking, so I'm...
Which CPU do you have? If it's Intel Tigerlake or later, do you see something like `traps: Missing ENDBR: init_module+/ [vmnet]` in the kernel log? If you do, the issue...
The best solution I've found is `idautils.ProcessUiActions("LuminaPushAllMds")`. Since it's UI interaction though, you can't just call `idc.qexit(0)` afterwards: testing shows that it doesn't actually execute the request. I've used AutoHotkey...