NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: kern/51254: uvm assertion "!topdown || hint <= orig_hint" failed
The following reply was made to PR kern/51254; it has been noted by GNATS.
From: Taylor R Campbell <riastradh%NetBSD.org@localhost>
To: Rin Okuyama <rokuyama.rk%gmail.com@localhost>
Cc: gnats-bugs%NetBSD.org@localhost, netbsd-bugs%NetBSD.org@localhost
Subject: Re: kern/51254: uvm assertion "!topdown || hint <= orig_hint" failed
Date: Thu, 7 Sep 2023 13:02:19 +0000
Were you able to test the patch I suggested last year, or did you find
some flaw in the analysis I posted it with?
- hint = entry->next->start - length;
+ hint = MIN(orig_hint, entry->next->start - length);
Home |
Main Index |
Thread Index |
Old Index