Probe_Failure_Check: improve probe timeout & deferred device detection#219
Merged
vnarapar merged 1 commit intoqualcomm-linux:mainfrom Dec 17, 2025
Merged
Probe_Failure_Check: improve probe timeout & deferred device detection#219vnarapar merged 1 commit intoqualcomm-linux:mainfrom
vnarapar merged 1 commit intoqualcomm-linux:mainfrom
Conversation
vnarapar
reviewed
Dec 1, 2025
vnarapar
reviewed
Dec 1, 2025
vnarapar
reviewed
Dec 1, 2025
vnarapar
reviewed
Dec 1, 2025
vnarapar
reviewed
Dec 1, 2025
623d4e9 to
dd5820f
Compare
dd5820f to
aef66be
Compare
Improve Probe_Failure_Check/run.sh to catch more realistic probe/firmware issues in CI/CD: - Extend FAIL_PATTERN to match: - "deferred probe timeout, ignoring dependency" - "probe with driver <drv> failed ..." while keeping all existing probe/firmware/bind patterns. - Capture a kernel log snapshot and emit up to 10 representative CI-HINT lines to stdout/stderr for easier debugging. - If available, read /sys/kernel/debug/devices_deferred and: - Log entries into probe_failures.log - Emit DEFERRED: lines for unresolved deferred probes. Signed-off-by: Srikanth Muppandam <smuppand@qti.qualcomm.com>
aef66be to
c2a089a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Tighten Probe_Failure_Check/run.sh so CI can catch more realistic probe
and firmware-related issues and provide better debug hints.
Key changes
$TESTNAME.res PASS/FAIL conventions.
Impact
manually pulling dmesg from the DUT.