Re: [uml-devel] Linux Kernel Bug #32812 "ARCH=um, SUBARCH=i386: linking failure"

2011-04-17 Thread Martin Walch
> Can you please test the attached patch? > Don't forget to apply http://git.kernel.org/linus/084189a in case you're > not using Linus' tree. Works fine. At least make successfully creates a uml binary and I can create, mount and unmount an xfs file system. Creating and deleting a file also works

Re: [uml-devel] Linux Kernel Bug #32812 "ARCH=um, SUBARCH=i386: linking failure"

2011-04-17 Thread richard -rw- weinberger
On Sun, Apr 17, 2011 at 7:52 PM, Martin Walch wrote: >> Can you please test the attached patch? >> Don't forget to apply http://git.kernel.org/linus/084189a in case you're >> not using Linus' tree. > > Works fine. At least make successfully creates a uml binary and I can create, > mount and unmoun

[uml-devel] [PATCH] um: Add support for 64 bit atomic operations

2011-04-17 Thread Richard Weinberger
This adds support for 64 bit atomic operations on 32 bit UML systems. XFS needs them since 2.6.38. Reported-by: Martin Walch Tested-by: Martin Walch Signed-off-by: Richard Weinberger --- arch/um/sys-i386/Makefile |2 +- arch/um/sys-i386/atomic64_cx8_32.S | 225 +++