svn commit: r184067 - head/sys/kern
David Xu
davidxu at freebsd.org
Tue Oct 21 01:31:37 UTC 2008
Kostik Belousov wrote:
> 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
>>
>> 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.
>>
>> Bug reported by: tegge@
>>
>> 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.
Yes, planned.
More information about the svn-src-all
mailing list