From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1Xv33T-00060P-8O for mharc-grub-devel@gnu.org; Sun, 30 Nov 2014 06:52:43 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48492) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xv33I-0005zk-Hz for grub-devel@gnu.org; Sun, 30 Nov 2014 06:52:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xv336-0001Vm-Uv for grub-devel@gnu.org; Sun, 30 Nov 2014 06:52:32 -0500 Received: from [2001:41c8:1:628a::89] (port=56542 helo=benson.vm.bytemark.co.uk) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xv336-0001Vi-PJ for grub-devel@gnu.org; Sun, 30 Nov 2014 06:52:20 -0500 Received: from cpc22-cmbg14-2-0-cust482.5-4.cable.virginm.net ([86.6.25.227] helo=dagon.hellion.org.uk) by benson.vm.bytemark.co.uk with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1Xv336-0000nF-2q; Sun, 30 Nov 2014 11:52:20 +0000 Message-ID: <1417348339.2372.21.camel@hellion.org.uk> Subject: Re: [PATCH] grub-install: Include all decompressor modules in pvxen core image. From: Ian Campbell To: Andrei Borzenkov Date: Sun, 30 Nov 2014 11:52:19 +0000 In-Reply-To: <1417348279.2372.20.camel@hellion.org.uk> References: <1417163614-22703-1-git-send-email-ijc@hellion.org.uk> <20141128200952.31d2c6be@opensuse.site> <1417195555.23604.69.camel@hellion.org.uk> <20141130143101.0bb4298e@opensuse.site> <1417348279.2372.20.camel@hellion.org.uk> Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.12.7-1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:41c8:1:628a::89 Cc: 755256@bugs.debian.org, grub-devel@gnu.org X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 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: Sun, 30 Nov 2014 11:52:41 -0000 On Sun, 2014-11-30 at 11:51 +0000, Ian Campbell wrote: > On Sun, 2014-11-30 at 14:31 +0300, Andrei Borzenkov wrote: [...] > > We probably never read vmlinuz to the end anyway, but I wonder if it > > could be an issue. > > I've no idea. I don't see that comment anywhere in either Linux nor Grub > codebase though. NM, I found it in scripts/Makefile.lib... Doesn't seem to matter in practice though. Ian.