svn commit: r222274 - stable/8/sys/kern

Kostik Belousov kostikbel at gmail.com
Wed May 25 12:35:56 UTC 2011


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 <kostikbel at 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.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/svn-src-stable-8/attachments/20110525/bbe3895e/attachment.pgp


More information about the svn-src-stable-8 mailing list