NetBSD-Bugs archive

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

PR/57718 CVS commit: src/sys/kern



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

From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/57718 CVS commit: src/sys/kern
Date: Wed, 22 Nov 2023 13:19:50 +0000

 Module Name:	src
 Committed By:	riastradh
 Date:		Wed Nov 22 13:19:50 UTC 2023
 
 Modified Files:
 	src/sys/kern: vfs_vnode.c
 
 Log Message:
 vfs(9): Make sure to kpause at least one tick, not zero.
 
 kpause(9) forbids zero.
 
 Local workaround for wider problem in PR kern/57718, to address
 immediate symptom of crash on any system with hz=50, e.g. alpha in
 qemu:
 
 panic: kernel diagnostic assertion "timo != 0 || intr" failed: file "/usr/src/sys/kern/kern_synch.c", line 249
 
 XXX pullup-10
 XXX pullup-9
 XXX pullup-8
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.150 -r1.151 src/sys/kern/vfs_vnode.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