public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* alpha fp-emu vs module refcounting
@ 2004-05-07 11:02 Christoph Hellwig
  2004-05-07 14:32 ` Ivan Kokshaysky
  0 siblings, 1 reply; 10+ messages in thread
From: Christoph Hellwig @ 2004-05-07 11:02 UTC (permalink / raw)
  To: rth, ink; +Cc: linux-kernel

arch/alpha/math-emu/math.c still uses MOD_{INC,DEC}_USE_COUNT to protect
from unloading which is

 a) unsafe
 b) in the way of nuking them as soon as 2.7 is out

any chance we could either do a try_module_get on a struct module
*fp_emul_module in alpha core code before or completely disallow module
unloading for it (by removing the cleanup_module() callback)?

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2004-05-17 22:44 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-05-07 11:02 alpha fp-emu vs module refcounting Christoph Hellwig
2004-05-07 14:32 ` Ivan Kokshaysky
2004-05-07 14:35   ` Christoph Hellwig
2004-05-07 22:37     ` Ivan Kokshaysky
2004-05-07 22:41       ` Christoph Hellwig
2004-05-07 22:51         ` Ivan Kokshaysky
2004-05-16 10:04           ` Christoph Hellwig
2004-05-16 12:44             ` Ivan Kokshaysky
2004-05-16 13:09               ` Christoph Hellwig
2004-05-17 22:39               ` Richard Henderson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox