git: DragonFly_RELEASE_3_0 kernel - Stop KTR logging during panic

Matthew Dillon dillon at crater.dragonflybsd.org
Mon Aug 20 21:04:41 PDT 2012


commit 1ecd457f72707d1dd6302a104d25bd9f6c74344b
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Thu Aug 16 09:11:07 2012 -0700

    kernel - Stop KTR logging during panic
    
    * Stop all KTR logging when a panic occurs so the KTR buffer doesn't
      get wiped out by events during the panic & core dump.  This gives
      us a KTR buf snapshot as of the panic entry.

Summary of changes:
 sys/kern/kern_ktr.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/1ecd457f72707d1dd6302a104d25bd9f6c74344b


-- 
DragonFly BSD source repository





More information about the Commits mailing list