Solar Designer
Solar Designer
@vt-alt No replies to that launchpad bug entry yet, but I cannot reproduce the 404 now - can you? Thanks!
BTW, we're seeing many CI failures with QEMU reporting "hardware error". I sometimes have to re-run jobs a few times until we get all-green again. Maybe this means we're already...
@vi Thank you for reporting. Does anything new appear in `dmesg` when these problems occur?
@vi No, there isn't a debugging feature like you request, and I doubt that it would have helped in this case.
@Adam-pi3 I think a bigger issue could be that LKRG enters `p_text_section_lock()` state for a fairly long time. Can this cause any timing-critical code to be waiting on a lock?...
@vi Yes, but let's avoid such distractions.
We need to consider that `make install` might be used by packages of LKRG installing it into a DESTDIR / "buildroot" directory (do we support that?) for subsequently including the...
> I had this same problem Not quite. This GitHub issue is specifically about the exit code - whether it is zero or non-zero on _whatever_ problem might occur during...
Brainstorming this issue, I thought that LKRG could possibly hook and harden `printk` to escape embedded linefeeds (and then also backslashes?) in any `%s` arguments. However, it uses a shared...
Another crazy idea: maybe we can ensure that the microseconds would always be logged as the same value for lines wrapped because of embedded linefeed, and never the same for...