linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* 2.6.10: "[permanent]" modules?
@ 2005-01-06  7:11 Harald Dunkel
  2005-01-06  9:28 ` Christoph Hellwig
  0 siblings, 1 reply; 5+ messages in thread
From: Harald Dunkel @ 2005-01-06  7:11 UTC (permalink / raw)
  To: linux-kernel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi folks,

Seems that for 2.6.10 I cannot unload ide modules.
'lsmod | grep permanent" lists

ide_generic             1152  0 [permanent]
siimage                12480  0 [permanent]
aec62xx                 7296  0 [permanent]
trm290                  4228  0 [permanent]
alim15x3               10572  0 [permanent]
hpt34x                  5184  0 [permanent]
hpt366                 20032  0 [permanent]
cmd64x                 11996  0 [permanent]
piix                   10052  0 [permanent]
rz1000                  2496  0 [permanent]
slc90e66                5568  0 [permanent]
generic                 3968  0 [permanent]
cs5530                  4672  0 [permanent]
cs5520                  4672  0 [permanent]
sc1200                  7168  0 [permanent]
triflex                 3648  0 [permanent]
atiixp                  6032  0 [permanent]
pdc202xx_old           11264  0 [permanent]
pdc202xx_new            9088  0 [permanent]
opti621                 4420  0 [permanent]
ns87415                 3720  0 [permanent]
cy82c693                4416  0 [permanent]
amd74xx                12508  0 [permanent]
sis5513                14280  0 [permanent]
via82cxxx              11996  0 [permanent]
serverworks             7624  0 [permanent]

Is this on purpose?

2bsure, module unloading is enabled in my .config


Regards

Harri
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFB3OSOUTlbRTxpHjcRAkKXAKCPu+7E4L/XxNTE1skyTvy7NUUcdACbBSu9
sAxceT0jHylMiEmL9KBkWXA=
=t0JI
-----END PGP SIGNATURE-----

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

* Re: 2.6.10: "[permanent]" modules?
  2005-01-06  7:11 2.6.10: "[permanent]" modules? Harald Dunkel
@ 2005-01-06  9:28 ` Christoph Hellwig
  2005-01-06 12:46   ` linux-os
  0 siblings, 1 reply; 5+ messages in thread
From: Christoph Hellwig @ 2005-01-06  9:28 UTC (permalink / raw)
  To: Harald Dunkel; +Cc: linux-kernel

On Thu, Jan 06, 2005 at 08:11:10AM +0100, Harald Dunkel wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Hi folks,
> 
> Seems that for 2.6.10 I cannot unload ide modules.
> 'lsmod | grep permanent" lists

...

> Is this on purpose?

Yes.


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

* Re: 2.6.10: "[permanent]" modules?
  2005-01-06  9:28 ` Christoph Hellwig
@ 2005-01-06 12:46   ` linux-os
  2005-01-06 13:58     ` Bartlomiej Zolnierkiewicz
  0 siblings, 1 reply; 5+ messages in thread
From: linux-os @ 2005-01-06 12:46 UTC (permalink / raw)
  To: Christoph Hellwig; +Cc: Harald Dunkel, linux-kernel

On Thu, 6 Jan 2005, Christoph Hellwig wrote:

> On Thu, Jan 06, 2005 at 08:11:10AM +0100, Harald Dunkel wrote:
>> -----BEGIN PGP SIGNED MESSAGE-----
>> Hash: SHA1
>>
>> Hi folks,
>>
>> Seems that for 2.6.10 I cannot unload ide modules.
>> 'lsmod | grep permanent" lists
>
> ...
>
>> Is this on purpose?
>
> Yes.
>

Can you explain? Normally if a module is no longer in use, it
can be unloaded. I'm sure that there are number of folks
who would like to know how come it's now necessary to reboot
to get rid of some module no longer in use.


Cheers,
Dick Johnson
Penguin : Linux version 2.6.10 on an i686 machine (5537.79 BogoMips).
  Notice : All mail here is now cached for review by Dictator Bush.
                  98.36% of all statistics are fiction.

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

* Re: 2.6.10: "[permanent]" modules?
  2005-01-06 12:46   ` linux-os
@ 2005-01-06 13:58     ` Bartlomiej Zolnierkiewicz
  2005-01-06 16:30       ` Alan Cox
  0 siblings, 1 reply; 5+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2005-01-06 13:58 UTC (permalink / raw)
  To: linux-os; +Cc: Christoph Hellwig, Harald Dunkel, linux-kernel

On Thu, 6 Jan 2005 07:46:53 -0500 (EST), linux-os
<linux-os@chaos.analogic.com> wrote:
> On Thu, 6 Jan 2005, Christoph Hellwig wrote:
> 
> > On Thu, Jan 06, 2005 at 08:11:10AM +0100, Harald Dunkel wrote:
> >> -----BEGIN PGP SIGNED MESSAGE-----
> >> Hash: SHA1
> >>
> >> Hi folks,
> >>
> >> Seems that for 2.6.10 I cannot unload ide modules.
> >> 'lsmod | grep permanent" lists
> >
> > ...
> >
> >> Is this on purpose?
> >
> > Yes.
> >
> 
> Can you explain? Normally if a module is no longer in use, it
> can be unloaded. I'm sure that there are number of folks
> who would like to know how come it's now necessary to reboot
> to get rid of some module no longer in use.

It can be unloaded given that the needed locking
and cleanup code are in place...

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

* Re: 2.6.10: "[permanent]" modules?
  2005-01-06 13:58     ` Bartlomiej Zolnierkiewicz
@ 2005-01-06 16:30       ` Alan Cox
  0 siblings, 0 replies; 5+ messages in thread
From: Alan Cox @ 2005-01-06 16:30 UTC (permalink / raw)
  To: Bartlomiej Zolnierkiewicz
  Cc: linux-os, Christoph Hellwig, Harald Dunkel, Linux Kernel Mailing List

On Iau, 2005-01-06 at 13:58, Bartlomiej Zolnierkiewicz wrote:
> It can be unloaded given that the needed locking
> and cleanup code are in place...

ie 2.6.10-ac, although I've only enabled it for a few controllers so far
for testing purposes.

Alan


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

end of thread, other threads:[~2005-01-06 17:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-01-06  7:11 2.6.10: "[permanent]" modules? Harald Dunkel
2005-01-06  9:28 ` Christoph Hellwig
2005-01-06 12:46   ` linux-os
2005-01-06 13:58     ` Bartlomiej Zolnierkiewicz
2005-01-06 16:30       ` Alan Cox

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).