On Wed, May 25, 2011 at 02:07:10PM +0200, Oliver Pinter wrote:
> this or likely this script is enough for test?
> 
> ---8<---
> #!/bin/csh
> 
> @ a = 100
> 
> while ( $a )
>         foreach i ( "umass" "cdce" "foo" "bar" )
>                 kldload $i&
>         end
> 
>         foreach i ( "umass" "cdce" "foo" "bar" )
>                 kldunload $i&
>         end
>         @ a--
> end
> ---8<---
Only if the unload of any of the listed modules caused destruction
of some devfs node.

May be, the easiest for 7 is to create some md(4) device and then
destroy it.

> 
> On 5/25/11, Kostik Belousov <kostik...@gmail.com> wrote:
> > On Wed, May 25, 2011 at 12:11:29PM +0200, Oliver Pinter wrote:
> >> MFC to 7-STABLE?
> > Somebody need to test it for 7 (I do not expect any failures, but I also
> > prefer to not commit untested changes).
> >
> > The testing should include destroying some devfs nodes, e.g. by loading
> > and unloading a driver that creates and destroys them.

Attachment: pgpll43Wpc0yQ.pgp
Description: PGP signature

Reply via email to