Re: [uml-devel] [PATCH] um: fix ptrace build error

2010-11-07 Thread Will Newton
trace()'s signature but did not > update um/include/asm/ptrace-generic.h. > > Signed-off-by: Richard Weinberger Tested-by: Will Newton -- The Next 800 Companies to Lead America's Growth: New Video White

[uml-devel] [PATCH 2/2] uml: Disable winch irq before freeing handler data.

2010-11-13 Thread Will Newton
igio_handler+0x5b/0x80 082579ec: [<0806a374>] sig_handler_common+0x44/0xb0 08257a68: [<0806a538>] sig_handler+0x38/0x50 08257a78: [<0806a77c>] handle_signal+0x5c/0xa0 08257a9c: [<0806be28>] hard_handler+0x18/0x20 08257aac: [<00c14400>] 0xc14400 Signed-off-by: Will

[uml-devel] [PATCH 1/2] uml: Safely iterate list of winch handlers in line driver.

2010-11-13 Thread Will Newton
unregister_winch should use list_for_each_safe, as it can potentially delete from the list. Signed-off-by: Will Newton --- arch/um/drivers/line.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/um/drivers/line.c b/arch/um/drivers/line.c index 7f7338c..5f12fef