From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1OYydd-0001JV-G4 for mharc-grub-devel@gnu.org; Wed, 14 Jul 2010 05:52:25 -0400 Received: from [140.186.70.92] (port=44993 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OYydY-0001HU-L1 for grub-devel@gnu.org; Wed, 14 Jul 2010 05:52:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OYydT-0003Pd-Qt for grub-devel@gnu.org; Wed, 14 Jul 2010 05:52:20 -0400 Received: from mail-ww0-f49.google.com ([74.125.82.49]:49955) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OYydT-0003PU-MB for grub-devel@gnu.org; Wed, 14 Jul 2010 05:52:15 -0400 Received: by wwe15 with SMTP id 15so451558wwe.30 for ; Wed, 14 Jul 2010 02:52:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=O9F9B7q3+JsUFUflY9jBK/SfwZXlYEpAa6dHAeLrOvk=; b=WAmHcHyWnqpmy5tWxX3Sa4iq2LJ/yy6CIUBsoTMdbzbmqtX8AiUYZ4FpUB7CyJ4e85 T4ArNoN+NEBEAvLWjjNtn/5qUkqGIiv01pLx+mYAgDGMCqZZX00+Gg0aRykrUp0seepj 0CjhZcjDxT/sWddI0RzMPJTzq4oAnBcZ4f+So= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=MWuRUb41IYG8M+BsT1QRxPmm3zd4gKfujf/ThWpWynj5h67HwWLieOTRFgQqUblu37 Ie3z+mKiF3Gue77mznqP08cPzMSMX4OWhYtJ1how5td3+lSNekWhuaA+s+8qkx83UfC1 U62Hs4zvobqqK2vZVpccXs01Lom0ZGbIpGOG8= Received: by 10.227.157.198 with SMTP id c6mr6845113wbx.144.1279100642546; Wed, 14 Jul 2010 02:44:02 -0700 (PDT) Received: from [192.168.1.50] (c2433-1-88-160-112-182.fbx.proxad.net [88.160.112.182]) by mx.google.com with ESMTPS id a1sm46460679wbb.20.2010.07.14.02.44.00 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 14 Jul 2010 02:44:01 -0700 (PDT) Message-ID: <4C3D86DF.1010006@gmail.com> Date: Wed, 14 Jul 2010 11:43:59 +0200 From: =?UTF-8?B?R3LDqWdvaXJlIFN1dHJl?= User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.10) Gecko/20100620 Icedove/3.0.5 MIME-Version: 1.0 To: grub-devel@gnu.org References: <4BFF1337.3020100@gmail.com> <4C040166.3030502@gmail.com> <4C33A65A.7090005@gmail.com> <4C351BB9.9020802@gmail.com> <4C36FFAA.5000100@gmail.com> <4C3C377C.70602@gmail.com> In-Reply-To: <4C3C377C.70602@gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) Subject: Re: [Patch] Discard incorrect nested partitions (fixes #29956) X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jul 2010 09:52:23 -0000 On 07/13/2010 11:53 AM, Vladimir 'φ-coder/phcoder' Serbinenko wrote: > I mean that the files we need are below the limit but some parts of > partition are above the limit. It will work the current boot but will > break in the future. I see. > Go ahead for trunk. Thanks, I committed the patch. Grégoire