From owner-svn-src-all@FreeBSD.ORG Mon Oct 20 11:22:30 2008 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 845741065680; Mon, 20 Oct 2008 11:22:30 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from mail.terabit.net.ua (mail.terabit.net.ua [195.137.202.147]) by mx1.freebsd.org (Postfix) with ESMTP id 766608FC1C; Mon, 20 Oct 2008 11:22:29 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from skuns.zoral.com.ua ([91.193.166.194] helo=mail.zoral.com.ua) by mail.terabit.net.ua with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63 (FreeBSD)) (envelope-from ) id 1KrsqC-0002Pl-Kt; Mon, 20 Oct 2008 14:22:28 +0300 Received: from deviant.kiev.zoral.com.ua (root@deviant.kiev.zoral.com.ua [10.1.1.148]) by mail.zoral.com.ua (8.14.2/8.14.2) with ESMTP id m9KBMPps065120 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 20 Oct 2008 14:22:26 +0300 (EEST) (envelope-from kostikbel@gmail.com) Received: from deviant.kiev.zoral.com.ua (kostik@localhost [127.0.0.1]) by deviant.kiev.zoral.com.ua (8.14.3/8.14.3) with ESMTP id m9KBMPED086495; Mon, 20 Oct 2008 14:22:25 +0300 (EEST) (envelope-from kostikbel@gmail.com) Received: (from kostik@localhost) by deviant.kiev.zoral.com.ua (8.14.3/8.14.3/Submit) id m9KBMPME086493; Mon, 20 Oct 2008 14:22:25 +0300 (EEST) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: deviant.kiev.zoral.com.ua: kostik set sender to kostikbel@gmail.com using -f Date: Mon, 20 Oct 2008 14:22:25 +0300 From: Kostik Belousov To: David Xu Message-ID: <20081020112225.GX7782@deviant.kiev.zoral.com.ua> References: <200810200237.m9K2brwF058086@svn.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="FfxfUH0DniL7RjES" Content-Disposition: inline In-Reply-To: <200810200237.m9K2brwF058086@svn.freebsd.org> User-Agent: Mutt/1.4.2.3i X-Virus-Scanned: ClamAV version 0.93.3, clamav-milter version 0.93.3 on skuns.kiev.zoral.com.ua X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on skuns.kiev.zoral.com.ua X-Virus-Scanned: mail.terabit.net.ua 1KrsqC-0002Pl-Kt 773babb967a64e0da1a697d18b540931 X-Terabit: YES Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r184067 - head/sys/kern X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 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: Mon, 20 Oct 2008 11:22:30 -0000 --FfxfUH0DniL7RjES Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Oct 20, 2008 at 02:37:53AM +0000, David Xu wrote: > Author: davidxu > Date: Mon Oct 20 02:37:53 2008 > New Revision: 184067 > URL: http://svn.freebsd.org/changeset/base/184067 >=20 > Log: > In realtimer_delete(), clear timer's value and interval to tell > realtimer_expire() to not rearm the timer, otherwise there is a chance > that a callout will be left there and be tiggered in future unexpectly. > =20 > Bug reported by: tegge@ >=20 > Modified: > head/sys/kern/kern_time.c Do you plan to MFC this to RELENG_7 ? This seems as a nice fix to have in upcoming 7.1. --FfxfUH0DniL7RjES Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (FreeBSD) iEYEARECAAYFAkj8afEACgkQC3+MBN1Mb4hvigCdF/smRj4dNvo0jYW7slo6coaM ntEAoPVuSmjcysjprhHd0NLw3ZPpN88J =uvbk -----END PGP SIGNATURE----- --FfxfUH0DniL7RjES--