New dmesg messages in Linux 6.17 and relax measurement timing #19
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Two changes to the testsuite:
tests/test_linux_log: add new expected messages
These were introduced in:
"check access for rdinit=/init failed: -2, ignoring"
Linux Kernel Commit 98aa4d5d242d3 ("init/main.c: add warning when file
specified in rdinit is inaccessible") which at a first glance seems to
assume that there should always be an initramfs?
"dwc2 49000000.usb-otg: supply vusb_d not found, using dummy regulator"
"dwc2 49000000.usb-otg: supply vusb_a not found, using dummy regulator"
A patch by Ahmad[1] that solves sporadic boot hangs, at least on older
kernels.
test/test_tacd_dut_power_switchable: Increase analog waiting time
This aligns with other increased delays like e.g. the one in commit a518273 ("test/test_tacd_dut_power_off_floating: Increase analog waiting time").
This was the only place where we still had 0.1s of delay and this is a location where we sometimes see issues with failed assertions.