Skip to content

Drop IPA interconnect and model it as clock resource#692

Open
rlaggysh wants to merge 3 commits into
qualcomm-linux:qcom-6.18.yfrom
rlaggysh:qcom-6.18.y
Open

Drop IPA interconnect and model it as clock resource#692
rlaggysh wants to merge 3 commits into
qualcomm-linux:qcom-6.18.yfrom
rlaggysh:qcom-6.18.y

Conversation

@rlaggysh

@rlaggysh rlaggysh commented Jun 10, 2026

Copy link
Copy Markdown

Bring the IP0 resource from ICC to clk-rpmh on Talos(qcs615)
qli-2.0 GA Critical Fix

CRs-Fixed: 4563868
Link: https://lore.kernel.org/all/20250627-topic-qcs615_icc_ipa-v1-0-dc47596cde69@oss.qualcomm.com/

@rlaggysh rlaggysh requested review from a team, Komal-Bajaj, aiquny and quic-kaushalk June 10, 2026 17:56
@qswat-orbit-external

Copy link
Copy Markdown

Merge Check Failed: No CR Numbers Found

Error: No Change Request numbers were found.

Please add Change Request numbers to your pull request description in the format CRs-Fixed: 12345 or link GitHub issues that are associated with Change Requests.

@qswat-orbit-external

Copy link
Copy Markdown

Merge Check Failed: No Change Task Found

No associated change tasks found for CR 4563868 on any of the following entities:

Entities:

  • kernel.qli.2.0

CR: 4563868

Please ensure the CR has a change task associated with at least one of the entities for this branch.

@qswat-orbit-external

Copy link
Copy Markdown

Merge Check Failed: CR Not Eligible for Merge

CR 4563868 is not eligible for merge.

The parent software image for kernel.qli.2.0 is not development complete.

Entity: kernel.qli.2.0
CR: 4563868
Reason: CR_CANNOT_MERGE

Please ensure the CR passes both CCT (ComponentChangeTasks) and ICT (Integration Change Tasks) validations.

@qlijarvis

Copy link
Copy Markdown

PR #692 — validate-patch

PR: #692

Verdict Issues Detailed Report
5 Full report

Final Summary

  1. Lore link present: Yes — all three patches have valid lore.kernel.org links with proper message-IDs
  2. Lore link matches PR commits: No — PR patches are numbered 1/3, 2/3, 3/3 but lore links reference v1-1, v1-3, v1-4, indicating missing patch v1-2
  3. Upstream patch status: In review — patches dated 2025-06-27, posted to lore.kernel.org for upstream review
  4. PR present in qcom-next: Not checked — cannot verify without kernel tree access; however, the incomplete series makes this check moot until the missing patch is included
Verdict: ❌ — click to expand

🔍 Patch Validation

PR: #692 - QCS615 IPA interconnect cleanup (3-patch series)
Upstream commit: https://lore.kernel.org/r/20250627-topic-qcs615_icc_ipa-v1-0-dc47596cde69@oss.qualcomm.com
Verdict: ❌ FAIL

Commit Message

Patch 1/3: arm64: dts: qcom: qcs615: Drop IPA interconnects

Check Status Note
Subject matches upstream Clean, follows arm64 DTS convention
Body preserves rationale References precedent commit 6314184
Fixes tag present/correct N/A No Fixes tag (not a bug fix, cleanup)
Authorship preserved Konrad Dybcio konrad.dybcio@oss.qualcomm.com
Backport note (if applicable) N/A Direct upstream submission

Patch 2/3: dt-bindings: interconnect: qcom,qcs615-rpmh: Drop IPA interconnects

Check Status Note
Subject matches upstream Follows dt-bindings convention
Body preserves rationale Explains clock vs interconnect decision
Fixes tag present/correct Fixes: 6c5e948 (correct format)
Authorship preserved Konrad Dybcio konrad.dybcio@oss.qualcomm.com
Backport note (if applicable) N/A Direct upstream submission

Patch 3/3: clk: qcom: rpmh: Define RPMH_IPA_CLK on QCS615

Check Status Note
Subject matches upstream Follows clk subsystem convention
Body preserves rationale References precedent commit aa055bf
Fixes tag present/correct Fixes: 42a1905 (correct format)
Authorship preserved Konrad Dybcio konrad.dybcio@oss.qualcomm.com
Backport note (if applicable) N/A Direct upstream submission

