* put/get_module_symbol vs. inter_module_register/put/get/etc.
@ 2000-12-01 18:52 Al Peat
2000-12-01 23:09 ` Keith Owens
0 siblings, 1 reply; 2+ messages in thread
From: Al Peat @ 2000-12-01 18:52 UTC (permalink / raw)
To: linux-kernel; +Cc: al_kernel
I've followed the thread on "Persistent module
storage" but haven't come across a general explanation
of the changes to the inter-module symbol stuff
between 2.4test10 and test11. Anyone care to comment
on the differences or on whether this is going to be a
stable API for 2.4 (it won't be changed again)?
__________________________________________________
Do You Yahoo!?
Yahoo! Shopping - Thousands of Stores. Millions of Products.
http://shopping.yahoo.com/
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: put/get_module_symbol vs. inter_module_register/put/get/etc.
2000-12-01 18:52 put/get_module_symbol vs. inter_module_register/put/get/etc Al Peat
@ 2000-12-01 23:09 ` Keith Owens
0 siblings, 0 replies; 2+ messages in thread
From: Keith Owens @ 2000-12-01 23:09 UTC (permalink / raw)
To: Al Peat; +Cc: linux-kernel
On Fri, 1 Dec 2000 10:52:35 -0800 (PST),
Al Peat <al_kernel@yahoo.com> wrote:
> I've followed the thread on "Persistent module
>storage" but haven't come across a general explanation
>of the changes to the inter-module symbol stuff
>between 2.4test10 and test11. Anyone care to comment
>on the differences or on whether this is going to be a
>stable API for 2.4 (it won't be changed again)?
You are confusing two completely different topics. inter_module_xxx
replaced get_module_symbol because the latter was a bad interface, it
violated module layering and broke when symbol versions were turned on.
inter_module_xxx is clean and stable, it has also been sent to Alan Cox
for inclusion in 2.2 kernels, although 2.2 will still have
get_module_symbol for backwards compatibility.
Persistent module data is the ability to save module parameters at
unload time. It only makes sense for parameters that are changed by
users after load, e.g. volume controls, TV tuner settings etc. That
facility is almost completely in user space and requires very few
changes to modules. Watch this space.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2000-12-01 23:40 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-12-01 18:52 put/get_module_symbol vs. inter_module_register/put/get/etc Al Peat
2000-12-01 23:09 ` Keith Owens
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox