Re: [uml-user] BTRFS : starting an uml using BTRFS gives

2015-06-15 Thread Richard Weinberger
On Sun, May 31, 2015 at 7:13 PM, Toralf Förster wrote: > I don't get it in moment, at a 64 bit Gentoo Linux (host is Linux t44 > 4.0.4-hardened-r3) I get : > > > $ /home/tfoerste/devel/linux/linux earlyprintk ubda=t44uml > ubdb=/mnt/ramdisk/t44uml_swap > eth0=tuntap,tap0,72:ef:3d:b6:67:0c,192.1

[uml-user] [PATCH] um: Fix a build error

2015-06-15 Thread Firo Yang
Gcc5 failed to build uml. Update codes to test __GNUC__ with 5 will be happier. Signed-off-by: Firo Yang --- arch/um/include/shared/init.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/um/include/shared/init.h b/arch/um/include/shared/init.h index b3906f8..3af7098 1006

Re: [uml-user] [PATCH] um: Fix a build error

2015-06-15 Thread Richard Weinberger
Am 15.06.2015 um 16:43 schrieb Firo Yang: > Gcc5 failed to build uml. > Update codes to test __GNUC__ with 5 will be happier. > > Signed-off-by: Firo Yang The issue got already addressed by patches: [PATCH 2/5] um: Stop abusing __KERNEL__ [PATCH 3/5] um: Remove copy&paste code from init.h They