On 01/12/2014 06:52 AM, Richard Weinberger wrote: > Commit "x86: Delete non-required instances of include <linux/init.h>" > broke the UML build. > > arch/x86/um/vdso/vdso.S: Assembler messages: > arch/x86/um/vdso/vdso.S:2: Error: no such instruction: `__initdata' > arch/x86/um/vdso/vdso.S:9: Error: no such instruction: `__finit' > > UML's vDSO needs linux/init.h. > > Signed-off-by: Richard Weinberger <rich...@nod.at> > --- > arch/x86/um/vdso/vdso.S | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/x86/um/vdso/vdso.S b/arch/x86/um/vdso/vdso.S > index 4b4bd4c..1cb468a 100644 > --- a/arch/x86/um/vdso/vdso.S > +++ b/arch/x86/um/vdso/vdso.S > @@ -1,3 +1,4 @@ > +#include <linux/init.h> > > __INITDATA >
So more bits that got "cleaned up" but never actually tested. Sigh. Fengguang, could we get UM builds added to the test robot? -hpa ------------------------------------------------------------------------------ CenturyLink Cloud: The Leader in Enterprise Cloud Services. Learn Why More Businesses Are Choosing CenturyLink Cloud For Critical Workloads, Development Environments & Everything In Between. Get a Quote or Start a Free Trial Today. http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk _______________________________________________ User-mode-linux-devel mailing list User-mode-linux-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel