Skip to content

Conversation

hnez
Copy link
Member

@hnez hnez commented Oct 7, 2025

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.

hnez added 2 commits October 7, 2025 14:35
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.

Signed-off-by: Leonard Göhrs <[email protected]>
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.

[1]: https://lore.kernel.org/all/[email protected]/

Signed-off-by: Leonard Göhrs <[email protected]>
@hnez
Copy link
Member Author

hnez commented Oct 7, 2025

@a3f some of these changes are on you, so maybe you would like to review this?

@hnez hnez requested a review from a3f October 7, 2025 13:45
@a3f
Copy link
Member

a3f commented Oct 7, 2025

Sorry, I missed the warnings. I think the DWC2 driver should use devm_regulator_bulk_get_optional, but someone needs to first introduce that API...

Regarding the initrd warning, I sent the author an email: https://lore.kernel.org/all/[email protected]/

@jluebbe jluebbe merged commit c124761 into linux-automation:master Oct 8, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants