All of lore.kernel.org
 help / color / mirror / Atom feed
* aat2870 causes build failure in current upstream
@ 2011-08-02 20:17 H. Peter Anvin
  2011-08-04 17:17 ` Ingo Molnar
  0 siblings, 1 reply; 6+ messages in thread
From: H. Peter Anvin @ 2011-08-02 20:17 UTC (permalink / raw)
  To: Jin Park; +Cc: LKML

Doing an "allmodconfig" on i386:

drivers/built-in.o: In function `aat2870_bl_remove':
/home/hpa/kernel/git.test/drivers/video/backlight/aat2870_bl.c:217:
undefined reference to `backlight_device_unregister'
drivers/built-in.o: In function `aat2870_bl_probe':
/home/hpa/kernel/git.test/drivers/video/backlight/aat2870_bl.c:159:
undefined reference to `backlight_device_register'
/home/hpa/kernel/git.test/drivers/video/backlight/aat2870_bl.c:201:
undefined reference to `backlight_device_unregister'
make[2]: *** [.tmp_vmlinux1] Error 1
make[1]: *** [sub-make] Error 2
make[1]: Leaving directory `/home/hpa/kernel/git.test'

	-hpa

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

* Re: aat2870 causes build failure in current upstream
  2011-08-02 20:17 aat2870 causes build failure in current upstream H. Peter Anvin
@ 2011-08-04 17:17 ` Ingo Molnar
  2011-08-05  6:03   ` Jinyoung Park
  0 siblings, 1 reply; 6+ messages in thread
From: Ingo Molnar @ 2011-08-04 17:17 UTC (permalink / raw)
  To: H. Peter Anvin; +Cc: Jin Park, LKML, Andrew Morton, Rafael J. Wysocki


* H. Peter Anvin <hpa@zytor.com> wrote:

> Doing an "allmodconfig" on i386:
> 
> drivers/built-in.o: In function `aat2870_bl_remove':
> /home/hpa/kernel/git.test/drivers/video/backlight/aat2870_bl.c:217:
> undefined reference to `backlight_device_unregister'
> drivers/built-in.o: In function `aat2870_bl_probe':
> /home/hpa/kernel/git.test/drivers/video/backlight/aat2870_bl.c:159:
> undefined reference to `backlight_device_register'
> /home/hpa/kernel/git.test/drivers/video/backlight/aat2870_bl.c:201:
> undefined reference to `backlight_device_unregister'
> make[2]: *** [.tmp_vmlinux1] Error 1
> make[1]: *** [sub-make] Error 2
> make[1]: Leaving directory `/home/hpa/kernel/git.test'

The allmodconfig build is still broken upstream.

Thanks,

	Ingo

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

* Re: aat2870 causes build failure in current upstream
  2011-08-04 17:17 ` Ingo Molnar
@ 2011-08-05  6:03   ` Jinyoung Park
  2011-08-05 16:22     ` H. Peter Anvin
  0 siblings, 1 reply; 6+ messages in thread
From: Jinyoung Park @ 2011-08-05  6:03 UTC (permalink / raw)
  To: Ingo Molnar; +Cc: H. Peter Anvin, LKML, Andrew Morton, Rafael J. Wysocki

Hi,

I try to check allmodconfig error issue for aat2870 backlight driver.
But I could not observing error message what you attached, building is 
successed.
Please let me know how to reproduce allmodconfig problem for aat2870 
backlight driver.

This is my repro step.
$ git clone 
git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
$ cd linux-next
$ make allmodconfig
$ make

Thanks,
Jin.

2011-08-05 오전 2:17, Ingo Molnar 쓴 글:
>
> * H. Peter Anvin<hpa@zytor.com>  wrote:
>
>> Doing an "allmodconfig" on i386:
>>
>> drivers/built-in.o: In function `aat2870_bl_remove':
>> /home/hpa/kernel/git.test/drivers/video/backlight/aat2870_bl.c:217:
>> undefined reference to `backlight_device_unregister'
>> drivers/built-in.o: In function `aat2870_bl_probe':
>> /home/hpa/kernel/git.test/drivers/video/backlight/aat2870_bl.c:159:
>> undefined reference to `backlight_device_register'
>> /home/hpa/kernel/git.test/drivers/video/backlight/aat2870_bl.c:201:
>> undefined reference to `backlight_device_unregister'
>> make[2]: *** [.tmp_vmlinux1] Error 1
>> make[1]: *** [sub-make] Error 2
>> make[1]: Leaving directory `/home/hpa/kernel/git.test'
>
> The allmodconfig build is still broken upstream.
>
> Thanks,
>
> 	Ingo

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

