Re: pull-request: ath-next-20260721
Jeff Johnson <[email protected]> Wed, 22 Jul 2026 08:51:37 -0700
| Newsgroups | org.infradead.lists.ath10k,org.infradead.lists.ath11k,org.infradead.lists.ath12k,org.kernel.vger.linux-wireless |
|---|---|
| Message-ID | <[email protected]> |
On 7/22/2026 7:08 AM, Johannes Berg wrote: > On Tue, 2026-07-21 at 16:46 -0700, Jeff Johnson wrote: >> >> ---------------------------------------------------------------- >> >> NOTE TO UPSTREAM MAINTAINERS >> This PR includes the merge of an immutable branch from the qcom tree >> https://lore.kernel.org/all/[email protected]/ > > That's annoying, it added a kernel-doc warning that now shows up on our > output... I guess we need to ignore that. > >> New warnings added: >> Warning: drivers/firmware/qcom/qcom_scm.c:1055 No description found for return value of 'qcom_scm_is_pas_available' >> Warning: drivers/firmware/qcom/qcom_scm.c:1055 No description found for return value of 'qcom_scm_is_pas_available' >> Per-file breakdown: >> 2 drivers/firmware/qcom/qcom_scm.c :( I run kernel-doc on the patches I process, but since I didn't directly process that series I didn't see it. Bjorn/Sumit: looks like there are a lot of those that need cleaning up... % scripts/kernel-doc -Wall -Werror -none drivers/firmware/qcom/qcom_scm.c Warning: drivers/firmware/qcom/qcom_scm.c:317 No description found for return value of 'qcom_scm_call' Warning: drivers/firmware/qcom/qcom_scm.c:343 No description found for return value of 'qcom_scm_call_atomic' Warning: drivers/firmware/qcom/qcom_scm.c:440 No description found for return value of 'qcom_scm_set_warm_boot_addr' Warning: drivers/firmware/qcom/qcom_scm.c:453 No description found for return value of 'qcom_scm_set_cold_boot_addr' Warning: drivers/firmware/qcom/qcom_scm.c:1055 No description found for return value of 'qcom_scm_is_pas_available' Warning: drivers/firmware/qcom/qcom_scm.c:1147 No description found for return value of 'qcom_scm_restore_sec_cfg_available' Warning: drivers/firmware/qcom/qcom_scm.c:1325 No description found for return value of 'qcom_scm_assign_mem' Warning: drivers/firmware/qcom/qcom_scm.c:1396 No description found for return value of 'qcom_scm_ocmem_lock_available' Warning: drivers/firmware/qcom/qcom_scm.c:1413 No description found for return value of 'qcom_scm_ocmem_lock' Warning: drivers/firmware/qcom/qcom_scm.c:1437 No description found for return value of 'qcom_scm_ocmem_unlock' Warning: drivers/firmware/qcom/qcom_scm.c:1767 No description found for return value of 'qcom_scm_hdcp_available' Warning: drivers/firmware/qcom/qcom_scm.c:1792 No description found for return value of 'qcom_scm_hdcp_req' Warning: drivers/firmware/qcom/qcom_scm.c:2526 No description found for return value of 'qcom_scm_is_available' Warning: drivers/firmware/qcom/qcom_scm.c:317 No description found for return value of 'qcom_scm_call' Warning: drivers/firmware/qcom/qcom_scm.c:343 No description found for return value of 'qcom_scm_call_atomic' Warning: drivers/firmware/qcom/qcom_scm.c:440 No description found for return value of 'qcom_scm_set_warm_boot_addr' Warning: drivers/firmware/qcom/qcom_scm.c:453 No description found for return value of 'qcom_scm_set_cold_boot_addr' Warning: drivers/firmware/qcom/qcom_scm.c:1055 No description found for return value of 'qcom_scm_is_pas_available' Warning: drivers/firmware/qcom/qcom_scm.c:1147 No description found for return value of 'qcom_scm_restore_sec_cfg_available' Warning: drivers/firmware/qcom/qcom_scm.c:1325 No description found for return value of 'qcom_scm_assign_mem' Warning: drivers/firmware/qcom/qcom_scm.c:1396 No description found for return value of 'qcom_scm_ocmem_lock_available' Warning: drivers/firmware/qcom/qcom_scm.c:1413 No description found for return value of 'qcom_scm_ocmem_lock' Warning: drivers/firmware/qcom/qcom_scm.c:1437 No description found for return value of 'qcom_scm_ocmem_unlock' Warning: drivers/firmware/qcom/qcom_scm.c:1767 No description found for return value of 'qcom_scm_hdcp_available' Warning: drivers/firmware/qcom/qcom_scm.c:1792 No description found for return value of 'qcom_scm_hdcp_req' Warning: drivers/firmware/qcom/qcom_scm.c:2526 No description found for return value of 'qcom_scm_is_available' 26 warnings as errors > > I also get two fixes tag reports: > >> Commit: b127f79a4933 ("wifi: ath12k: Correctly copy the hint BSSID in WMI scan request") >> Fixes tag: Fixes: f40abb4788a2 ("ath12k: New driver for Qualcomm 11be hw family") >> Has these problem(s): >> - Target SHA1 does not exist >> Commit: fde37c064641 ("wifi: ath12k: Set IEEE80211_OFFLOAD_ENCAP_4ADDR after tx_encap_type vdev param") >> Fixes tag: Fixes: 729cad3c3c9e ("wifi: ath12k: Add 4-address mode support for eth offload") >> Has these problem(s): >> - empty lines surround the Fixes tag > > Note that the first of those ... the commit exists, but not in the right > tree. It's in some ath12k-bringup-start tag in your tree, but not in > mainline, got a different sha1 there. So checking locally is confusing. Let me rewrite those and send another PR > > johannes