On Mon, Sep 10, 2012 at 10:51:22AM +0800, Gavin Shan wrote:
Hi Fengguang,
quoted
Hi Gavin,
FYI, kernel build failed on
tree: git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git next
head: 4715fed600109e0bd3d6cfa2b925a643173a08b4
commit: 22f4ab123f10e1862579785c73d9e60fa24afd4f [60/78] powerpc/eeh: Search PE based on requirement
config: powerpc-defconfig (attached as .config)
All related error/warning messages:
arch/powerpc/platforms/pseries/eeh_pe.c:217:23: error: 'eeh_pe_get' defined but not used [-Werror=unused-function]
arch/powerpc/platforms/pseries/eeh_pe.c:237:23: error: 'eeh_pe_get_parent' defined but not used [-Werror=unused-function]
cc1: all warnings being treated as errors
The global functions eeh_pe_get() and eeh_pe_get_parent() will be used
by subsequent patches. I think ppc/next merged 23 patches for EEH core
this time. I'm not sure I should refactor those patches to avoid the
build failure? :-)
I guess it's not your fault.. I have rules to filter out
"unused-function" warnings, however in your case all warnings are
turned into errors.. Although I can filter such errors too, they will
still present as bisect holes.
Thanks,
Fengguang