[PATCH 3/3] kthread: convert the s390 qeth driver to use kthread

2006-08-24 Thread Serge E. Hallyn
Convert the s390 qeth driver, which can be a module, to use kthread rather than kernel_thread, whose EXPORT_SYMBOL is deprecated. Compiles and boots, and dmesg shows it is in use for eth0. Signed-off-by: Serge E. Hallyn [EMAIL PROTECTED] --- drivers/s390/net/qeth_main.c | 10 -- 1

Re: [PATCH] s390: fix duplicate export of overflow{ug}id

2006-06-26 Thread Serge E. Hallyn
Quoting Serge E. Hallyn ([EMAIL PROTECTED]): overflowuid and overflowgid were exported twice. Remove the export from s390_ksyms.c Signed-off-by: Serge E. Hallyn [EMAIL PROTECTED] --- arch/s390/kernel/s390_ksyms.c |2 -- 1 files changed, 0 insertions(+), 2 deletions

[PATCH] s390: fix duplicate export of overflow{ug}id

2006-06-26 Thread Serge E. Hallyn
overflowuid and overflowgid were exported twice. Remove the export from s390_ksyms.c Signed-off-by: Serge E. Hallyn [EMAIL PROTECTED] --- arch/s390/kernel/s390_ksyms.c |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) b89fdbbb0859c2ed03246a822e278bf9a31ae054 diff --git a/arch/s390

Re: [PATCH] s390: fix duplicate export of overflow{ug}id

2006-06-26 Thread Serge E. Hallyn
Quoting Dave Jones ([EMAIL PROTECTED]): On Mon, Jun 26, 2006 at 02:31:41PM -0500, Serge E. Hallyn wrote: overflowuid and overflowgid were exported twice. Remove the export from s390_ksyms.c There's a gotcha with this. in kernel/sys.c, we only export those symbols if CONFIG_UID16 is set