[PATCH] Please test ACPI-CA 20051021 fix

Jung-uk Kim jkim at FreeBSD.org
Fri Nov 4 12:44:35 PST 2005


On Friday 04 November 2005 03:37 pm, Moore, Robert wrote:
> There is also this part of the patch in rsmisc, did you apply that?
>
>
> +++ source/components/resources/rsmisc.c	3 Nov 2005 22:59:44
> -0000
> @@ -329,7 +329,7 @@
>              ItemCount = AcpiRsDecodeBitmask (*((UINT8 *) Source),
> Destination);
>              if (ItemCount)
>              {
> -                Resource->Length += Resource->Length + (ItemCount
> - 1); +                Resource->Length += (ItemCount - 1);
>              }

I didn't put rsmisc.c patch.  I'll update it soon.

Thanks!

Jung-uk Kim

> > -----Original Message-----
> > From: owner-freebsd-acpi at freebsd.org [mailto:owner-freebsd-
> > acpi at freebsd.org] On Behalf Of Ruslan Ermilov
> > Sent: Friday, November 04, 2005 12:15 PM
> > To: Jung-uk Kim
> > Cc: freebsd-acpi at freebsd.org; freebsd-current at freebsd.org
> > Subject: Re: [PATCH] Please test ACPI-CA 20051021 fix
> >
> > On Fri, Nov 04, 2005 at 12:03:12PM -0500, Jung-uk Kim wrote:
> > > If you have booting problems *after* ACPI-CA 20051021 import,
> > > please try this patch and let me know:
> > >
> > > http://people.freebsd.org/~jkim/acpica/rscalc.c.diff
> >
> > Doesn't fix a problem for me, still the same "memory modified
> > after free ... val=c".  This is on amd64, FWIW.
> >
> >
> > Cheers,
> > --
> > Ruslan Ermilov
> > ru at FreeBSD.org
> > FreeBSD committer


More information about the freebsd-current mailing list