[uml-devel] [PATCH 2.6.12-rc5]

2005-05-31 Thread Dominik Hackl
<<< No Message Collected >>> --- This SF.Net email is sponsored by Yahoo. Introducing Yahoo! Search Developer Network - Create apps using Yahoo! Search APIs Find out how you can build Yahoo! directly into your own Applications - visit http://dev

[uml-devel] [PATCH 2.6.12-rc5] UML + UDF duplicated symbol

2005-05-31 Thread Dominik Hackl
Linux with UDF compiled in, can't be linked against the libc (needed for UML). This patch makes the variable __mon_yday static and avoids a namespace conflict with the libc. Signed-off-by: Dominik Hackl <[EMAIL PROTECTED]> --- linux-2.6.12-rc5.orig/fs/udf/udftime.c

[uml-devel] [PATCH 2.6.12-rc4] hostaudio MODULE_PARM replacement

2005-05-20 Thread Dominik Hackl
This patch replaces the deprecated MODULE_PARM function by the new module_param function. Signed-off-by: Dominik Hackl <[EMAIL PROTECTED]> --- linux-2.6.12-rc4.orig/arch/um/drivers/hostaudio_kern.c 2005-03-02 08:38:32.0 +0100 +++ linux-2.6.12-rc4/arch/um/d

[uml-devel] [PATCH] page.h warning fix

2005-05-17 Thread Dominik Hackl
This patch removes a warning, caused by a cast of different sized types. This patch simply adds a second cast to avoid the warning. Signed-off-by: Dominik Hackl <[EMAIL PROTECTED]> --- linux-2.6.12-rc4.orig/include/asm-um/page.h 2005-05-15 09:44:29.0 +0200 +++ linux-