NetBSD-Bugs archive

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

Re: kern/55664: rump race condition



I just looked at it. Part 1 is fine, but the implementation of part 2 (adding an additional kcondvar_t to struct sleepq depending on #ifdef _RUMPKERN) is something that we don't do in general. We try to keep the code to have the least amount of #ifdef _RUMPKERN and the data structures be the same between the two implementations. Perhaps there is a different way to do this?

christos

> On Sep 23, 2020, at 5:40 PM, Ruslan Nikolaev <nruslan_devel%yahoo.com@localhost> wrote:
> 
> The following reply was made to PR kern/55664; it has been noted by GNATS.
> 
> From: Ruslan Nikolaev <nruslan_devel%yahoo.com@localhost>
> To: gnats-bugs%netbsd.org@localhost, kern-bug-people%netbsd.org@localhost,
> gnats-admin%netbsd.org@localhost, netbsd-bugs%netbsd.org@localhost
> Cc:
> Subject: Re: kern/55664: rump race condition
> Date: Wed, 23 Sep 2020 15:30:27 -0400
> 
> I was wondering if there is any update on that.
> 

Attachment: signature.asc
Description: Message signed with OpenPGP



Home | Main Index | Thread Index | Old Index