Diff

File Status Notes
arch/arm64/boot/dts/qcom/talos.dtsi Removes ipa_virt interconnect node (6 lines deleted)
Documentation/devicetree/bindings/interconnect/qcom,qcs615-rpmh.yaml Removes qcom,qcs615-ipa-virt from compatible list (2 lines deleted)
drivers/clk/qcom/clk-rpmh.c Adds RPMH_IPA_CLK to qcs615_rpmh_clocks array (1 line added)

Issues

CRITICAL: Incomplete patch series

  • PR contains patches 1, 2, 3 but lore links reference v1-1, v1-3, v1-4

    • Patch 1/3 → lore v1-1
    • Patch 2/3 → lore v1-3 ❌ (should be v1-2)
    • Patch 3/3 → lore v1-4 ❌ (should be v1-3)
  • Missing patch v1-2 from the upstream series

    • The upstream series appears to be a 4-patch (or more) series
    • PR is missing at least one patch between the DTS change and the dt-bindings change
    • This breaks the logical dependency chain and may cause build/runtime issues

Additional observations:

  • Patch 2/3 subject line is truncated in the patch header (missing "interconnects" word in the Subject: line, though present in commit message body)
  • All three patches have proper Signed-off-by and Link tags
  • Reviewed-by tags present on patches 1/3 and 3/3 (missing on 2/3)

Verdict

REJECT — The PR is missing patch v1-2 from the upstream series, creating an incomplete and potentially broken backport. The lore link numbering mismatch (v1-1, v1-3, v1-4 instead of v1-1, v1-2, v1-3) indicates a patch was skipped. This must be corrected before merge.

Final Summary

  1. Lore link present: Yes — all three patches have valid lore.kernel.org links with proper message-IDs
  2. Lore link matches PR commits: No — PR patches are numbered 1/3, 2/3, 3/3 but lore links reference v1-1, v1-3, v1-4, indicating missing patch v1-2
  3. Upstream patch status: In review — patches dated 2025-06-27, posted to lore.kernel.org for upstream review
  4. PR present in qcom-next: Not checked — cannot verify without kernel tree access; however, the incomplete series makes this check moot until the missing patch is included

@qlijarvis

Copy link
Copy Markdown

PR #692 — checker-log-analyzer

PR: #692
Checker run: https://github.com/qualcomm-linux/kernel-config/actions/runs/27295606409

Checker Result Summary
Checker Result Summary
checkpatch All 3 commits passed with no style issues
dt-binding-check YAML schema validation passed
dtb-check Device tree blob compilation passed
sparse-check Static analysis passed
check-uapi-headers UAPI header consistency passed
check-patch-compliance Missing required subject prefix (UPSTREAM:/FROMLIST:)
tag-check N/A Not applicable for qcom-6.18.y branch
qcom-next-check ⏭️ Skipped (not targeting qcom-next)

Detailed report: Full report

Checker analysis — click to expand

🤖 CI Checker Analysis (checker-log-analyzer)

PR: #692 - Drop IPA interconnects on QCS615 and define RPMH_IPA_CLK
Source: https://github.com/qualcomm-linux/kernel-config/actions/runs/27295606409

Checker Result Summary
checkpatch All 3 commits passed with no style issues
dt-binding-check YAML schema validation passed
dtb-check Device tree blob compilation passed
sparse-check Static analysis passed
check-uapi-headers UAPI header consistency passed
check-patch-compliance Missing required subject prefix (UPSTREAM:/FROMLIST:)
tag-check N/A Not applicable for qcom-6.18.y branch
qcom-next-check ⏭️ Skipped (not targeting qcom-next)

❌ check-patch-compliance

Root cause: All three commits lack the required UPSTREAM: or FROMLIST: subject prefix for the qcom-6.18.y vendor branch.

Failure details:

Checking commit: arm64: dts: qcom: qcs615: Drop IPA interconnects
Commit summary does not start with a required prefix

Checking commit: dt-bindings: interconnect: qcom,qcs615-rpmh: Drop IPA interconnects
Commit summary does not start with a required prefix

