All of lore.kernel.org
 help / color / mirror / Atom feed
* linux-next: build failure after merge of the tiny tree
@ 2014-11-10  7:17 Stephen Rothwell
  2014-11-10  7:56 ` Josh Triplett
  0 siblings, 1 reply; 5+ messages in thread
From: Stephen Rothwell @ 2014-11-10  7:17 UTC (permalink / raw)
  To: Josh Triplett; +Cc: linux-next, linux-kernel, Catalina Mocanu

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

Hi Josh,

After merging the tiny tree, today's linux-next build (powerpc64 allnoconfig)
failed like this:

arch/powerpc/kernel/built-in.o: In function `sys_call_table':
(.rodata+0xd58): undefined reference to `.compat_sys_adjtimex'
arch/powerpc/kernel/built-in.o: In function `sys_call_table':
(.rodata+0x1b48): undefined reference to `.compat_sys_clock_adjtime'

Caused by commit be1e48a8e48f ("kernel: time: Compile out NTP support").

I have reverted that commit for today.
-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

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

* Re: linux-next: build failure after merge of the tiny tree
  2014-11-10  7:17 linux-next: build failure after merge of the tiny tree Stephen Rothwell
@ 2014-11-10  7:56 ` Josh Triplett
  2014-11-10 17:54   ` Josh Triplett
  0 siblings, 1 reply; 5+ messages in thread
From: Josh Triplett @ 2014-11-10  7:56 UTC (permalink / raw)
  To: Stephen Rothwell; +Cc: linux-next, linux-kernel, Catalina Mocanu

On Mon, Nov 10, 2014 at 06:17:16PM +1100, Stephen Rothwell wrote:
> Hi Josh,
> 
> After merging the tiny tree, today's linux-next build (powerpc64 allnoconfig)
> failed like this:
> 
> arch/powerpc/kernel/built-in.o: In function `sys_call_table':
> (.rodata+0xd58): undefined reference to `.compat_sys_adjtimex'
> arch/powerpc/kernel/built-in.o: In function `sys_call_table':
> (.rodata+0x1b48): undefined reference to `.compat_sys_clock_adjtime'
> 
> Caused by commit be1e48a8e48f ("kernel: time: Compile out NTP support").

Good catch, thanks.  Not clear why that build failure didn't show up on
x86.

Looks like the two compat syscalls need cond_syscall lines as well.
I'll add those to the patch.

- Josh Triplett

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

* Re: linux-next: build failure after merge of the tiny tree
  2014-11-10  7:56 ` Josh Triplett
@ 2014-11-10 17:54   ` Josh Triplett
  0 siblings, 0 replies; 5+ messages in thread
From: Josh Triplett @ 2014-11-10 17:54 UTC (permalink / raw)
  To: Stephen Rothwell; +Cc: linux-next, linux-kernel, Catalina Mocanu

On Sun, Nov 09, 2014 at 11:56:04PM -0800, Josh Triplett wrote:
> On Mon, Nov 10, 2014 at 06:17:16PM +1100, Stephen Rothwell wrote:
> > Hi Josh,
> > 
> > After merging the tiny tree, today's linux-next build (powerpc64 allnoconfig)
> > failed like this:
> > 
> > arch/powerpc/kernel/built-in.o: In function `sys_call_table':
> > (.rodata+0xd58): undefined reference to `.compat_sys_adjtimex'
> > arch/powerpc/kernel/built-in.o: In function `sys_call_table':
> > (.rodata+0x1b48): undefined reference to `.compat_sys_clock_adjtime'
> > 
> > Caused by commit be1e48a8e48f ("kernel: time: Compile out NTP support").
> 
> Good catch, thanks.  Not clear why that build failure didn't show up on
> x86.
> 
> Looks like the two compat syscalls need cond_syscall lines as well.
> I'll add those to the patch.

Done in current tiny/next.

- Josh Triplett

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

* Re: linux-next: build failure after merge of the tiny tree
  2014-09-23  4:57 Stephen Rothwell
@ 2014-09-23  5:59 ` Josh Triplett
  0 siblings, 0 replies; 5+ messages in thread
From: Josh Triplett @ 2014-09-23  5:59 UTC (permalink / raw)
  To: Stephen Rothwell; +Cc: linux-next, linux-kernel

On Tue, Sep 23, 2014 at 02:57:11PM +1000, Stephen Rothwell wrote:
> Hi Josh,
> 
> After merging the tiny tree, today's linux-next build (powerpc
> ppc64_defconfig) failed like this:
> 
> mm/built-in.o: In function `.isolate_migratepages_range':
> (.text+0x2fbd8): undefined reference to `.balloon_page_isolate'
> mm/built-in.o: In function `.putback_movable_pages':
> (.text+0x713c4): undefined reference to `.balloon_page_putback'
> mm/built-in.o: In function `.migrate_pages':
> (.text+0x72a00): undefined reference to `.balloon_page_migrate'
> 
> Caused by commit b37a3fee8450 ("mm: Disable mm/balloon_compaction.c
> completely when !CONFIG_VIRTIO_BALLOON").
> 
> I have reverted that commit for today.

Strange.  That commit compiled just fine here with several
configurations; I'll investigate what's up with ppc64_defconfig.
Will revert for now.

- Josh Triplett

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

* linux-next: build failure after merge of the tiny tree
@ 2014-09-23  4:57 Stephen Rothwell
  2014-09-23  5:59 ` Josh Triplett
  0 siblings, 1 reply; 5+ messages in thread
From: Stephen Rothwell @ 2014-09-23  4:57 UTC (permalink / raw)
  To: Josh Triplett; +Cc: linux-next, linux-kernel

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

Hi Josh,

After merging the tiny tree, today's linux-next build (powerpc
ppc64_defconfig) failed like this:

mm/built-in.o: In function `.isolate_migratepages_range':
(.text+0x2fbd8): undefined reference to `.balloon_page_isolate'
mm/built-in.o: In function `.putback_movable_pages':
(.text+0x713c4): undefined reference to `.balloon_page_putback'
mm/built-in.o: In function `.migrate_pages':
(.text+0x72a00): undefined reference to `.balloon_page_migrate'

Caused by commit b37a3fee8450 ("mm: Disable mm/balloon_compaction.c
completely when !CONFIG_VIRTIO_BALLOON").

I have reverted that commit for today.
-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

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

end of thread, other threads:[~2014-11-10 17:54 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-11-10  7:17 linux-next: build failure after merge of the tiny tree Stephen Rothwell
2014-11-10  7:56 ` Josh Triplett
2014-11-10 17:54   ` Josh Triplett
  -- strict thread matches above, loose matches on Subject: below --
2014-09-23  4:57 Stephen Rothwell
2014-09-23  5:59 ` Josh Triplett

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.