From owner-svn-src-all@freebsd.org Fri Jul 17 04:22:47 2015 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 34D4B9A2A8F for ; Fri, 17 Jul 2015 04:22:47 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from mail-ig0-f169.google.com (mail-ig0-f169.google.com [209.85.213.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EE53E1A58 for ; Fri, 17 Jul 2015 04:22:46 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: by igbpg9 with SMTP id pg9so29076018igb.0 for ; Thu, 16 Jul 2015 21:22:40 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:subject:mime-version:content-type:from :in-reply-to:date:cc:message-id:references:to; bh=Ac2tflXsSPTZmAyfFAAXxyfbnbsdSAfo7mnoOA28k64=; b=mUulIYDkCJLp26vcvz2GGHySF86qHafvGRes7jGD/vfbezCtFuK23gGQruy3vHir09 PXuld48F8J82BqKyyt6LTvncBJUrpDx4KXWW13FsJISwbxrXb1ck0F9M4wFOujQCs3ny L+Nkb8gbWe72/6pLR5W/B7mx1eKw9ZzAjWnbXKq9ZZEhZuc29vi6nSPnEuOp4dIvpy9l FcPTqxiB/W8G0j4fnK4FP1dq7DKEPEguo3oGhDD9Z5rDOtx9k3iZf3UcMSdm/dCJqfHP I7iJM5JMIiHP2J0dCRWS77Hw8NUsY38xWHAxi1mG7l1twE6nIiHHPMS25XQ7TtLlVraJ bA5A== X-Gm-Message-State: ALoCoQn/Qn7jXuYVuCcnKK1miqbW8VaBE7QnbGKin1Cm8Ovm7YlwchmrmcOePbfXhlaa1d9ZKiCr X-Received: by 10.107.134.96 with SMTP id i93mr16025607iod.139.1437106469161; Thu, 16 Jul 2015 21:14:29 -0700 (PDT) Received: from [10.0.27.94] ([96.88.71.26]) by smtp.gmail.com with ESMTPSA id c12sm6492471ioj.39.2015.07.16.21.14.28 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 16 Jul 2015 21:14:28 -0700 (PDT) Sender: Warner Losh Subject: Re: svn commit: r285627 - in head/sys: arm/arm arm/at91 arm/cavium/cns11xx arm/samsung/s3c2xx0 arm/xscale/i80321 arm/xscale/i8134x arm/xscale/ixp425 arm/xscale/pxa arm64/arm64 ddb i386/i386 powerpc/boo... Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2102\)) Content-Type: multipart/signed; boundary="Apple-Mail=_810ECDD6-EFCB-4B8A-ABC8-B1C621C2A441"; protocol="application/pgp-signature"; micalg=pgp-sha512 X-Pgp-Agent: GPGMail 2.5 From: Warner Losh In-Reply-To: Date: Thu, 16 Jul 2015 22:14:25 -0600 Cc: Zbigniew Bodek , "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Message-Id: <1F072A78-AD5E-4597-B064-C51790AF2F12@bsdimp.com> References: <201507161046.t6GAkrEt028784@repo.freebsd.org> To: Benjamin Kaduk X-Mailer: Apple Mail (2.2102) X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Jul 2015 04:22:47 -0000 --Apple-Mail=_810ECDD6-EFCB-4B8A-ABC8-B1C621C2A441 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 > On Jul 16, 2015, at 12:02 PM, Benjamin Kaduk = wrote: >=20 > On Thu, Jul 16, 2015 at 6:46 AM, Zbigniew Bodek = wrote: > Author: zbb > Date: Thu Jul 16 10:46:52 2015 > New Revision: 285627 > URL: https://svnweb.freebsd.org/changeset/base/285627 >=20 > Log: > Fix KSTACK_PAGES issue when the default value was changed in = KERNCONF >=20 > If KSTACK_PAGES was changed to anything alse than the default, > the value from param.h was taken instead in some places and > the value from KENRCONF in some others. This resulted in > inconsistency which caused corruption in SMP envorinment. >=20 > Ensure all places where KSTACK_PAGES are used the opt_kstack_pages.h > is included. >=20 > This leads to the question: why is KSTACK_PAGES defined in param.h at = all, if the value will be incorrect for custom kernel configurations? It is a work around for the Cavium arm64 kernel. It may or may not be needed in the fullness of time, but for now it=E2=80=99s = needed to make progress on the port. Warner --Apple-Mail=_810ECDD6-EFCB-4B8A-ABC8-B1C621C2A441 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- Comment: GPGTools - https://gpgtools.org iQIcBAEBCgAGBQJVqIEiAAoJEGwc0Sh9sBEAo5cQALR9RiitwRkMCDMvdPiOl6jt aeVsRtzhe3vYX1gxaBItwbEMsqUuzd5yHMhRQGTP8IS4rTn7FjB/9h3KB47ZbC62 1k3lnCgOvWjFLvhUYrenrFtXnCg/IYIIR0X5Lv6XdSxiNM2uOp72FaN45/SZSJNe bIFHUyvr/kQzIhdh9G7Nqc47djIgZXQ1+cYRXhszKKRnE1L6yBLK3O7Lw7SV0qXF +9+e59T6513EVXfquOU0OR4l47SCxCBGTYb/VE85lHut4kJtlRgYuY5MoNJc/Fwl GMobmW3MoRtwrb1UEuSUsnoEb3Rk48f07ciR0hCde8qa4visfkvRHFJ6scyGJbYp Mb0rZi1fQvzuKnLjFqpJgKXzAbWzY/LRic9wOY7gzE98B7UKd9k6sep0n/rigS42 vF/SfcCJLQlmc/Kpd9KOCDq7UPV0vJzjrZIb0uOx5MaaWd/rxWb8vgRVcyCpeogl X1B50WReHQSMw9dWkVXCU9hC39QB3PR9wHcFE1Pi3LZeyLnJgmkGkzyVIuVjtE1r hlWmyyF0jolYR73vbnfljpcBu6Fsn1XvfkY+yp7o6Yxdufr7EIlUiBFP8OQ0SqMv v9/fL/52XzWz4rhzy3zsmDEsQFS08xgylPBh81+fELYg7P5zwEjF/aYYFLEJzq/4 92bc4Q6dLdNZpWvqlrq6 =hcHy -----END PGP SIGNATURE----- --Apple-Mail=_810ECDD6-EFCB-4B8A-ABC8-B1C621C2A441--