Re: [uml-devel] [RFC PATCH 1/7] um: Use printk instead of printf in make_uml_dir

2017-05-17 Thread Thomas Meyer
> Am 17.05.2017 um 03:52 schrieb Masami Hiramatsu : > > Hi Thomas, Hi, > > On Tue, 16 May 2017 17:46:47 +0200 > Thomas Meyer wrote: > >> Hi, >> >> as far as I understand everything under os-Linux should be OS specific >> and shouldn't rely on kernel functions. > > I see, but umid.c alread

[uml-devel] [PATCH] um: Don't build arch/x86/um/user-offsets.s with gcc plugins

2017-05-17 Thread Thomas Meyer
For some reasons I don't know users-offsets.s get's build before the gcc-plugins itself. This patch fixes the problem by not using the gcc-plugins for building user-offsets.s make order example: $ make ARCH=um   CHK include/generated/uapi/linux/version.h   HOSTCC  scripts/basic/fixdep   HOSTCC

[uml-devel] [PATCH] um: Add mark_rodata_ro support.

2017-05-17 Thread Thomas Meyer
This is actually a no-op as all read-only should be read-only in the ELF. Signed-off-by: Thomas Meyer ---  arch/um/Kconfig.common | 1 +  arch/um/kernel/mem.c   | 5 -  2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/arch/um/Kconfig.common b/arch/um/Kconfig.common index 85f6dd2..0