From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1fSMTE-0004gT-0f for mharc-grub-devel@gnu.org; Mon, 11 Jun 2018 09:02:52 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34092) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fSMT8-0004g6-7k for grub-devel@gnu.org; Mon, 11 Jun 2018 09:02:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fSMSy-0000lq-Kk for grub-devel@gnu.org; Mon, 11 Jun 2018 09:02:46 -0400 Received: from userp2130.oracle.com ([156.151.31.86]:43332) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fSMSy-0000jx-9y for grub-devel@gnu.org; Mon, 11 Jun 2018 09:02:36 -0400 Received: from pps.filterd (userp2130.oracle.com [127.0.0.1]) by userp2130.oracle.com (8.16.0.22/8.16.0.22) with SMTP id w5BCuGd5030824; Mon, 11 Jun 2018 13:02:29 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=oracle.com; h=date : from : to : cc : subject : message-id : references : mime-version : content-type : content-transfer-encoding : in-reply-to; s=corp-2017-10-26; bh=n2vXSYEooqjKsvuMX6XoMjIj8c3UmSmf7NpQenhW1/M=; b=O7vYc/w/K3xEwG+4TjPEpPGyR25vr0duNqnZBDS8F11Xa2wBhuYNCGz5dl3D2qgbw2mD 79jhKnepJbu0+bhnfqMElZ/sSrMmDA7dwuyBLzT0xoOajmJjksEHQ0jTtEpyFxHiDmYq x7LW6798+R0DsQS8ayitGvw3ztKAU0bfNkK3sLmR/1SnWSwGV7TbePPny025fhivNQaw EMRz1igEU0SyiqW9lsBXAPS/zGuOrmwBqg35daWQjouY+CRmsAHx994yFgHMAsft937F ll6ReM9xvbOIDI95ufz9OrcFop47j/c4U2Jgo8CjpPvhSbo+wfAgm3j/3yGvMx3KaUo+ XA== Received: from userv0021.oracle.com (userv0021.oracle.com [156.151.31.71]) by userp2130.oracle.com with ESMTP id 2jg6b1d8jy-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Mon, 11 Jun 2018 13:02:29 +0000 Received: from aserv0121.oracle.com (aserv0121.oracle.com [141.146.126.235]) by userv0021.oracle.com (8.14.4/8.14.4) with ESMTP id w5BD2S5L023286 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Mon, 11 Jun 2018 13:02:29 GMT Received: from abhmp0008.oracle.com (abhmp0008.oracle.com [141.146.116.14]) by aserv0121.oracle.com (8.14.4/8.13.8) with ESMTP id w5BD2Smi025541; Mon, 11 Jun 2018 13:02:28 GMT Received: from olila.local.net-space.pl (/10.175.160.72) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Mon, 11 Jun 2018 06:02:28 -0700 Date: Mon, 11 Jun 2018 15:02:24 +0200 From: Daniel Kiper To: Roger Pau Monne Cc: grub-devel@gnu.org, xen-devel@lists.xenproject.org Subject: Re: [PATCH v3] multiboot2: clarify usage of the address tag Message-ID: <20180611130224.GG20016@olila.local.net-space.pl> References: <20180611114902.48124-1-roger.pau@citrix.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <20180611114902.48124-1-roger.pau@citrix.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-Proofpoint-Virus-Version: vendor=nai engine=5900 definitions=8920 signatures=668702 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 suspectscore=0 malwarescore=0 phishscore=0 bulkscore=0 spamscore=0 mlxscore=0 mlxlogscore=999 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1805220000 definitions=main-1806110152 Content-Transfer-Encoding: quoted-printable X-MIME-Autoconverted: from 8bit to quoted-printable by userp2130.oracle.com id w5BCuGd5030824 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [generic] [fuzzy] X-Received-From: 156.151.31.86 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: Mon, 11 Jun 2018 13:02:51 -0000 On Mon, Jun 11, 2018 at 01:49:02PM +0200, Roger Pau Monne wrote: > Add a note to spell out that if the address tag is not present the > file should be loaded using the elf header. > > Signed-off-by: Roger Pau Monn=E9 Reviewed-by: Daniel Kiper If there are no objections I will apply this in a week or so. Daniel