linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* ERROR: "vmf_insert_mixed" [drivers/gpu/drm/exynos/exynosdrm.ko] undefined!
@ 2019-07-24 22:35 ` kbuild test robot
  2019-08-02  8:15   ` Inki Dae
  0 siblings, 1 reply; 3+ messages in thread
From: kbuild test robot @ 2019-07-24 22:35 UTC (permalink / raw)
  To: Sam Ravnborg; +Cc: kbuild-all, linux-kernel, Inki Dae

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

tree:   https://kernel.googlesource.com/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   bed38c3e2dca01b358a62b5e73b46e875742fd75
commit: 156bdac99061b4013c8e47799c6e574f7f84e9f4 drm/exynos: trigger build of all modules
date:   4 weeks ago
config: h8300-allmodconfig (attached as .config)
compiler: h8300-linux-gcc (GCC) 7.4.0
reproduce:
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        git checkout 156bdac99061b4013c8e47799c6e574f7f84e9f4
        # save the attached .config to linux build tree
        GCC_VERSION=7.4.0 make.cross ARCH=h8300 

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

All errors (new ones prefixed by >>):

>> ERROR: "vmf_insert_mixed" [drivers/gpu/drm/exynos/exynosdrm.ko] undefined!

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 50722 bytes --]

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

* Re: ERROR: "vmf_insert_mixed" [drivers/gpu/drm/exynos/exynosdrm.ko] undefined!
  2019-07-24 22:35 ` ERROR: "vmf_insert_mixed" [drivers/gpu/drm/exynos/exynosdrm.ko] undefined! kbuild test robot
@ 2019-08-02  8:15   ` Inki Dae
  2019-08-02 10:49     ` Sam Ravnborg
  0 siblings, 1 reply; 3+ messages in thread
From: Inki Dae @ 2019-08-02  8:15 UTC (permalink / raw)
  To: kbuild test robot, Sam Ravnborg; +Cc: kbuild-all, linux-kernel

Hi,

19. 7. 25. 오전 7:35에 kbuild test robot 이(가) 쓴 글:
> tree:   https://kernel.googlesource.com/pub/scm/linux/kernel/git/torvalds/linux.git master
> head:   bed38c3e2dca01b358a62b5e73b46e875742fd75
> commit: 156bdac99061b4013c8e47799c6e574f7f84e9f4 drm/exynos: trigger build of all modules
> date:   4 weeks ago
> config: h8300-allmodconfig (attached as .config)
> compiler: h8300-linux-gcc (GCC) 7.4.0
> reproduce:
>         wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
>         chmod +x ~/bin/make.cross
>         git checkout 156bdac99061b4013c8e47799c6e574f7f84e9f4
>         # save the attached .config to linux build tree
>         GCC_VERSION=7.4.0 make.cross ARCH=h8300 
> 
> If you fix the issue, kindly add following tag
> Reported-by: kbuild test robot <lkp@intel.com>
> 
> All errors (new ones prefixed by >>):
> 
>>> ERROR: "vmf_insert_mixed" [drivers/gpu/drm/exynos/exynosdrm.ko] undefined!

With below patch I think the build error reported already will be fixed,
https://patchwork.kernel.org/patch/11035147/

Thanks,
Inki Dae

> 
> ---
> 0-DAY kernel test infrastructure                Open Source Technology Center
> https://lists.01.org/pipermail/kbuild-all                   Intel Corporation
> 

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

* Re: ERROR: "vmf_insert_mixed" [drivers/gpu/drm/exynos/exynosdrm.ko] undefined!
  2019-08-02  8:15   ` Inki Dae
@ 2019-08-02 10:49     ` Sam Ravnborg
  0 siblings, 0 replies; 3+ messages in thread
From: Sam Ravnborg @ 2019-08-02 10:49 UTC (permalink / raw)
  To: Inki Dae; +Cc: kbuild test robot, kbuild-all, linux-kernel

Hi Inki

On Fri, Aug 02, 2019 at 05:15:06PM +0900, Inki Dae wrote:
> Hi,
> 
> 19. 7. 25. 오전 7:35에 kbuild test robot 이(가) 쓴 글:
> > tree:   https://kernel.googlesource.com/pub/scm/linux/kernel/git/torvalds/linux.git master
> > head:   bed38c3e2dca01b358a62b5e73b46e875742fd75
> > commit: 156bdac99061b4013c8e47799c6e574f7f84e9f4 drm/exynos: trigger build of all modules
> > date:   4 weeks ago
> > config: h8300-allmodconfig (attached as .config)
> > compiler: h8300-linux-gcc (GCC) 7.4.0
> > reproduce:
> >         wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
> >         chmod +x ~/bin/make.cross
> >         git checkout 156bdac99061b4013c8e47799c6e574f7f84e9f4
> >         # save the attached .config to linux build tree
> >         GCC_VERSION=7.4.0 make.cross ARCH=h8300 
> > 
> > If you fix the issue, kindly add following tag
> > Reported-by: kbuild test robot <lkp@intel.com>
> > 
> > All errors (new ones prefixed by >>):
> > 
> >>> ERROR: "vmf_insert_mixed" [drivers/gpu/drm/exynos/exynosdrm.ko] undefined!
> 
> With below patch I think the build error reported already will be fixed,
> https://patchwork.kernel.org/patch/11035147/

I have the exact same patch locally - that I forgot to send out.
So:
Acked-by: Sam Ravnborg <sam@ravnborg.org>

	Sam

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

end of thread, other threads:[~2019-08-02 10:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <CGME20190724223620epcas3p35a32100b839a0d545e910e3ed84047ca@epcas3p3.samsung.com>
2019-07-24 22:35 ` ERROR: "vmf_insert_mixed" [drivers/gpu/drm/exynos/exynosdrm.ko] undefined! kbuild test robot
2019-08-02  8:15   ` Inki Dae
2019-08-02 10:49     ` Sam Ravnborg

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