NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: kern/55664: rump race condition
The following reply was made to PR kern/55664; it has been noted by GNATS.
From: Ruslan Nikolaev <nruslan_devel%yahoo.com@localhost>
To: Christos Zoulas <christos%zoulas.com@localhost>, gnats-bugs%netbsd.org@localhost
Cc: kern-bug-people%netbsd.org@localhost, gnats-admin%netbsd.org@localhost, netbsd-bugs%netbsd.org@localhost
Subject: Re: kern/55664: rump race condition
Date: Mon, 2 Nov 2020 10:43:11 -0500
Christos, thank you for merging this change! Just one comment. Since
sleepq_destroy() is a macro for the kernel, should it also be a macro
for rump to be consistent in its sleeptab.h? Something like this:
#define sleepq_destroy(a) (cv_destroy(&(a)->sq_cv))
Also wanted to let you know that I have just posted another problem and
patch to kern/55777. I� have one more fix for rump SMP which I will post
shortly after that.
Home |
Main Index |
Thread Index |
Old Index