Marc

Results 13 comments of Marc

First, thanks for the pre-built Fedora images! I would have simply not bother trying anything without them. Everything worked fine except one really nasty issue that took me many hours...

Some hopefully relevant discussions and pointers: - https://docs.github.com/en/rest/reference/pulls#list-commits-on-a-pull-request Maybe there is some github action providing this list without any coding? - The triple dots for `git log` is more or...

> This doesn't work well if the new head rebased from the old manifest-rev, as it brings along the old commits. Can someone confirm this issue is specifically about a...

> It occurs to me while writing this that west update knows the old and new manifest-rev commits, so it can probably create a "three-argument" --onto invocation with those. In...

This looks different but just in case: https://chromium-review.googlesource.com/c/201790/6/drivers/mmc/host/sdhci-acpi.c CHROMIUM: mmc: shdci: Prevent CPU in deeper Cx states when data transferring Newer UPSTREAM in chromeos-4.4: https://chromium.googlesource.com/chromiumos/third_party/kernel/+/a3043ecef71f5b8%5E%21/#F1 mmc: sdhci-acpi: Reduce Baytrail eMMC/SD/SDIO...

Just FYI: [ FS#3056 - odhcpd: "on-link" Router Information Options pollution in Router Advertisements](https://bugs.openwrt.org/index.php?do=details&task_id=3056)

> Once we also start updating sections asynchronously, not doing the parsing in a separate buffer would mean that multiple processes may be inserting into the same buffer at the...

In case anyone else finds this thread while searching the Internet for "Z590 slow boot". So the BIOS on my Vision D was incredibly slow to boot, 30-40s before loading...

Tested-by: [email protected] Thanks! (Has anyone cloned this repo and resumed the maintenance of this tool?)

> ValueError: I/O operation on closed file. I successfully git bisected this. Reverting one-line commit 277980e92e (July 2022) avoids this issue. That `tty.close()` really does look like a smoking gun!...