Date: Tue, 10 Feb 2009 13:50:04 GMT From: John Baldwin <jhb@FreeBSD.org> To: freebsd-bugs@FreeBSD.org Subject: Re: kern/95368: [kernel] [patch] Test for race between callout_drain() and softclock() generates false positive Message-ID: <200902101350.n1ADo4Cv066658@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/95368; it has been noted by GNATS. From: John Baldwin <jhb@FreeBSD.org> To: bug-followup@FreeBSD.org, neelnatu@yahoo.com Cc: rwatson@FreeBSD.org Subject: Re: kern/95368: [kernel] [patch] Test for race between callout_drain() and softclock() generates false positive Date: Tue, 10 Feb 2009 08:45:01 -0500 At this point I do not think that a fix is going to be applied to the RELENG_6_0 branch. This bug is not present in more recent 6.x releases since they now use the spin lock directly with sleepqueues avoiding the need for the separate callout_wait_lock. -- John Baldwin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902101350.n1ADo4Cv066658>