Subject: Re: kern/13075: 1.5.1_BETA2 sys/kern/extent regression test fails
To: None <joff@newmonics.com>
From: Havard Eidnes <he@netbsd.org>
List: netbsd-bugs
Date: 06/10/2001 20:57:09
> I was about to submit this in a PR of my own, but noticed I've been b=
eaten
> to it.  :-)  Anyway, it seems the fix is in rev 1.36 of
> syssrc/sys/kern/subr_extent.c and I was able to merge it via 'cvs -j1=
.35
> -j1.36 subr_extent.c' into 1.5.  It looks like regress/sys/kern/exten=
t/*
> was pulled up into 1.5 without first pulling up the fix the new tests=
 test
> for in subr_extent.c.
> =

> //Jesse Off

OK, thanks for pointing me in the right direction.  Revision 1.36 has
now been pulled up to the branch.  CHANGES-1.5.1 entry:

sys/kern/subr_extent.c                          1.36

  Fix calculation of whether we overflow the end of the extent.
  Fixes PR#13075.

I guess I'll go ahead and close the PR. ;-)

Regards,

- H=E5vard