git: kernel - Add callout debugging

Matthew Dillon dillon at crater.dragonflybsd.org
Sat Mar 2 14:46:47 PST 2019


commit 1a986f7127fb4c5db01f3582d96a53bf12959ff2
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Sat Mar 2 14:45:33 2019 -0800

    kernel - Add callout debugging
    
    * We still have a few issues where the callout lists become corrupt.
      Add debugging to store the originator of a callout by file/line in
      the structure itself as a debugging aid.

Summary of changes:
 sys/kern/kern_timeout.c | 37 +++++++++++++++++++++++++++++++++++++
 sys/sys/callout.h       | 15 +++++++++++++--
 2 files changed, 50 insertions(+), 2 deletions(-)

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


-- 
DragonFly BSD source repository


More information about the Commits mailing list