From: Stephen Boyd <sboyd@kernel.org>
To: kbuild-all@lists.01.org
Subject: Re: [linux-next:master 11842/11993] ERROR: modpost: "devm_platform_ioremap_resource" [drivers/clk/xilinx/clk-xlnx-clock-wizard.ko] undefined!
Date: Mon, 03 Oct 2022 13:20:44 -0700 [thread overview]
Message-ID: <20221003202046.64A5CC433C1@smtp.kernel.org> (raw)
In-Reply-To: <202210021632.mnd53ADp-lkp@intel.com>
[-- Attachment #1: Type: text/plain, Size: 1519 bytes --]
Quoting kernel test robot (2022-10-02 01:34:23)
> tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
> head: 274d7803837da78dfc911bcda0d593412676fc20
> commit: bf3f7646412b07ab09b399baadbdf67cad733dbd [11842/11993] Merge branch 'clk-next' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
> config: s390-allmodconfig
> compiler: s390-linux-gcc (GCC) 12.1.0
> reproduce (this is a W=1 build):
> wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
> chmod +x ~/bin/make.cross
> # https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=bf3f7646412b07ab09b399baadbdf67cad733dbd
> git remote add linux-next https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
> git fetch --no-tags linux-next master
> git checkout bf3f7646412b07ab09b399baadbdf67cad733dbd
> # save the config file
> mkdir build_dir && cp config build_dir/.config
> COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=s390 SHELL=/bin/bash
>
> If you fix the issue, kindly add following tag where applicable
> | Reported-by: kernel test robot <lkp@intel.com>
>
> All errors (new ones prefixed by >>, old ones prefixed by <<):
>
> >> ERROR: modpost: "devm_platform_ioremap_resource" [drivers/clk/xilinx/clk-xlnx-clock-wizard.ko] undefined!
We need a 'depends on HAS_IOMEM' in the xilinx Kconfig.
WARNING: multiple messages have this Message-ID (diff)
From: Stephen Boyd <sboyd@kernel.org>
To: kernel test robot <lkp@intel.com>,
Shubhrajyoti Datta <shubhrajyoti.datta@xilinx.com>
Cc: kbuild-all@lists.01.org,
Linux Memory Management List <linux-mm@kvack.org>,
Mark Brown <broonie@kernel.org>
Subject: Re: [linux-next:master 11842/11993] ERROR: modpost: "devm_platform_ioremap_resource" [drivers/clk/xilinx/clk-xlnx-clock-wizard.ko] undefined!
Date: Mon, 03 Oct 2022 13:20:44 -0700 [thread overview]
Message-ID: <20221003202046.64A5CC433C1@smtp.kernel.org> (raw)
In-Reply-To: <202210021632.mnd53ADp-lkp@intel.com>
Quoting kernel test robot (2022-10-02 01:34:23)
> tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
> head: 274d7803837da78dfc911bcda0d593412676fc20
> commit: bf3f7646412b07ab09b399baadbdf67cad733dbd [11842/11993] Merge branch 'clk-next' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
> config: s390-allmodconfig
> compiler: s390-linux-gcc (GCC) 12.1.0
> reproduce (this is a W=1 build):
> wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
> chmod +x ~/bin/make.cross
> # https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=bf3f7646412b07ab09b399baadbdf67cad733dbd
> git remote add linux-next https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
> git fetch --no-tags linux-next master
> git checkout bf3f7646412b07ab09b399baadbdf67cad733dbd
> # save the config file
> mkdir build_dir && cp config build_dir/.config
> COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=s390 SHELL=/bin/bash
>
> If you fix the issue, kindly add following tag where applicable
> | Reported-by: kernel test robot <lkp@intel.com>
>
> All errors (new ones prefixed by >>, old ones prefixed by <<):
>
> >> ERROR: modpost: "devm_platform_ioremap_resource" [drivers/clk/xilinx/clk-xlnx-clock-wizard.ko] undefined!
We need a 'depends on HAS_IOMEM' in the xilinx Kconfig.
next prev parent reply other threads:[~2022-10-03 20:20 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-10-02 8:34 [linux-next:master 11842/11993] ERROR: modpost: "devm_platform_ioremap_resource" [drivers/clk/xilinx/clk-xlnx-clock-wizard.ko] undefined! kernel test robot
2022-10-03 20:20 ` Stephen Boyd [this message]
2022-10-03 20:20 ` Stephen Boyd
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=20221003202046.64A5CC433C1@smtp.kernel.org \
--to=sboyd@kernel.org \
--cc=kbuild-all@lists.01.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 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.