Checking commit: clk: qcom: rpmh: Define RPMH_IPA_CLK on QCS615
Commit summary does not start with a required prefix

Fix: Add the appropriate prefix to each commit subject:

Since these patches have lore.kernel.org links and appear to be from an upstream patch series, they should be prefixed with either:

  • FROMLIST: if the patches are posted to the mailing list but not yet merged upstream
  • UPSTREAM: if the patches have been accepted/merged into mainline

Based on the lore links (https://lore.kernel.org/r/20250627-topic-qcs615_icc_ipa-v1-*), these appear to be from a mailing list series. The commit subjects should be updated to:

  1. FROMLIST: arm64: dts: qcom: qcs615: Drop IPA interconnects
  2. FROMLIST: dt-bindings: interconnect: qcom,qcs615-rpmh: Drop IPA interconnects
  3. FROMLIST: clk: qcom: rpmh: Define RPMH_IPA_CLK on QCS615

Reproduce locally:

cd /path/to/kernel
git log --oneline qcom-6.18.y..HEAD
# Verify each commit subject starts with UPSTREAM: or FROMLIST:

To fix, use interactive rebase:

git rebase -i qcom-6.18.y
# Mark commits as 'reword', then add FROMLIST: prefix to each subject

Verdict

1 blocker to fix: All commits must be prefixed with FROMLIST: or UPSTREAM: before merging to qcom-6.18.y. The code changes themselves are clean and pass all technical checks (checkpatch, dt-binding validation, sparse, etc.).

@Komal-Bajaj

Copy link
Copy Markdown
Contributor

add proper tags to commits

@qcomlnxci

Copy link
Copy Markdown

Test Matrix

Test Case lemans-evk monaco-evk qcs615-ride qcs6490-rb3gen2 qcs8300-ride qcs9100-ride-r3 x1e80100-crd
BT_FW_KMD_Service ✅ Pass ✅ Pass ✅ Pass ✅ Pass ✅ Pass ✅ Pass ◻️
BT_ON_OFF ✅ Pass ✅ Pass ✅ Pass ✅ Pass ✅ Pass ✅ Pass ◻️
BT_SCAN ✅ Pass ✅ Pass ✅ Pass ✅ Pass ✅ Pass ✅ Pass ◻️
CPUFreq_Validation ✅ Pass ✅ Pass ✅ Pass ✅ Pass ✅ Pass ✅ Pass ◻️
CPU_affinity ✅ Pass ✅ Pass ✅ Pass ✅ Pass ✅ Pass ✅ Pass ◻️
DSP_AudioPD ✅ Pass ✅ Pass ⚠️ skip ✅ Pass ✅ Pass ⚠️ skip ◻️
Ethernet ⚠️ skip ✅ Pass ⚠️ skip ⚠️ skip ⚠️ skip ⚠️ skip ◻️
Freq_Scaling ✅ Pass ✅ Pass ✅ Pass ✅ Pass ✅ Pass ✅ Pass ◻️
GIC ✅ Pass ✅ Pass ✅ Pass ✅ Pass ✅ Pass ✅ Pass ◻️
IPA ✅ Pass ✅ Pass ✅ Pass ✅ Pass ✅ Pass ✅ Pass ◻️
Interrupts ✅ Pass ✅ Pass ✅ Pass ✅ Pass ✅ Pass ✅ Pass ◻️
OpenCV ✅ Pass ✅ Pass ✅ Pass ✅ Pass ✅ Pass ✅ Pass ◻️
PCIe ✅ Pass ✅ Pass ✅ Pass ✅ Pass ✅ Pass ✅ Pass ◻️
Probe_Failure_Check ❌ Fail ❌ Fail ❌ Fail ❌ Fail ❌ Fail ❌ Fail ◻️
RMNET ✅ Pass ✅ Pass ✅ Pass ✅ Pass ✅ Pass ✅ Pass ◻️
UFS_Validation ✅ Pass ✅ Pass ✅ Pass ✅ Pass ✅ Pass ✅ Pass ◻️
USBHost ❌ Fail ❌ Fail ❌ Fail ❌ Fail ❌ Fail ❌ Fail ◻️
WiFi_Firmware_Driver ❌ Fail ❌ Fail ✅ Pass ✅ Pass ✅ Pass ✅ Pass ◻️
WiFi_OnOff ✅ Pass ❌ Fail ✅ Pass ✅ Pass ✅ Pass ✅ Pass ◻️
adsp_remoteproc ✅ Pass ✅ Pass ✅ Pass ✅ Pass ✅ Pass ❌ Fail ◻️
cdsp_remoteproc ✅ Pass ✅ Pass ✅ Pass ✅ Pass ✅ Pass ❌ Fail ◻️
gpdsp_remoteproc ✅ Pass ✅ Pass ⚠️ skip ⚠️ skip ✅ Pass ❌ Fail ◻️
hotplug ✅ Pass ✅ Pass ✅ Pass ✅ Pass ✅ Pass ✅ Pass ◻️
irq ✅ Pass ✅ Pass ✅ Pass ✅ Pass ✅ Pass ✅ Pass ◻️
kaslr ✅ Pass ✅ Pass ✅ Pass ✅ Pass ✅ Pass ✅ Pass ◻️
pinctrl ✅ Pass ✅ Pass ✅ Pass ✅ Pass ✅ Pass ✅ Pass ◻️
qcom_hwrng ✅ Pass ✅ Pass ✅ Pass ✅ Pass ✅ Pass ✅ Pass ◻️
remoteproc ✅ Pass ✅ Pass ✅ Pass ✅ Pass ✅ Pass ❌ Fail ◻️
rngtest ✅ Pass ✅ Pass ✅ Pass ✅ Pass ✅ Pass ✅ Pass ◻️
shmbridge ✅ Pass ✅ Pass ✅ Pass ✅ Pass ✅ Pass ✅ Pass ◻️
smmu ❌ Fail ✅ Pass ❌ Fail ✅ Pass ✅ Pass ❌ Fail ◻️
watchdog ✅ Pass ✅ Pass ✅ Pass ✅ Pass ✅ Pass ✅ Pass ◻️
wpss_remoteproc ✅ Pass ✅ Pass ✅ Pass ✅ Pass ✅ Pass ✅ Pass ◻️

@sgaud-quic sgaud-quic left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove Change-Id: from commits.

In the same spirit as e.g. Commit 6314184 ("arm64: dts: qcom:
sc8180x: Drop ipa-virt interconnect") drop the resources that should
be taken care of through the clk-rpmh driver.

Signed-off-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20250627-topic-qcs615_icc_ipa-v1-1-dc47596cde69@oss.qualcomm.com
…connects

This has been agreed to be characterized as a clock resource, not an
interconnect provider. Bring QCS615 in line with the expectation.

Fixes: 6c5e948 ("dt-bindings: interconnect: document the RPMh Network-On-Chip interconnect in QCS615 SoC")
Signed-off-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20250627-topic-qcs615_icc_ipa-v1-3-dc47596cde69@oss.qualcomm.com
This was previously (mis)represented in the interconnect driver, move
the resource under the clk-rpmh driver control, just like we did for
all platforms in the past, see e.g. Commit aa055bf ("clk: qcom:
rpmh: define IPA clocks where required")

Fixes: 42a1905 ("clk: qcom: rpmhcc: Add support for QCS615 Clocks")
Signed-off-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20250627-topic-qcs615_icc_ipa-v1-4-dc47596cde69@oss.qualcomm.com
@qcomlnxci qcomlnxci requested review from a team and idlethread June 11, 2026 06:59
@qcomlnxci

Copy link
Copy Markdown

Test Matrix

Test Case lemans-evk monaco-evk qcs615-ride qcs6490-rb3gen2 qcs8300-ride qcs9100-ride-r3 x1e80100-crd
BT_FW_KMD_Service ✅ Pass ✅ Pass ✅ Pass ◻️ ✅ Pass ✅ Pass ◻️
BT_ON_OFF ✅ Pass ✅ Pass ✅ Pass ◻️ ✅ Pass ✅ Pass ◻️
BT_SCAN ✅ Pass ✅ Pass ✅ Pass ◻️ ✅ Pass ✅ Pass ◻️
CPUFreq_Validation ✅ Pass ✅ Pass ✅ Pass ◻️ ✅ Pass ✅ Pass ◻️
CPU_affinity ✅ Pass ✅ Pass ✅ Pass ◻️ ✅ Pass ✅ Pass ◻️
DSP_AudioPD ✅ Pass ✅ Pass ⚠️ skip ◻️ ✅ Pass ⚠️ skip ◻️
Ethernet ⚠️ skip ✅ Pass ⚠️ skip ◻️ ⚠️ skip ⚠️ skip ◻️
Freq_Scaling ✅ Pass ✅ Pass ✅ Pass ◻️ ✅ Pass ✅ Pass ◻️
GIC ✅ Pass ✅ Pass ✅ Pass ◻️ ✅ Pass ✅ Pass ◻️
IPA ✅ Pass ✅ Pass ✅ Pass ◻️ ✅ Pass ✅ Pass ◻️
Interrupts ✅ Pass ✅ Pass ✅ Pass ◻️ ✅ Pass ✅ Pass ◻️
OpenCV ✅ Pass ✅ Pass ✅ Pass ◻️ ✅ Pass ✅ Pass ◻️
PCIe ✅ Pass ✅ Pass ✅ Pass ◻️ ✅ Pass ✅ Pass ◻️
Probe_Failure_Check ❌ Fail ❌ Fail ❌ Fail ◻️ ❌ Fail ❌ Fail ◻️
RMNET ✅ Pass ✅ Pass ✅ Pass ◻️ ✅ Pass ✅ Pass ◻️
UFS_Validation ✅ Pass ✅ Pass ✅ Pass ◻️ ✅ Pass ✅ Pass ◻️
USBHost ❌ Fail ❌ Fail ❌ Fail ◻️ ❌ Fail ❌ Fail ◻️
WiFi_Firmware_Driver ❌ Fail ❌ Fail ✅ Pass ◻️ ✅ Pass ✅ Pass ◻️
WiFi_OnOff ✅ Pass ❌ Fail ✅ Pass ◻️ ✅ Pass ✅ Pass ◻️
adsp_remoteproc ✅ Pass ✅ Pass ✅ Pass ◻️ ✅ Pass ❌ Fail ◻️
cdsp_remoteproc ✅ Pass ✅ Pass ✅ Pass ◻️ ✅ Pass ❌ Fail ◻️
gpdsp_remoteproc ✅ Pass ✅ Pass ⚠️ skip ◻️ ✅ Pass ❌ Fail ◻️
hotplug ✅ Pass ✅ Pass ✅ Pass ◻️ ✅ Pass ✅ Pass ◻️
irq ✅ Pass ✅ Pass ✅ Pass ◻️ ✅ Pass ✅ Pass ◻️
kaslr ✅ Pass ✅ Pass ✅ Pass ◻️ ✅ Pass ✅ Pass ◻️
pinctrl ✅ Pass ✅ Pass ✅ Pass ◻️ ✅ Pass ✅ Pass ◻️
qcom_hwrng ✅ Pass ✅ Pass ✅ Pass ◻️ ✅ Pass ✅ Pass ◻️
remoteproc ✅ Pass ✅ Pass ✅ Pass ◻️ ✅ Pass ❌ Fail ◻️
rngtest ✅ Pass ✅ Pass ✅ Pass ◻️ ✅ Pass ✅ Pass ◻️
shmbridge ✅ Pass ✅ Pass ✅ Pass ◻️ ✅ Pass ✅ Pass ◻️
smmu ❌ Fail ✅ Pass ❌ Fail ◻️ ✅ Pass ❌ Fail ◻️
watchdog ✅ Pass ✅ Pass ✅ Pass ◻️ ✅ Pass ✅ Pass ◻️
wpss_remoteproc ✅ Pass ✅ Pass ✅ Pass ◻️ ✅ Pass ✅ Pass ◻️

@qcomlnxci

Copy link
Copy Markdown

Test Matrix

Test Case lemans-evk monaco-evk qcs615-ride qcs6490-rb3gen2 qcs8300-ride qcs9100-ride-r3 x1e80100-crd
BT_FW_KMD_Service ✅ Pass ✅ Pass ✅ Pass ✅ Pass ✅ Pass ✅ Pass ◻️
BT_ON_OFF ✅ Pass ✅ Pass ✅ Pass ✅ Pass ✅ Pass ✅ Pass ◻️
BT_SCAN ✅ Pass ✅ Pass ✅ Pass ✅ Pass ✅ Pass ✅ Pass ◻️
CPUFreq_Validation ✅ Pass ✅ Pass ✅ Pass ✅ Pass ✅ Pass ✅ Pass ◻️
CPU_affinity ✅ Pass ✅ Pass ✅ Pass ✅ Pass ✅ Pass ✅ Pass ◻️
DSP_AudioPD ✅ Pass ✅ Pass ⚠️ skip ✅ Pass ✅ Pass ⚠️ skip ◻️
Ethernet ⚠️ skip ✅ Pass ⚠️ skip ⚠️ skip ⚠️ skip ⚠️ skip ◻️
Freq_Scaling ✅ Pass ✅ Pass ✅ Pass ✅ Pass ✅ Pass ✅ Pass ◻️
GIC ✅ Pass ✅ Pass ✅ Pass ✅ Pass ✅ Pass ✅ Pass ◻️
IPA ✅ Pass ✅ Pass ✅ Pass ✅ Pass ✅ Pass ✅ Pass ◻️
Interrupts ✅ Pass ✅ Pass ✅ Pass ✅ Pass ✅ Pass ✅ Pass ◻️
OpenCV ✅ Pass ✅ Pass ✅ Pass ✅ Pass ✅ Pass ✅ Pass ◻️
PCIe ✅ Pass ✅ Pass ✅ Pass ✅ Pass ✅ Pass ✅ Pass ◻️
Probe_Failure_Check ❌ Fail ❌ Fail ❌ Fail ❌ Fail ❌ Fail ❌ Fail ◻️
RMNET ✅ Pass ✅ Pass ✅ Pass ✅ Pass ✅ Pass ✅ Pass ◻️
UFS_Validation ✅ Pass ✅ Pass ✅ Pass ✅ Pass ✅ Pass ✅ Pass ◻️
USBHost ❌ Fail ❌ Fail ❌ Fail ❌ Fail ❌ Fail ❌ Fail ◻️
WiFi_Firmware_Driver ❌ Fail ❌ Fail ✅ Pass ✅ Pass ✅ Pass ✅ Pass ◻️
WiFi_OnOff ✅ Pass ❌ Fail ✅ Pass ✅ Pass ✅ Pass ✅ Pass ◻️
adsp_remoteproc ✅ Pass ✅ Pass ✅ Pass ✅ Pass ✅ Pass ❌ Fail ◻️
cdsp_remoteproc ✅ Pass ✅ Pass ✅ Pass ✅ Pass ✅ Pass ❌ Fail ◻️
gpdsp_remoteproc ✅ Pass ✅ Pass ⚠️ skip ⚠️ skip ✅ Pass ❌ Fail ◻️
hotplug ✅ Pass ✅ Pass ✅ Pass ✅ Pass ✅ Pass ✅ Pass ◻️
irq ✅ Pass ✅ Pass ✅ Pass ✅ Pass ✅ Pass ✅ Pass ◻️
kaslr ✅ Pass ✅ Pass ✅ Pass ✅ Pass ✅ Pass ✅ Pass ◻️
pinctrl ✅ Pass ✅ Pass ✅ Pass ✅ Pass ✅ Pass ✅ Pass ◻️
qcom_hwrng ✅ Pass ✅ Pass ✅ Pass ✅ Pass ✅ Pass ✅ Pass ◻️
remoteproc ✅ Pass ✅ Pass ✅ Pass ✅ Pass ✅ Pass ❌ Fail ◻️
rngtest ✅ Pass ✅ Pass ✅ Pass ✅ Pass ✅ Pass ✅ Pass ◻️
shmbridge ✅ Pass ✅ Pass ✅ Pass ✅ Pass ✅ Pass ✅ Pass ◻️
smmu ❌ Fail ✅ Pass ❌ Fail ✅ Pass ✅ Pass ❌ Fail ◻️
watchdog ✅ Pass ✅ Pass ✅ Pass ✅ Pass ✅ Pass ✅ Pass ◻️
wpss_remoteproc ✅ Pass ✅ Pass ✅ Pass ✅ Pass ✅ Pass ✅ Pass ◻️

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.

6 participants