* Re: aat2870 causes build failure in current upstream
  2011-08-05  6:03   ` Jinyoung Park
@ 2011-08-05 16:22     ` H. Peter Anvin
  2011-08-06  0:38       ` Randy Dunlap
  0 siblings, 1 reply; 6+ messages in thread
From: H. Peter Anvin @ 2011-08-05 16:22 UTC (permalink / raw)
  To: Jinyoung Park; +Cc: Ingo Molnar, LKML, Andrew Morton, Rafael J. Wysocki

On 08/04/2011 11:03 PM, Jinyoung Park wrote:
> Hi,
> 
> I try to check allmodconfig error issue for aat2870 backlight driver.
> But I could not observing error message what you attached, building is
> successed.
> Please let me know how to reproduce allmodconfig problem for aat2870
> backlight driver.
> 
> This is my repro step.
> $ git clone
> git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
> $ cd linux-next
> $ make allmodconfig
> $ make
> 
> Thanks,
> Jin.
> 

Get Linus' current tree, not linux-next.

	-hpa


-- 
H. Peter Anvin, Intel Open Source Technology Center
I work for Intel.  I don't speak on their behalf.


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

* Re: aat2870 causes build failure in current upstream
  2011-08-05 16:22     ` H. Peter Anvin
@ 2011-08-06  0:38       ` Randy Dunlap
  2011-08-06  6:53         ` Ingo Molnar
  0 siblings, 1 reply; 6+ messages in thread
From: Randy Dunlap @ 2011-08-06  0:38 UTC (permalink / raw)
  To: H. Peter Anvin
  Cc: Jinyoung Park, Ingo Molnar, LKML, Andrew Morton, Rafael J. Wysocki

On Fri, 05 Aug 2011 09:22:47 -0700 H. Peter Anvin wrote:

> On 08/04/2011 11:03 PM, Jinyoung Park wrote:
> > Hi,
> > 
> > I try to check allmodconfig error issue for aat2870 backlight driver.
> > But I could not observing error message what you attached, building is
> > successed.
> > Please let me know how to reproduce allmodconfig problem for aat2870
> > backlight driver.
> > 
> > This is my repro step.
> > $ git clone
> > git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
> > $ cd linux-next
> > $ make allmodconfig
> > $ make
> > 
> > Thanks,
> > Jin.
> > 
> 
> Get Linus' current tree, not linux-next.

Now fixed?  current mainline i386 allmodconfig builds OK for me.

---
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***

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

* Re: aat2870 causes build failure in current upstream
  2011-08-06  0:38       ` Randy Dunlap
@ 2011-08-06  6:53         ` Ingo Molnar
  0 siblings, 0 replies; 6+ messages in thread
From: Ingo Molnar @ 2011-08-06  6:53 UTC (permalink / raw)
  To: Randy Dunlap
  Cc: H. Peter Anvin, Jinyoung Park, LKML, Andrew Morton, Rafael J. Wysocki


* Randy Dunlap <rdunlap@xenotime.net> wrote:

> On Fri, 05 Aug 2011 09:22:47 -0700 H. Peter Anvin wrote:
> 
> > On 08/04/2011 11:03 PM, Jinyoung Park wrote:
> > > Hi,
> > > 
> > > I try to check allmodconfig error issue for aat2870 backlight driver.
> > > But I could not observing error message what you attached, building is
> > > successed.
> > > Please let me know how to reproduce allmodconfig problem for aat2870
> > > backlight driver.
> > > 
> > > This is my repro step.
> > > $ git clone
> > > git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
> > > $ cd linux-next
> > > $ make allmodconfig
> > > $ make
> > > 
> > > Thanks,
> > > Jin.
> > > 
> > 
> > Get Linus' current tree, not linux-next.
> 
> Now fixed?  current mainline i386 allmodconfig builds OK for me.

Yeah, works ok for me with latest -git as well so something fixed it.

Thanks,

	Ingo

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

end of thread, other threads:[~2011-08-06  6:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-02 20:17 aat2870 causes build failure in current upstream H. Peter Anvin
2011-08-04 17:17 ` Ingo Molnar
2011-08-05  6:03   ` Jinyoung Park
2011-08-05 16:22     ` H. Peter Anvin
2011-08-06  0:38       ` Randy Dunlap
2011-08-06  6:53         ` Ingo Molnar

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.