Date: Wed, 25 May 2011 15:35:52 +0300 From: Kostik Belousov <kostikbel@gmail.com> To: Oliver Pinter <oliver.pntr@gmail.com> Cc: svn-src-stable@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, svn-src-stable-8@freebsd.org Subject: Re: svn commit: r222274 - stable/8/sys/kern Message-ID: <20110525123552.GZ48734@deviant.kiev.zoral.com.ua> In-Reply-To: <BANLkTimTTdtUftCx4dOuix5u7_Vac4S_sw@mail.gmail.com> References: <201105250325.p4P3PEvI097170@svn.freebsd.org> <BANLkTimE9eYRP-nkzVOdreHR_3Ahvvxg1Q@mail.gmail.com> <20110525114753.GY48734@deviant.kiev.zoral.com.ua> <BANLkTimTTdtUftCx4dOuix5u7_Vac4S_sw@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
--lIACWvcN4zbvddwE Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, May 25, 2011 at 02:07:10PM +0200, Oliver Pinter wrote: > this or likely this script is enough for test? >=20 > ---8<--- > #!/bin/csh >=20 > @ a =3D 100 >=20 > while ( $a ) > foreach i ( "umass" "cdce" "foo" "bar" ) > kldload $i& > end >=20 > 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. >=20 > On 5/25/11, Kostik Belousov <kostikbel@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. --lIACWvcN4zbvddwE Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (FreeBSD) iEYEARECAAYFAk3c96gACgkQC3+MBN1Mb4jN+gCfYweZ+nNPL40kPBn7gLohHlW+ vZkAoOZHf1vc5slUTcqOOggKer7gsqXK =XPgj -----END PGP SIGNATURE----- --lIACWvcN4zbvddwE--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110525123552.GZ48734>