From owner-svn-src-stable-9@FreeBSD.ORG Tue Dec 4 01:47:01 2012 Return-Path: Delivered-To: svn-src-stable-9@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 91506635; Tue, 4 Dec 2012 01:47:01 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from kib.kiev.ua (kib.kiev.ua [IPv6:2001:470:d5e7:1::1]) by mx1.freebsd.org (Postfix) with ESMTP id 0F9198FC17; Tue, 4 Dec 2012 01:47:00 +0000 (UTC) Received: from tom.home (localhost [127.0.0.1]) by kib.kiev.ua (8.14.5/8.14.5) with ESMTP id qB41ktKv002698; Tue, 4 Dec 2012 03:46:55 +0200 (EET) (envelope-from kostikbel@gmail.com) DKIM-Filter: OpenDKIM Filter v2.7.1 kib.kiev.ua qB41ktKv002698 Received: (from kostik@localhost) by tom.home (8.14.5/8.14.5/Submit) id qB41ktHZ002697; Tue, 4 Dec 2012 03:46:55 +0200 (EET) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: tom.home: kostik set sender to kostikbel@gmail.com using -f Date: Tue, 4 Dec 2012 03:46:55 +0200 From: Konstantin Belousov To: Eitan Adler Subject: Re: svn commit: r243850 - stable/9/sys/kern Message-ID: <20121204014655.GN3013@kib.kiev.ua> References: <201212040054.qB40snD5001979@svn.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="aaeYxw/B9teUOk8U" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-Spam-Status: No, score=-2.0 required=5.0 tests=ALL_TRUSTED,BAYES_00, DKIM_ADSP_CUSTOM_MED,FREEMAIL_FROM,NML_ADSP_CUSTOM_MED autolearn=no version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on tom.home Cc: svn-src-stable@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, svn-src-stable-9@freebsd.org X-BeenThere: svn-src-stable-9@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for only the 9-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Dec 2012 01:47:01 -0000 --aaeYxw/B9teUOk8U Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Dec 03, 2012 at 07:58:09PM -0500, Eitan Adler wrote: > On 3 December 2012 19:54, Konstantin Belousov wrote: > > Author: kib > > Date: Tue Dec 4 00:54:49 2012 > > New Revision: 243850 > > URL: http://svnweb.freebsd.org/changeset/base/243850 > > > > Log: > > MFC r243341: > > Add a special meaning to the negative ticks argument for > > taskqueue_enqueue_timeout(). Do not rearm the callout if it is > > already armed and the ticks is negative. Otherwise rearm it to fire > > in abs(ticks) ticks in the future. >=20 > Why was this not MFCed together with r243845 ? Because r243845 was only committed today, and I do not see a need to postpone the merge of the fix for the (rare) bug. Less formal, I do not see much use in the single commit spanning both sys and non-sys. We almost never should have such interlock, otherwise ABI issues would cause troubles for people updating the system. And spanning commits are somewhat more cumbersome to both merge, revert and for non-developer to pick. --aaeYxw/B9teUOk8U Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iQIcBAEBAgAGBQJQvVYOAAoJEJDCuSvBvK1B0OwP/0a2FhkePmZDTj0PbKYtr4Xz 2FwooqSVQjBSHd2H7EiZoVGOUGBrrzP2r6KzgA8L5ipgLlasnW3MGBoiXF1wu8z9 gju6aV8SoH4+kp1pjG/Z/VSLeqc8qO4245yczdY2Ska1HDpuiVBrQqv8XW0r1+PI vprfjz6LWXg5lNbK8KzZ5hSB+OoRCGxhYLD/ngX0kJax6O8J7yC5ZM8YK3sML505 Q10B3bTq7AcqUBHi3hLi7LVqq4lXGdyJeE01aVcyxUXQqzkY9rQOW4sRBrGPfI6G EY1b4djmZ/TY5hq3FNCJOmwW4lR0RXfcUTpZehXqtQxQDw5rodIP2NFfCfdW/5nz cz4UegNIB45A4hqeZXViqBgsTrV4sNrC6T61pD2LdAXe4QrbLuDJ5jyJhCQQKqo5 umXLBM5nl2W6KOHe4ZS67hqWgAcU0KS2XwaxFEwD6mObnLcZFqjqpn44CUHLotAi KBlxWBlHIwI7gTzm+RCuhMafaRtv4UhefNQ0qLuCuigIfFbQx3YncjOco/tgG4Gv 1QaBDxw4gpf1Wisl/qPpGRnLRcU7CWbAqALJ8MYPiOB3XAWf/MqIXRGO79/N9O/k ZFG3H3Z83z01ubXNtXj+DLejJAtssty9F9OhnkSiWL3X93sJsmCrztvlpSTHPaK9 +hij9S2MAvxPT9YRxTXB =1mgo -----END PGP SIGNATURE----- --aaeYxw/B9teUOk8U--