All of lore.kernel.org
 help / color / mirror / Atom feed
* [soc:pxa-multiplatform-5.18 48/49] ERROR: modpost: "pci_remap_iospace" [drivers/pcmcia/soc_common.ko] undefined!
@ 2022-05-04  3:24 kernel test robot
  2022-05-05  6:47   ` Arnd Bergmann
  0 siblings, 1 reply; 3+ messages in thread
From: kernel test robot @ 2022-05-04  3:24 UTC (permalink / raw)
  To: Arnd Bergmann; +Cc: kbuild-all, linux-arm-kernel, arm

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git pxa-multiplatform-5.18
head:   364aab79f6c6d587f9c5e154822c74480e8fb820
commit: 0d1240dd85fb31725d7be10b0e4b7f4b958c1705 [48/49] ARM: pxa/sa1100: move I/O space to PCI_IOBASE
config: arm-eseries_pxa_defconfig (https://download.01.org/0day-ci/archive/20220504/202205041144.VjEw64Qt-lkp@intel.com/config)
compiler: arm-linux-gnueabi-gcc (GCC) 11.3.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/soc/soc.git/commit/?id=0d1240dd85fb31725d7be10b0e4b7f4b958c1705
        git remote add soc https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git
        git fetch --no-tags soc pxa-multiplatform-5.18
        git checkout 0d1240dd85fb31725d7be10b0e4b7f4b958c1705
        # save the config file
        mkdir build_dir && cp config build_dir/.config
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.3.0 make.cross W=1 O=build_dir ARCH=arm SHELL=/bin/bash

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>

All errors (new ones prefixed by >>, old ones prefixed by <<):

>> ERROR: modpost: "pci_remap_iospace" [drivers/pcmcia/soc_common.ko] undefined!
>> ERROR: modpost: "vunmap_range" [drivers/pcmcia/soc_common.ko] undefined!

-- 
0-DAY CI Kernel Test Service
https://01.org/lkp

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [soc:pxa-multiplatform-5.18 48/49] ERROR: modpost: "pci_remap_iospace" [drivers/pcmcia/soc_common.ko] undefined!
  2022-05-04  3:24 [soc:pxa-multiplatform-5.18 48/49] ERROR: modpost: "pci_remap_iospace" [drivers/pcmcia/soc_common.ko] undefined! kernel test robot
@ 2022-05-05  6:47   ` Arnd Bergmann
  0 siblings, 0 replies; 3+ messages in thread
From: Arnd Bergmann @ 2022-05-05  6:47 UTC (permalink / raw)
  To: kernel test robot; +Cc: Arnd Bergmann, kbuild-all, Linux ARM, arm-soc

On Wed, May 4, 2022 at 5:24 AM kernel test robot <lkp@intel.com> wrote:
>
> tree:   https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git pxa-multiplatform-5.18
> head:   364aab79f6c6d587f9c5e154822c74480e8fb820
> commit: 0d1240dd85fb31725d7be10b0e4b7f4b958c1705 [48/49] ARM: pxa/sa1100: move I/O space to PCI_IOBASE
> config: arm-eseries_pxa_defconfig (https://download.01.org/0day-ci/archive/20220504/202205041144.VjEw64Qt-lkp@intel.com/config)
> compiler: arm-linux-gnueabi-gcc (GCC) 11.3.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/soc/soc.git/commit/?id=0d1240dd85fb31725d7be10b0e4b7f4b958c1705
>         git remote add soc https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git
>         git fetch --no-tags soc pxa-multiplatform-5.18
>         git checkout 0d1240dd85fb31725d7be10b0e4b7f4b958c1705
>         # save the config file
>         mkdir build_dir && cp config build_dir/.config
>         COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.3.0 make.cross W=1 O=build_dir ARCH=arm SHELL=/bin/bash
>
> If you fix the issue, kindly add following tag as appropriate
> Reported-by: kernel test robot <lkp@intel.com>
>
> All errors (new ones prefixed by >>, old ones prefixed by <<):
>
> >> ERROR: modpost: "pci_remap_iospace" [drivers/pcmcia/soc_common.ko] undefined!
> >> ERROR: modpost: "vunmap_range" [drivers/pcmcia/soc_common.ko] undefined!

Fixed now, using the correct #ifdef check, as CONFIG_PCMCIA can be a
loadable module

        Arnd

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [soc:pxa-multiplatform-5.18 48/49] ERROR: modpost: "pci_remap_iospace" [drivers/pcmcia/soc_common.ko] undefined!
@ 2022-05-05  6:47   ` Arnd Bergmann
  0 siblings, 0 replies; 3+ messages in thread
From: Arnd Bergmann @ 2022-05-05  6:47 UTC (permalink / raw)
  To: kbuild-all

[-- Attachment #1: Type: text/plain, Size: 1693 bytes --]

On Wed, May 4, 2022 at 5:24 AM kernel test robot <lkp@intel.com> wrote:
>
> tree:   https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git pxa-multiplatform-5.18
> head:   364aab79f6c6d587f9c5e154822c74480e8fb820
> commit: 0d1240dd85fb31725d7be10b0e4b7f4b958c1705 [48/49] ARM: pxa/sa1100: move I/O space to PCI_IOBASE
> config: arm-eseries_pxa_defconfig (https://download.01.org/0day-ci/archive/20220504/202205041144.VjEw64Qt-lkp(a)intel.com/config)
> compiler: arm-linux-gnueabi-gcc (GCC) 11.3.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/soc/soc.git/commit/?id=0d1240dd85fb31725d7be10b0e4b7f4b958c1705
>         git remote add soc https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git
>         git fetch --no-tags soc pxa-multiplatform-5.18
>         git checkout 0d1240dd85fb31725d7be10b0e4b7f4b958c1705
>         # save the config file
>         mkdir build_dir && cp config build_dir/.config
>         COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.3.0 make.cross W=1 O=build_dir ARCH=arm SHELL=/bin/bash
>
> If you fix the issue, kindly add following tag as appropriate
> Reported-by: kernel test robot <lkp@intel.com>
>
> All errors (new ones prefixed by >>, old ones prefixed by <<):
>
> >> ERROR: modpost: "pci_remap_iospace" [drivers/pcmcia/soc_common.ko] undefined!
> >> ERROR: modpost: "vunmap_range" [drivers/pcmcia/soc_common.ko] undefined!

Fixed now, using the correct #ifdef check, as CONFIG_PCMCIA can be a
loadable module

        Arnd

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-05-05  6:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-04  3:24 [soc:pxa-multiplatform-5.18 48/49] ERROR: modpost: "pci_remap_iospace" [drivers/pcmcia/soc_common.ko] undefined! kernel test robot
2022-05-05  6:47 ` Arnd Bergmann
2022-05-05  6:47   ` Arnd Bergmann

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.