linux_dsm_epyc7002/arch/um/kernel/tt
Jeff Dike f28169d200 [PATCH] uml: return hotplug errors to host
I noticed that errors happening while hotplugging devices from the host were
never returned back to the mconsole client.  In some cases, success was
returned instead of even an information-free error.

This patch cleans that up by having the low-level configuration code pass back
an error string along with an error code.  At the top level, which knows
whether it is early boot time or responding to an mconsole request, the string
is printk'd or returned to the mconsole client.

There are also whitespace and trivial code cleanups in the surrounding code.

Signed-off-by: Jeff Dike <jdike@addtoit.com>
Cc: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2007-02-11 10:51:21 -08:00
..
include [PATCH] uml: move headers to arch/um/include 2006-01-18 19:20:19 -08:00
ptproxy [PATCH] uml: move libc-dependent utility procedures 2006-01-18 19:20:19 -08:00
exec_kern.c [PATCH] uml: signal initialization cleanup 2006-07-10 13:24:23 -07:00
exec_user.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
gdb_kern.c [PATCH] uml: return hotplug errors to host 2007-02-11 10:51:21 -08:00
gdb.c [PATCH] uml: return hotplug errors to host 2007-02-11 10:51:21 -08:00
ksyms.c [PATCH] uml: Export clear_user_* 2005-05-20 15:48:18 -07:00
Makefile [PATCH] uml: time initialization tidying 2005-06-25 16:24:35 -07:00
mem_user.c [PATCH] uml: move libc code out of mem_user.c and tempfile.c 2005-09-17 11:50:00 -07:00
mem.c Remove all inclusions of <linux/config.h> 2006-10-04 03:38:54 -04:00
process_kern.c [PATCH] uml: signal initialization cleanup 2006-07-10 13:24:23 -07:00
syscall_kern.c [PATCH] uml: remove syscall debugging 2006-07-10 13:24:24 -07:00
syscall_user.c [PATCH] uml: system call path cleanup 2005-09-05 00:06:23 -07:00
tlb.c [PATCH] mm: uml kill unused 2005-10-29 21:40:42 -07:00
tracer.c [PATCH] uml ubd driver: various little changes 2006-10-31 08:07:00 -08:00
trap_user.c [PATCH] uml: TT mode softint fixes 2006-01-18 19:20:20 -08:00
uaccess_user.c [PATCH] uml: make TT mode compile after setjmp-related changes 2006-10-11 11:14:20 -07:00
uaccess.c [PATCH] uml: fix access_ok 2005-11-13 18:14:15 -08:00