Re: svn commit: r243515 - head/sys/kern

2012-12-16 Thread Andriy Gapon
on 16/12/2012 20:49 Attilio Rao said the following: > - about panic(), the check is much more easy, just see my first > response to Ryan, because we don't have the wakeup/restart race as > generic_stop_cpu() does That's what I meant - could you please resend that message to me? -- Andriy Gapon _

Re: svn commit: r243515 - head/sys/kern

2012-12-16 Thread Attilio Rao
On Sun, Dec 16, 2012 at 1:59 AM, Andriy Gapon wrote: > on 13/12/2012 22:17 Attilio Rao said the following: >> Right, but as I said, for the time being we can at least have a >> correct panic() semantic and take the right time to fix the >> generic_stop_cpus() and then absorb also the panic() fix i

Re: svn commit: r243515 - head/sys/kern

2012-12-16 Thread Andriy Gapon
on 13/12/2012 22:17 Attilio Rao said the following: > Right, but as I said, for the time being we can at least have a > correct panic() semantic and take the right time to fix the > generic_stop_cpus() and then absorb also the panic() fix into it. > Right now the mechanism is still broken in panic

Re: svn commit: r243515 - head/sys/kern

2012-12-13 Thread Attilio Rao
On Thu, Dec 13, 2012 at 10:59 AM, Andriy Gapon wrote: > on 09/12/2012 19:27 Attilio Rao said the following: >> On Sun, Nov 25, 2012 at 2:22 PM, Andriy Gapon wrote: >>> Author: avg >>> Date: Sun Nov 25 14:22:08 2012 >>> New Revision: 243515 >>> URL: http://svnweb.freebsd.org/changeset/base/243515

Re: svn commit: r243515 - head/sys/kern

2012-12-13 Thread Andriy Gapon
on 09/12/2012 19:27 Attilio Rao said the following: > On Sun, Nov 25, 2012 at 2:22 PM, Andriy Gapon wrote: >> Author: avg >> Date: Sun Nov 25 14:22:08 2012 >> New Revision: 243515 >> URL: http://svnweb.freebsd.org/changeset/base/243515 >> >> Log: >> remove stop_scheduler_on_panic knob >> >> Th

Re: svn commit: r243515 - head/sys/kern

2012-12-09 Thread Attilio Rao
On Sun, Nov 25, 2012 at 2:22 PM, Andriy Gapon wrote: > Author: avg > Date: Sun Nov 25 14:22:08 2012 > New Revision: 243515 > URL: http://svnweb.freebsd.org/changeset/base/243515 > > Log: > remove stop_scheduler_on_panic knob > > There has not been any complaints about the default behavior, so

svn commit: r243515 - head/sys/kern

2012-11-25 Thread Andriy Gapon
Author: avg Date: Sun Nov 25 14:22:08 2012 New Revision: 243515 URL: http://svnweb.freebsd.org/changeset/base/243515 Log: remove stop_scheduler_on_panic knob There has not been any complaints about the default behavior, so there is no need to keep a knob that enables the worse alternative