[v6,12/20] cxl: Add guest-specific code
Michael Ellerman
mpe at ellerman.id.au
Wed Mar 9 23:57:42 AEDT 2016
On Wed, 2016-03-09 at 23:42 +1100, Michael Ellerman wrote:
> On Fri, 2016-04-03 at 11:26:36 UTC, Frederic Barrat wrote:
> > From: Christophe Lombard <clombard at linux.vnet.ibm.com>
> > diff --git a/drivers/misc/cxl/Makefile b/drivers/misc/cxl/Makefile
> > index be2ac5c..a3d4bef 100644
> > --- a/drivers/misc/cxl/Makefile
> > +++ b/drivers/misc/cxl/Makefile
> > @@ -4,6 +4,7 @@ ccflags-$(CONFIG_PPC_WERROR) += -Werror
> > cxl-y += main.o file.o irq.o fault.o native.o
> > cxl-y += context.o sysfs.o debugfs.o pci.o trace.o
> > cxl-y += vphb.o api.o
> > +cxl-y += guest.o of.o hcalls.o
> > obj-$(CONFIG_CXL) += cxl.o
> > obj-$(CONFIG_CXL_BASE) += base.o
>
> This breaks the (newly added[1]) powernv_defconfig. ie. CONFIG_POWERNV=y, CONFIG_PPC_PSERIES=n.
That footnote was meant to be a link to the powernv_defconfig patch:
https://patchwork.ozlabs.org/patch/587157/
And also here's the full build failure report:
http://kisskb.ellerman.id.au/kisskb/buildresult/12629380/
It's rebuliding now with that fixup patch, the result should appear here:
http://kisskb.ellerman.id.au/kisskb/buildresult/12629513/
cheers
More information about the Linuxppc-dev
mailing list