Re: [uml-devel] [PATCH v3] arch: Kconfig: Let all architectures set endian explicitly

2014-08-24 Thread Chen Gang
Hello Maintainers: Is this patch OK? If it pass basic checking, please let me know, and I shall try to make another related patch for KBuild (I can do nothing related with Kbuild, before get confirmation for this patch). Thanks. On 8/15/14 17:01, Chen Gang wrote: > > > On 8/15/14 6:14, Chen Ga

[uml-devel] [PATCH] uml: Add support for CONFIG_STACKTRACE

2014-08-24 Thread Daniel Walter
Add stacktrace support for User Mode Linux Signed-off-by: Daniel Walter --- arch/um/Kconfig.common | 3 +- arch/um/include/asm/stacktrace.h | 42 + arch/um/kernel/Makefile | 1 + arch/um/kernel/stacktrace.c | 80 ++