From owner-svn-src-all@FreeBSD.ORG Sat Dec 13 21:31:43 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A360D742; Sat, 13 Dec 2014 21:31:43 +0000 (UTC) Received: from dchagin.static.corbina.net (dchagin.static.corbina.ru [78.107.232.239]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "dchagin.static.corbina.net", Issuer "dchagin.static.corbina.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 1F7ABAB2; Sat, 13 Dec 2014 21:31:42 +0000 (UTC) Received: from dchagin.static.corbina.net (localhost [127.0.0.1]) by dchagin.static.corbina.net (8.14.9/8.14.9) with ESMTP id sBDLVBeo002102 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sun, 14 Dec 2014 00:31:12 +0300 (MSK) (envelope-from dchagin@dchagin.static.corbina.net) Received: (from dchagin@localhost) by dchagin.static.corbina.net (8.14.9/8.14.9/Submit) id sBDLVBhe002101; Sun, 14 Dec 2014 00:31:11 +0300 (MSK) (envelope-from dchagin) Date: Sun, 14 Dec 2014 00:31:11 +0300 From: Chagin Dmitry To: Benjamin Kaduk Subject: Re: svn commit: r275751 - in head: share/man/man9 sys/kern sys/sys Message-ID: <20141213213111.GA2070@dchagin.static.corbina.net> References: <201412132100.sBDL0BvR094009@svn.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="45Z9DzgjV8m4Oswq" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Cc: "svn-src-head@freebsd.org" , "svn-src-all@freebsd.org" , "src-committers@freebsd.org" X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Dec 2014 21:31:43 -0000 --45Z9DzgjV8m4Oswq Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Dec 13, 2014 at 04:03:47PM -0500, Benjamin Kaduk wrote: > On Sat, Dec 13, 2014 at 4:00 PM, Dmitry Chagin wrot= e: > > > > Author: dchagin > > Date: Sat Dec 13 21:00:10 2014 > > New Revision: 275751 > > URL: https://svnweb.freebsd.org/changeset/base/275751 > > > > Log: > > Add _NEW flag to mtx(9), sx(9), rmlock(9) and rwlock(9). > > A _NEW flag passed to _init_flags() to avoid check for double-init. > > > > > Can you please say a bit more about why this is desired and what it will = be > used for? >=20 If the kernel has been compiled with INVARIANTS _init() will assert that the lock has not been initialized multiple times. _NEW flag is needed to skip t= his. as _init() does expect you to zero lock first. it should be used carefully, when you are sure its safe, to avoid bzero'ing lock struct. ugh --=20 Have fun! chd --45Z9DzgjV8m4Oswq Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iEYEARECAAYFAlSMsB8ACgkQ0t2Tb3OO/O0cSwCguFvw8qTzhf5ZQB7K0DaT0Dzs fNwAoKrS2rfIczoFVh6k39S3iyjfFhA/ =FAXl -----END PGP SIGNATURE----- --45Z9DzgjV8m4Oswq--