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

2017-01-14 Thread Bruce Evans
On Sat, 14 Jan 2017, Mark Johnston wrote: Log: Stop the scheduler upon panic even in non-SMP kernels. This is needed for kernel dumps to work, as the panicking thread will call into code that makes use of kernel locks. Reported and tested by:Eugene Grosbein MFC after: 1 week

svn commit: r312199 - head/sys/kern

2017-01-14 Thread Mark Johnston
Author: markj Date: Sat Jan 14 22:16:03 2017 New Revision: 312199 URL: https://svnweb.freebsd.org/changeset/base/312199 Log: Stop the scheduler upon panic even in non-SMP kernels. This is needed for kernel dumps to work, as the panicking thread will call into code that makes use of kernel