From: Randy Dunlap <rdunlap@infradead.org>
To: Andrew Morton <akpm@linux-foundation.org>,
broonie@kernel.org, mhocko@suse.cz, sfr@canb.auug.org.au,
linux-next@vger.kernel.org, linux-fsdevel@vger.kernel.org,
linux-mm@kvack.org, linux-kernel@vger.kernel.org,
mm-commits@vger.kernel.org
Cc: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>,
Banajit Goswami <bgoswami@codeaurora.org>,
ALSA Development Mailing List <alsa-devel@alsa-project.org>
Subject: Re: mmotm 2022-03-06-20-33 uploaded (sound/soc/codecs/snd-soc-lpass-[rt]x-macro.ko)
Date: Mon, 7 Mar 2022 13:24:16 -0800 [thread overview]
Message-ID: <2abe3aec-db33-fcbe-6865-8ece2f693a4f@infradead.org> (raw)
In-Reply-To: <20220307043435.251DBC340E9@smtp.kernel.org>
[-- Attachment #1: Type: text/plain, Size: 2589 bytes --]
On 3/6/22 20:34, Andrew Morton wrote:
> The mm-of-the-moment snapshot 2022-03-06-20-33 has been uploaded to
>
> https://www.ozlabs.org/~akpm/mmotm/
>
> mmotm-readme.txt says
>
> README for mm-of-the-moment:
>
> https://www.ozlabs.org/~akpm/mmotm/
>
> This is a snapshot of my -mm patch queue. Uploaded at random hopefully
> more than once a week.
>
> You will need quilt to apply these patches to the latest Linus release (5.x
> or 5.x-rcY). The series file is in broken-out.tar.gz and is duplicated in
> https://ozlabs.org/~akpm/mmotm/series
on x86_64:
WARNING: unmet direct dependencies detected for SND_SOC_LPASS_RX_MACRO
Depends on [n]: SOUND [=m] && !UML && SND [=m] && SND_SOC [=m] && COMMON_CLK [=n]
Selected by [m]:
- SND_SOC_SC7280 [=m] && SOUND [=m] && !UML && SND [=m] && SND_SOC [=m] && SND_SOC_QCOM [=m] && I2C [=y] && SOUNDWIRE [=m]
WARNING: unmet direct dependencies detected for SND_SOC_LPASS_TX_MACRO
Depends on [n]: SOUND [=m] && !UML && SND [=m] && SND_SOC [=m] && COMMON_CLK [=n]
Selected by [m]:
- SND_SOC_SC7280 [=m] && SOUND [=m] && !UML && SND [=m] && SND_SOC [=m] && SND_SOC_QCOM [=m] && I2C [=y] && SOUNDWIRE [=m]
WARNING: unmet direct dependencies detected for SND_SOC_LPASS_RX_MACRO
Depends on [n]: SOUND [=m] && !UML && SND [=m] && SND_SOC [=m] && COMMON_CLK [=n]
Selected by [m]:
- SND_SOC_SC7280 [=m] && SOUND [=m] && !UML && SND [=m] && SND_SOC [=m] && SND_SOC_QCOM [=m] && I2C [=y] && SOUNDWIRE [=m]
WARNING: unmet direct dependencies detected for SND_SOC_LPASS_TX_MACRO
Depends on [n]: SOUND [=m] && !UML && SND [=m] && SND_SOC [=m] && COMMON_CLK [=n]
Selected by [m]:
- SND_SOC_SC7280 [=m] && SOUND [=m] && !UML && SND [=m] && SND_SOC [=m] && SND_SOC_QCOM [=m] && I2C [=y] && SOUNDWIRE [=m]
and then:
ERROR: modpost: "of_clk_hw_simple_get" [sound/soc/codecs/snd-soc-lpass-tx-macro.ko] undefined!
ERROR: modpost: "devm_clk_hw_register" [sound/soc/codecs/snd-soc-lpass-tx-macro.ko] undefined!
ERROR: modpost: "devm_of_clk_add_hw_provider" [sound/soc/codecs/snd-soc-lpass-tx-macro.ko] undefined!
ERROR: modpost: "__clk_get_name" [sound/soc/codecs/snd-soc-lpass-tx-macro.ko] undefined!
ERROR: modpost: "of_clk_hw_simple_get" [sound/soc/codecs/snd-soc-lpass-rx-macro.ko] undefined!
ERROR: modpost: "devm_clk_hw_register" [sound/soc/codecs/snd-soc-lpass-rx-macro.ko] undefined!
ERROR: modpost: "devm_of_clk_add_hw_provider" [sound/soc/codecs/snd-soc-lpass-rx-macro.ko] undefined!
ERROR: modpost: "__clk_get_name" [sound/soc/codecs/snd-soc-lpass-rx-macro.ko] undefined!
Full randconfig file is attached.
--
~Randy
[-- Attachment #2: config-r2488.gz --]
[-- Type: application/gzip, Size: 39202 bytes --]
prev parent reply other threads:[~2022-03-07 21:24 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-07 4:34 mmotm 2022-03-06-20-33 uploaded Andrew Morton
2022-03-07 21:12 ` mmotm 2022-03-06-20-33 uploaded (sound/soc/intel/boards/) Randy Dunlap
2022-03-07 21:54 ` Pierre-Louis Bossart
2022-03-07 23:14 ` Randy Dunlap
2022-03-07 21:15 ` mmotm 2022-03-06-20-33 uploaded (x86-android-tablets) Randy Dunlap
2022-03-08 15:25 ` Hans de Goede
2022-03-07 21:24 ` Randy Dunlap [this message]
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=2abe3aec-db33-fcbe-6865-8ece2f693a4f@infradead.org \
--to=rdunlap@infradead.org \
--cc=akpm@linux-foundation.org \
--cc=alsa-devel@alsa-project.org \
--cc=bgoswami@codeaurora.org \
--cc=broonie@kernel.org \
--cc=linux-fsdevel@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=linux-next@vger.kernel.org \
--cc=mhocko@suse.cz \
--cc=mm-commits@vger.kernel.org \
--cc=sfr@canb.auug.org.au \
--cc=srinivas.kandagatla@linaro.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).