From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1ZwruX-00060t-9E for mharc-grub-devel@gnu.org; Thu, 12 Nov 2015 08:27:33 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33815) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZwruU-00060L-Im for grub-devel@gnu.org; Thu, 12 Nov 2015 08:27:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZwruR-0008FX-AN for grub-devel@gnu.org; Thu, 12 Nov 2015 08:27:30 -0500 Received: from smtp.citrix.com ([66.165.176.89]:37015) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZwruR-0008FL-5e for grub-devel@gnu.org; Thu, 12 Nov 2015 08:27:27 -0500 X-IronPort-AV: E=Sophos;i="5.20,281,1444694400"; d="scan'208";a="311800453" Message-ID: <1447334827.18450.73.camel@citrix.com> Subject: Re: [Xen-devel] [PATCH GRUB] Allow initrd concatenation on ARM64 From: Ian Campbell To: Vladimir =?UTF-8?Q?=27=CF=86-coder/phcoder=27?= Serbinenko , The development of GRUB 2 , Fu Wei , "xen-devel@lists.xen.org" Date: Thu, 12 Nov 2015 13:27:07 +0000 In-Reply-To: <56448F4A.2090609@gmail.com> References: <56448F4A.2090609@gmail.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.18.1-1 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-DLP: MIA1 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 66.165.176.89 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: Thu, 12 Nov 2015 13:27:31 -0000 On Thu, 2015-11-12 at 14:08 +0100, Vladimir '=CF=86-coder/phcoder' Serbinen= ko wrote: > While on it also change "xen_linux" to "xen_kernel" to be vendor-neutral > Could someone test please? I only compile-tested it I was expecting this patch to include a change to=C2=A0./util/grub.d/20_linux_xen.in to update the naming there, but it lo= oks like that aspect of the original series isn't in tree yet? BTW, you have a stray "linux" in the description of the (now) xen_kernel command. Ian.