Re: linux-next: build failure after merge of the kbuild tree
From: Michal Marek <hidden>
Date: 2016-09-22 12:52:13
Also in:
linux-kbuild, lkml
From: Michal Marek <hidden>
Date: 2016-09-22 12:52:13
Also in:
linux-kbuild, lkml
On 2016-09-15 08:08, Stephen Rothwell wrote:
Hi all,
After merging the dax-misc tree, today's linux-next build (powerpc
ppc44x_defconfig) failed like this:
arch/powerpc/kernel/built-in.o: In function `__ksymtab_clear_pages':
(___ksymtab+clear_pages+0x0): undefined reference to `clear_pages'
Caused by commit
9445aa1a3062 ("ppc: move exports to definitions")
I applied the following fix patch:
From: Stephen Rothwell <redacted>
Date: Thu, 15 Sep 2016 16:04:12 +1000
Subject: [PATCH] ppc: there is no clear_pages to export
Fixes: 9445aa1a3062 ("ppc: move exports to definitions")
Signed-off-by: Stephen Rothwell <redacted>Applied to kbuild.git#kbuild now. Thanks, Michal