NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/60029 CVS commit: src/sys/rump/librump/rumpkern
The following reply was made to PR kern/60029; it has been noted by GNATS.
From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/60029 CVS commit: src/sys/rump/librump/rumpkern
Date: Mon, 24 Aug 2026 20:47:01 +0000
Module Name: src
Committed By: riastradh
Date: Mon Aug 24 20:47:01 UTC 2026
Modified Files:
src/sys/rump/librump/rumpkern: vm.c
Log Message:
rump: Handle uvm_wait tickets like the real kernel does.
This should avoid trouble in any path that calls uvm_wait_prepare
with spin locks held even though it's not going to sleep in uvm_wait,
of which there are probably many more than just rump_hypermalloc --
uvm_wait_prepare is supposed to be cheap enough not to be worth
conditionalizing. (Perhaps we should measure that, though.)
PR kern/60636: rump on sparc64 totally broken still with vm.c rev 1.201
Followup for:
PR kern/58964: uvm: missing wakeup on uvmexp.free
PR kern/60029: panic: cpu0: softints stuck for 16 seconds
To generate a diff of this commit:
cvs rdiff -u -r1.202 -r1.203 src/sys/rump/librump/rumpkern/vm.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