From owner-freebsd-current@FreeBSD.ORG Fri Nov 4 20:38:13 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A163116A420; Fri, 4 Nov 2005 20:38:13 +0000 (GMT) (envelope-from robert.moore@intel.com) Received: from orsfmr002.jf.intel.com (fmr17.intel.com [134.134.136.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA27043D5A; Fri, 4 Nov 2005 20:38:01 +0000 (GMT) (envelope-from robert.moore@intel.com) Received: from orsfmr101.jf.intel.com (orsfmr101.jf.intel.com [10.7.209.17]) by orsfmr002.jf.intel.com (8.12.10/8.12.10/d: major-outer.mc,v 1.1 2004/09/17 17:50:56 root Exp $) with ESMTP id jA4Kc120017593; Fri, 4 Nov 2005 20:38:01 GMT Received: from orsmsxvs040.jf.intel.com (orsmsxvs040.jf.intel.com [192.168.65.206]) by orsfmr101.jf.intel.com (8.12.10/8.12.10/d: major-inner.mc,v 1.2 2004/09/17 18:05:01 root Exp $) with SMTP id jA4Kc1hg014539; Fri, 4 Nov 2005 20:38:01 GMT Received: from orsmsx332.amr.corp.intel.com ([192.168.65.60]) by orsmsxvs040.jf.intel.com (SAVSMTP 3.1.7.47) with SMTP id M2005110412380032107 ; Fri, 04 Nov 2005 12:38:00 -0800 Received: from orsmsx403.amr.corp.intel.com ([192.168.65.209]) by orsmsx332.amr.corp.intel.com with Microsoft SMTPSVC(6.0.3790.211); Fri, 4 Nov 2005 12:38:00 -0800 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Fri, 4 Nov 2005 12:37:59 -0800 Message-ID: <971FCB6690CD0E4898387DBF7552B90E03518C0F@orsmsx403.amr.corp.intel.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [PATCH] Please test ACPI-CA 20051021 fix thread-index: AcXhfx5euihtGj5dReKJCiFtJ7uRBQAAGOhw From: "Moore, Robert" To: "Ruslan Ermilov" , "Jung-uk Kim" X-OriginalArrivalTime: 04 Nov 2005 20:38:00.0862 (UTC) FILETIME=[A5CBCBE0:01C5E17F] X-Scanned-By: MIMEDefang 2.52 on 10.7.209.17 X-Mailman-Approved-At: Sat, 05 Nov 2005 16:10:27 +0000 Cc: freebsd-acpi@freebsd.org, freebsd-current@freebsd.org Subject: RE: [PATCH] Please test ACPI-CA 20051021 fix X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Nov 2005 20:38:14 -0000 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 =3D AcpiRsDecodeBitmask (*((UINT8 *) Source), Destination); if (ItemCount) { - Resource->Length +=3D Resource->Length + (ItemCount - = 1); + Resource->Length +=3D (ItemCount - 1); } > -----Original Message----- > From: owner-freebsd-acpi@freebsd.org [mailto:owner-freebsd- > acpi@freebsd.org] On Behalf Of Ruslan Ermilov > Sent: Friday, November 04, 2005 12:15 PM > To: Jung-uk Kim > Cc: freebsd-acpi@freebsd.org; freebsd-current@freebsd.org > Subject: Re: [PATCH] Please test ACPI-CA 20051021 fix >=20 > 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=3Dc". This is on amd64, FWIW. >=20 >=20 > Cheers, > -- > Ruslan Ermilov > ru@FreeBSD.org > FreeBSD committer