linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* ERROR: modpost: "vmf_insert_pfn_prot" [drivers/gpu/drm/ttm/ttm.ko] undefined!
@ 2022-08-11 17:06 kernel test robot
  0 siblings, 0 replies; 5+ messages in thread
From: kernel test robot @ 2022-08-11 17:06 UTC (permalink / raw)
  To: Javier Martinez Canillas; +Cc: kbuild-all, linux-kernel

Hi Javier,

FYI, the error/warning still remains.

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   21f9c8a13bb2a0c24d9c6b86bc0896542a28c197
commit: a0f25a6bb319aa05e04dcf51707c97c2881b4f47 drm/hisilicon/hibmc: Allow to be built if COMPILE_TEST is enabled
date:   7 months ago
config: m68k-buildonly-randconfig-r002-20220811 (https://download.01.org/0day-ci/archive/20220812/202208120021.YxUbuR3a-lkp@intel.com/config)
compiler: m68k-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/torvalds/linux.git/commit/?id=a0f25a6bb319aa05e04dcf51707c97c2881b4f47
        git remote add linus https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
        git fetch --no-tags linus master
        git checkout a0f25a6bb319aa05e04dcf51707c97c2881b4f47
        # 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=m68k 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: "vmf_insert_pfn_prot" [drivers/gpu/drm/ttm/ttm.ko] undefined!

Kconfig warnings: (for reference only)
   WARNING: unmet direct dependencies detected for DRM_TTM
   Depends on [n]: HAS_IOMEM [=y] && DRM [=y] && MMU [=n]
   Selected by [m]:
   - DRM_TTM_HELPER [=m] && HAS_IOMEM [=y] && DRM [=y]
   - DRM_HISI_HIBMC [=m] && HAS_IOMEM [=y] && DRM [=y] && PCI [=y] && (ARM64 || COMPILE_TEST [=y])

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

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

* Re: ERROR: modpost: "vmf_insert_pfn_prot" [drivers/gpu/drm/ttm/ttm.ko] undefined!
  2022-09-20  9:19   ` Javier Martinez Canillas
@ 2022-09-20 14:47     ` Randy Dunlap
  0 siblings, 0 replies; 5+ messages in thread
From: Randy Dunlap @ 2022-09-20 14:47 UTC (permalink / raw)
  To: Javier Martinez Canillas, kernel test robot; +Cc: kbuild-all, linux-kernel



On 9/20/22 02:19, Javier Martinez Canillas wrote:
> Hello Randy,
> 
> On 9/20/22 08:04, Randy Dunlap wrote:
>>
>>
>> On 9/18/22 04:08, kernel test robot wrote:
>>> Hi Javier,
>>>
>>> FYI, the error/warning was bisected to this commit, please ignore it if it's irrelevant.
>>
>> On 2022-June-19 Javier said that he would merge my patch:
>>
>> https://lore.kernel.org/dri-devel/5eabd169-b8a0-fb8f-d70b-4495d3790f05@redhat.com/
>>
>> What's up, Javier?
>>
>>
> 
> Sorry, you are right. I've pushed now to drm-misc (drm-misc-fixes)
> after fixing the commit message and Fixes tag as we talked before:
> 
> https://cgit.freedesktop.org/drm/drm-misc/commit/?h=drm-misc-fixes&id=d8a79c030549

Yes. Thanks.

-- 
~Randy

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

* Re: ERROR: modpost: "vmf_insert_pfn_prot" [drivers/gpu/drm/ttm/ttm.ko] undefined!
  2022-09-20  6:04 ` Randy Dunlap
@ 2022-09-20  9:19   ` Javier Martinez Canillas
  2022-09-20 14:47     ` Randy Dunlap
  0 siblings, 1 reply; 5+ messages in thread
From: Javier Martinez Canillas @ 2022-09-20  9:19 UTC (permalink / raw)
  To: Randy Dunlap, kernel test robot; +Cc: kbuild-all, linux-kernel

Hello Randy,

On 9/20/22 08:04, Randy Dunlap wrote:
> 
> 
> On 9/18/22 04:08, kernel test robot wrote:
>> Hi Javier,
>>
>> FYI, the error/warning was bisected to this commit, please ignore it if it's irrelevant.
> 
> On 2022-June-19 Javier said that he would merge my patch:
> 
> https://lore.kernel.org/dri-devel/5eabd169-b8a0-fb8f-d70b-4495d3790f05@redhat.com/
> 
> What's up, Javier?
> 
> 

Sorry, you are right. I've pushed now to drm-misc (drm-misc-fixes)
after fixing the commit message and Fixes tag as we talked before:

https://cgit.freedesktop.org/drm/drm-misc/commit/?h=drm-misc-fixes&id=d8a79c030549

-- 
Best regards,

Javier Martinez Canillas
Core Platforms
Red Hat


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

* Re: ERROR: modpost: "vmf_insert_pfn_prot" [drivers/gpu/drm/ttm/ttm.ko] undefined!
  2022-09-18 11:08 kernel test robot
@ 2022-09-20  6:04 ` Randy Dunlap
  2022-09-20  9:19   ` Javier Martinez Canillas
  0 siblings, 1 reply; 5+ messages in thread
From: Randy Dunlap @ 2022-09-20  6:04 UTC (permalink / raw)
  To: kernel test robot, Javier Martinez Canillas; +Cc: kbuild-all, linux-kernel



On 9/18/22 04:08, kernel test robot wrote:
> Hi Javier,
> 
> FYI, the error/warning was bisected to this commit, please ignore it if it's irrelevant.

On 2022-June-19 Javier said that he would merge my patch:

https://lore.kernel.org/dri-devel/5eabd169-b8a0-fb8f-d70b-4495d3790f05@redhat.com/

What's up, Javier?


> tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
> head:   a335366bad1364a07f49df9da1fdfa6d411a5f39
> commit: a0f25a6bb319aa05e04dcf51707c97c2881b4f47 drm/hisilicon/hibmc: Allow to be built if COMPILE_TEST is enabled
> date:   8 months ago
> config: m68k-randconfig-r016-20220918 (https://download.01.org/0day-ci/archive/20220918/202209181951.Wdmac1wt-lkp@intel.com/config)
> compiler: m68k-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/torvalds/linux.git/commit/?id=a0f25a6bb319aa05e04dcf51707c97c2881b4f47
>         git remote add linus https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
>         git fetch --no-tags linus master
>         git checkout a0f25a6bb319aa05e04dcf51707c97c2881b4f47
>         # 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=m68k 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: "vmf_insert_pfn_prot" [drivers/gpu/drm/ttm/ttm.ko] undefined!
> 
> Kconfig warnings: (for reference only)
>    WARNING: unmet direct dependencies detected for DRM_TTM
>    Depends on [n]: HAS_IOMEM [=y] && DRM [=m] && MMU [=n]
>    Selected by [m]:
>    - DRM_TTM_HELPER [=m] && HAS_IOMEM [=y] && DRM [=m]
>    - DRM_HISI_HIBMC [=m] && HAS_IOMEM [=y] && DRM [=m] && PCI [=y] && (ARM64 || COMPILE_TEST [=y])
> 

-- 
~Randy

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

* ERROR: modpost: "vmf_insert_pfn_prot" [drivers/gpu/drm/ttm/ttm.ko] undefined!
@ 2022-09-18 11:08 kernel test robot
  2022-09-20  6:04 ` Randy Dunlap
  0 siblings, 1 reply; 5+ messages in thread
From: kernel test robot @ 2022-09-18 11:08 UTC (permalink / raw)
  To: Javier Martinez Canillas; +Cc: kbuild-all, linux-kernel

Hi Javier,

FYI, the error/warning was bisected to this commit, please ignore it if it's irrelevant.

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   a335366bad1364a07f49df9da1fdfa6d411a5f39
commit: a0f25a6bb319aa05e04dcf51707c97c2881b4f47 drm/hisilicon/hibmc: Allow to be built if COMPILE_TEST is enabled
date:   8 months ago
config: m68k-randconfig-r016-20220918 (https://download.01.org/0day-ci/archive/20220918/202209181951.Wdmac1wt-lkp@intel.com/config)
compiler: m68k-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/torvalds/linux.git/commit/?id=a0f25a6bb319aa05e04dcf51707c97c2881b4f47
        git remote add linus https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
        git fetch --no-tags linus master
        git checkout a0f25a6bb319aa05e04dcf51707c97c2881b4f47
        # 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=m68k 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: "vmf_insert_pfn_prot" [drivers/gpu/drm/ttm/ttm.ko] undefined!

Kconfig warnings: (for reference only)
   WARNING: unmet direct dependencies detected for DRM_TTM
   Depends on [n]: HAS_IOMEM [=y] && DRM [=m] && MMU [=n]
   Selected by [m]:
   - DRM_TTM_HELPER [=m] && HAS_IOMEM [=y] && DRM [=m]
   - DRM_HISI_HIBMC [=m] && HAS_IOMEM [=y] && DRM [=m] && PCI [=y] && (ARM64 || COMPILE_TEST [=y])

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

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

end of thread, other threads:[~2022-09-20 14:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-11 17:06 ERROR: modpost: "vmf_insert_pfn_prot" [drivers/gpu/drm/ttm/ttm.ko] undefined! kernel test robot
2022-09-18 11:08 kernel test robot
2022-09-20  6:04 ` Randy Dunlap
2022-09-20  9:19   ` Javier Martinez Canillas
2022-09-20 14:47     ` Randy Dunlap

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).