NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: kern/56844: delete auto-modified network route crash
The following reply was made to PR port-amd64/56844; it has been noted by GNATS.
From: ocb%l25.fi@localhost
To: gnats-bugs%NetBSD.org@localhost, ocb%l25.fi@localhost, riastradh%NetBSD.org@localhost
Cc: ozaki-r%NetBSD.org@localhost
Subject: Re: kern/56844: delete auto-modified network route crash
Date: Sun, 18 Dec 2022 09:18:56 +0100 (CET)
per your specification; making rt_wait_ok always return false appears to resolve the issue with 9.9.108, tested multiple times through a 10 hour window.
$ diff sys/net/route.c sys/net/route.c.bak
646,647c646
< /* return !cpu_softintr_p(); */
< return 0;
---
> return !cpu_softintr_p();
Home |
Main Index |
Thread Index |
Old Index