From owner-svn-src-head@freebsd.org Mon Sep 21 18:02:58 2015 Return-Path: Delivered-To: svn-src-head@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 F2635A0668A; Mon, 21 Sep 2015 18:02:57 +0000 (UTC) (envelope-from rpaulo@me.com) Received: from st11p02im-asmtp001.me.com (st11p02im-asmtp001.me.com [17.172.220.113]) (using TLSv1.2 with cipher DHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C735315A1; Mon, 21 Sep 2015 18:02:57 +0000 (UTC) (envelope-from rpaulo@me.com) Received: from st11p02im-spool001.me.com ([17.172.220.115]) by st11p02im-asmtp001.me.com (Oracle Communications Messaging Server 7.0.5.35.0 64bit (built Mar 31 2015)) with ESMTP id <0NV101DC8GSJEX30@st11p02im-asmtp001.me.com>; Mon, 21 Sep 2015 18:02:45 +0000 (GMT) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2015-09-21_06:,, signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 kscore.is_bulkscore=1.0882977297122e-09 compositescore=0.988224937070463 phishscore=0 kscore.is_spamscore=0 rbsscore=0.988224937070463 recipient_to_sender_totalscore=0 spamscore=0 urlsuspectscore=0.988224937070463 adultscore=0 kscore.compositescore=0 circleOfTrustscore=0 suspectscore=0 recipient_domain_to_sender_totalscore=0 bulkscore=0 recipient_domain_to_sender_domain_totalscore=0 recipient_to_sender_domain_totalscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1412110000 definitions=main-1509210257 MIME-version: 1.0 Received: from localhost ([17.172.220.163]) by st11p02im-spool001.mac.com (Oracle Communications Messaging Server 7.0.5.35.0 64bit (built Mar 31 2015)) with ESMTP id <0NV100CSOGSJ5N60@st11p02im-spool001.mac.com>; Mon, 21 Sep 2015 18:02:43 +0000 (GMT) To: John Baldwin Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org From: Rui Paulo Subject: Re: svn commit: r287934 - head/sys/boot/efi/loader Date: Mon, 21 Sep 2015 18:02:43 +0000 (GMT) X-Mailer: iCloud MailClient15E.bfdff5b MailServer15E43.20056 X-Originating-IP: [12.218.212.178] Message-id: <13e1fdb2-6e22-4371-95e4-a556c357fa8d@me.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Sep 2015 18:02:58 -0000 So, we're going to keep ignoring the problem and keep =EF=BB=BFpatching th= ings up? It's a bit sad that a single driver (pmspcv) is able to cause so= much problems.=0A=0A--=0ARui Paulo=0A=0A=0AOn Sep 17, 2015, at 01:36 PM, = John Baldwin wrote:=0A=0A> Author: jhb=0A> Date: Thu Sep= 17 20:36:46 2015=0A> New Revision: 287934=0A> URL: https://svnweb.freebsd= .org/changeset/base/287934=0A>=0A> Log:=0A> The EFI boot loader allocates = a single chunk of contiguous memory to=0A> hold the kernel, modules, and a= ny other loaded data. This memory block=0A> is relocated to the kernel's e= xpected location during the transfer of=0A> control from the loader to the= kernel.=0A>=0A> The GENERIC kernel on amd64 has recently grown such that = a kernel + zfs.ko=0A> no longer fits in the default staging size. Bump the= default size from=0A> 32MB to 48MB to provide more breathing room.=0A>=0A= > PR: 201679=0A> Reviewed by: imp=0A> MFC after: 1 = week=0A> Differential Revision: https://reviews.freebsd.org/D3666=0A= >=0A> Modified:=0A> head/sys/boot/efi/loader/copy.c=0A>=0A> Modified: head= /sys/boot/efi/loader/copy.c=0A> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=0A> --- head/sys/boot/efi/loade= r/copy.c Thu Sep 17 20:36:34 2015 (r287933)=0A> +++ head/sys/boot/= efi/loader/copy.c Thu Sep 17 20:36:46 2015 (r287934)=0A> @@ = -38,7 +38,7 @@ __FBSDID("$FreeBSD$");=0A> #include =0A>=0A> #ifn= def EFI_STAGING_SIZE=0A> -#define EFI_STAGING_SIZE 32=0A> +#define= EFI_STAGING_SIZE 48=0A> #endif=0A>=0A> #define STAGE_PAGES = ((EFI_STAGING_SIZE) * 1024 * 1024 / 4096)=0A>=0A=