Re: [idea] request_module(const char *fmt, ...);

From: Tigran Aivazian (tigran@sco.COM)
Date: Wed Jan 12 2000 - 02:45:31 EST


On Wed, 12 Jan 2000, Keith Owens wrote:
> (1) Use a different name so existing modules that call the old
> request_module are not affected. It is legal to compile modules
> under one kernel then load them into newer kernels. This is not
> always safe but it is a supported option.

Yes, in the simple hacks I tried I used request_modulef() (ala printf,
sprintf, vsprintf etc).

> (2) Make the new name a macro which becomes a no-op when CONFIG_KMOD is
> not defined.

gcc did not like macros with variable number of arguments but I am sure it
was my fault. I will try to find an example of a macro with variable
number of arguments in the kernel source and do the same.

Regards,
Tigran.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Sat Jan 15 2000 - 21:00:19 EST