[uml-devel] [PATCH] um: Use generic NOTES macro

2017-07-06 Thread Thomas Meyer
Signed-off-by: Thomas Meyer --- arch/um/include/asm/common.lds.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/um/include/asm/common.lds.S b/arch/um/include/asm/common.lds.S index 133055311dce..de996e428ca4 100644 ---

[uml-devel] [PATCH] um: Fix FP register size for XSTATE/XSAVE

2017-07-06 Thread Thomas Meyer
Hard code max size. Taken from https://sourceware.org/git/?p=binutils-gdb.git;a=blob;f=gdb/common/x86-xstate.h Signed-off-by: Thomas Meyer --- arch/x86/um/os-Linux/registers.c | 9 - arch/x86/um/user-offsets.c | 2 +- 2 files changed, 5 insertions(+), 6

[uml-devel] [PATCH] um: Fix gcc 7 sys/sysmacros.h warning

2017-07-06 Thread Thomas Meyer
Signed-off-by: Thomas Meyer --- arch/um/os-Linux/file.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/um/os-Linux/file.c b/arch/um/os-Linux/file.c index 2db18cbbb0ea..d1901de8ce9f 100644 --- a/arch/um/os-Linux/file.c +++ b/arch/um/os-Linux/file.c @@ -14,6 +14,7 @@

Re: [uml-devel] [uml:linux-next 7/9] arch/um/os-Linux/skas/process.c:579:1: warning: control reaches end of non-void function

2017-07-06 Thread Richard Weinberger
Am 06.07.2017 um 07:48 schrieb kbuild test robot: > tree: https://git.kernel.org/pub/scm/linux/kernel/git/rw/uml.git linux-next > head: 1bcbfbfdeb0091036db7a32e1cd31b49cce5983a > commit: f44f1e7da7c8e3f4575d5d61c4df978496903fcc [7/9] um: Avoid > longjmp/setjmp symbol clashes with libpthread.a