From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1a9RLH-0002Xn-EU for mharc-grub-devel@gnu.org; Thu, 17 Dec 2015 00:43:07 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59804) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a9RLF-0002X5-T4 for grub-devel@gnu.org; Thu, 17 Dec 2015 00:43:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a9RLC-0006qT-OO for grub-devel@gnu.org; Thu, 17 Dec 2015 00:43:05 -0500 Received: from mail-lb0-x231.google.com ([2a00:1450:4010:c04::231]:33005) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a9RLC-0006qP-GW for grub-devel@gnu.org; Thu, 17 Dec 2015 00:43:02 -0500 Received: by mail-lb0-x231.google.com with SMTP id kw15so38982472lbb.0 for ; Wed, 16 Dec 2015 21:43:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-type:content-transfer-encoding; bh=kicBmA+mGhQaxiFyAjC7Bbe4smlFI/4UPPg3lFQY1jQ=; b=J59Od8QbOnO+o0uqY0jJttrJtiNMlXYxg75Dqei/JOdohJrbCHFKCncPL5vg8A2kxe jQG05sz0uznczHPMsn8dNRpJp3WdtVcI/MKB8Rag/hStUKIZNn3FSD1a5ibrm/AV3erF rvY2LN5XZJ31GziIYJsYUFWzHL2yg79JZGRnUqp6k7D7ybxpjs/G6zPxDw5Ad+jb0f0p qF/tnOFwCI/b9AlU6EGy9aoktAUcfatMzxPjVAah6psFgpYTd7LDBuKPQ1IdJqCSE7pW nuyqglYXoTdUIUoYXB5Yo7yL1UNGtQgZan0kSbiMmMtgfMWmLBS5yZKijeEJuTMjb3d9 RkmA== X-Received: by 10.112.137.132 with SMTP id qi4mr21337280lbb.120.1450330981567; Wed, 16 Dec 2015 21:43:01 -0800 (PST) Received: from [192.168.1.41] (ppp91-76-25-247.pppoe.mtu-net.ru. [91.76.25.247]) by smtp.gmail.com with ESMTPSA id mt2sm1649754lbc.9.2015.12.16.21.43.00 for (version=TLSv1/SSLv3 cipher=OTHER); Wed, 16 Dec 2015 21:43:00 -0800 (PST) Subject: Re: lsefimmap patches for persistent memory To: grub-devel@gnu.org References: <94D0CD8314A33A4D9D801C0FE68B40295BEB8E73@G9W0745.americas.hpqcorp.net> From: Andrei Borzenkov Message-ID: <56724B63.9090302@gmail.com> Date: Thu, 17 Dec 2015 08:42:59 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-Version: 1.0 In-Reply-To: <94D0CD8314A33A4D9D801C0FE68B40295BEB8E73@G9W0745.americas.hpqcorp.net> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2a00:1450:4010:c04::231 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, 17 Dec 2015 05:43:06 -0000 17.12.2015 05:01, Elliott, Robert (Persistent Memory) пишет: > I found another grub cli command that needs patches to > decode persistent memory: lsefimmap. > > This patch series also enhances it to support TB-scale > sizes (which will not be uncommon for some persistent > memory technologies), not silently round the sizes, and > use proper IEC binary units. > > > Robert Elliott (5): > lsefimmap: decode larger sizes > lsefimmap: don't round sizes > lsefimmap: add support for EfiPersistentMemory type > lsefimmap: Decode EFI memory attributes new in UEFI 2.5 > lsefimmap: Use binary units > > grub-core/commands/efi/lsefimmap.c | 47 +++++++++++++++++++++++++------------- > include/grub/efi/api.h | 3 +++ > 2 files changed, 34 insertions(+), 16 deletions(-) > At least 1, 2 and 5 should be merged, but I do not see why this needs splitting in separate paches. Could you send combined patch, please? Thank you.