NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/58011 CVS commit: src/sys/kern



The following reply was made to PR kern/58011; it has been noted by GNATS.

From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/58011 CVS commit: src/sys/kern
Date: Fri, 8 Mar 2024 23:34:03 +0000

 Module Name:	src
 Committed By:	riastradh
 Date:		Fri Mar  8 23:34:03 UTC 2024
 
 Modified Files:
 	src/sys/kern: kern_heartbeat.c
 
 Log Message:
 heartbeat(9): Return early if panicstr is set.
 
 This way we avoid doing unnecessary work -- and print unnecessary
 messages -- to _not_ trigger another panic anyway.
 
 PR kern/58011
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.12 -r1.13 src/sys/kern/kern_heartbeat.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index