All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Rafael J. Wysocki" <rafael@kernel.org>
To: Randy Dunlap <rdunlap@infradead.org>
Cc: Mark Brown <broonie@kernel.org>,
	Linux Next Mailing List <linux-next@vger.kernel.org>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	Linux ARM MSM <linux-arm-msm@vger.kernel.org>,
	amitk@kernel.org, Thara Gopinath <thara.gopinath@gmail.com>,
	Linux PM <linux-pm@vger.kernel.org>,
	Daniel Lezcano <daniel.lezcano@kernel.org>,
	Lukasz Luba <lukasz.luba@arm.com>,
	Jonathan Cameron <jonathan.cameron@oss.qualcomm.com>
Subject: Re: linux-next: Tree for Aug 21 (drivers/thermal/qcom/qcom-spmi-mbg-tm.ko)
Date: Tue, 25 Aug 2026 15:27:32 +0200	[thread overview]
Message-ID: <6027571.DvuYhMxLoT@rafael.j.wysocki> (raw)
In-Reply-To: <580f9129-de4a-472e-bebb-d08d9cabad7f@infradead.org>

On Monday, August 24, 2026 9:15:16 PM CEST Randy Dunlap wrote:
> 
> On 8/21/26 8:32 AM, Mark Brown wrote:
> > Hi all,
> > 
> > Changes since 20260820:
> > 
> > None.
> > 
> > Non-merge commits (relative to Linus' tree): 7073
> >  5989 files changed, 509370 insertions(+), 156446 deletions(-)
> 
> on x86_64 allmodconfig:
> 
> WARNING: modpost: drivers/thermal/qcom/qcom-spmi-mbg-tm.ko: module uses symbol 'devm_iio_channel_get' from namespace 'IIO_CONSUMER', but does not import it.
> WARNING: modpost: drivers/thermal/qcom/qcom-spmi-mbg-tm.ko: module uses symbol 'iio_read_channel_processed' from namespace 'IIO_CONSUMER', but does not import it.

Does the appended patch address it?

Interestingly enough, it doesn't complain for me when I build the
thermal tree merged on top of the current mainline.

How exactly do you build it?

---
 drivers/thermal/qcom/qcom-spmi-mbg-tm.c |    1 +
 1 file changed, 1 insertion(+)

--- a/drivers/thermal/qcom/qcom-spmi-mbg-tm.c
+++ b/drivers/thermal/qcom/qcom-spmi-mbg-tm.c
@@ -252,5 +252,6 @@ static struct platform_driver mbg_tm_dri
 };
 module_platform_driver(mbg_tm_driver);
 
+MODULE_IMPORT_NS("IIO_CONSUMER");
 MODULE_DESCRIPTION("PMIC MBG Temperature monitor driver");
 MODULE_LICENSE("GPL");





  reply	other threads:[~2026-08-25 13:27 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-08-21 15:32 linux-next: Tree for Aug 21 Mark Brown
2026-08-24 19:15 ` linux-next: Tree for Aug 21 (drivers/thermal/qcom/qcom-spmi-mbg-tm.ko) Randy Dunlap
2026-08-25 13:27   ` Rafael J. Wysocki [this message]
2026-08-25 16:20     ` Randy Dunlap
2026-08-25 18:26       ` Rafael J. Wysocki (Intel)
2026-08-25 18:48     ` Nathan Chancellor
2026-08-25 18:58       ` Rafael J. Wysocki (Intel)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=6027571.DvuYhMxLoT@rafael.j.wysocki \
    --to=rafael@kernel.org \
    --cc=amitk@kernel.org \
    --cc=broonie@kernel.org \
    --cc=daniel.lezcano@kernel.org \
    --cc=jonathan.cameron@oss.qualcomm.com \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-next@vger.kernel.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=lukasz.luba@arm.com \
    --cc=rdunlap@infradead.org \
    --cc=thara.gopinath@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.