From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1aq1Qi-0000Ut-Gl for mharc-grub-devel@gnu.org; Tue, 12 Apr 2016 12:44:44 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47661) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aq1Qg-0000S2-Da for grub-devel@gnu.org; Tue, 12 Apr 2016 12:44:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aq1Qd-00067p-5o for grub-devel@gnu.org; Tue, 12 Apr 2016 12:44:42 -0400 Received: from userp1040.oracle.com ([156.151.31.81]:36950) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aq1Qc-00067e-Ub for grub-devel@gnu.org; Tue, 12 Apr 2016 12:44:39 -0400 Received: from aserv0021.oracle.com (aserv0021.oracle.com [141.146.126.233]) by userp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id u3CGiTe5022578 (version=TLSv1 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 12 Apr 2016 16:44:30 GMT Received: from aserv0121.oracle.com (aserv0121.oracle.com [141.146.126.235]) by aserv0021.oracle.com (8.13.8/8.13.8) with ESMTP id u3CGiTUQ009166 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 12 Apr 2016 16:44:29 GMT Received: from abhmp0016.oracle.com (abhmp0016.oracle.com [141.146.116.22]) by aserv0121.oracle.com (8.13.8/8.13.8) with ESMTP id u3CGiSxS020816; Tue, 12 Apr 2016 16:44:28 GMT Received: from char.us.oracle.com (/10.137.176.158) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Tue, 12 Apr 2016 09:44:28 -0700 Received: by char.us.oracle.com (Postfix, from userid 1000) id C14866A00F1; Tue, 12 Apr 2016 12:44:27 -0400 (EDT) Date: Tue, 12 Apr 2016 12:44:27 -0400 From: Konrad Rzeszutek Wilk To: The development of GNU GRUB , fu.wei@linaro.org Cc: "Vladimir 'phcoder' Serbinenko" , Colin Watson , Peter Jones Subject: Re: Bugs and tasks for 2.02[~rc1] Message-ID: <20160412164427.GA5198@char.us.oracle.com> References: <56F1A243.2010800@gmail.com> <20160328145903.GF17944@char.us.oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20160328145903.GF17944@char.us.oracle.com> User-Agent: Mutt/1.5.24 (2015-08-30) Content-Transfer-Encoding: quoted-printable X-Source-IP: aserv0021.oracle.com [141.146.126.233] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 156.151.31.81 X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Apr 2016 16:44:43 -0000 On Mon, Mar 28, 2016 at 10:59:03AM -0400, Konrad Rzeszutek Wilk wrote: > ..snip.. > > What about > >=20 > > - disk IO buffer alignment for small read (I personally prefer the fi= rst > > version of Leif's patch that exposes alignment in core, it also allow= s > > us to print it in ls output) > >=20 > > - F2FS support > >=20 > > - SMBIOS patches > >=20 > > - getroot: Correctly handle missing btrfs device identifiers.=E2=80=8B > >=20 > > - arm64,xen: add xen_boot support into grup-mkconfig >=20 > So .. what is involved in this? Xen is in its feature freeze window so = I am not > exactly sure if the corresponding Xen patches have been posted? >=20 > Who is the author of these? (Not seeing it on the CC-list). And I believe the underlaying Xen pieces are in? (On Xen side it is "xen/arm64: check XSM Magic from the second unknown module." I believe). > >=20 > > - [RFC] Add exitcode support=E2=80=8B (or, better, suggestion in this= thread to > > change default exit code on EFI) > >=20 > > - something also needs to be done about > > [PATCH] broken ESC navigation if authentication is used=E2=80=8B >=20 > I would also add the multiboot2 from Daniel. I recall even seeing an em= ail > from Vladimir saying 'One more day and I will commit them' but I don't = see > them in the git tree? ping? They have been reviewed..