From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1a8kMW-0000jm-Do for mharc-grub-devel@gnu.org; Tue, 15 Dec 2015 02:49:32 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49448) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a8kMU-0000ja-BT for grub-devel@gnu.org; Tue, 15 Dec 2015 02:49:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a8kMP-0001TM-CC for grub-devel@gnu.org; Tue, 15 Dec 2015 02:49:30 -0500 Received: from mail-lf0-x229.google.com ([2a00:1450:4010:c07::229]:34571) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a8kMP-0001TI-3m for grub-devel@gnu.org; Tue, 15 Dec 2015 02:49:25 -0500 Received: by mail-lf0-x229.google.com with SMTP id y184so495140lfc.1 for ; Mon, 14 Dec 2015 23:49:24 -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=CtVDZ+XqTMVuA05CdiaA80h0rb4ZzdDJXK+dayspx1Y=; b=gQRGAghyNux5U1E7Dm+1FRvSbBF0dhhjugAiUwxP3gT44cRF4NUARt/hTA+xzJhwt/ zacfVrQ3wD3F5F1fAZ2sksEuI6z5Wv8R/I1UeOgFyABOzEgkp0GG68DWsZJlVH/GTl/w 9PSwT6alggDVmtA2+sDqIuR6s2S8V0bIwbIYkolWKBOnSVHvDrDamfJRl6wEwWoZAoRq zMi7asxG/sTjYVt3E/ipFCNvovOin2sjS41THSv8+gfYVQR39iqWqsftxKmC7LUGjSXw bEpRKui8Y0dMomOZfUsNX1N7KcELImfx3hO3cToV9Sw/ZCQ141btaZd3Z+FDQkXRW/rG aydg== X-Received: by 10.25.160.213 with SMTP id j204mr15990357lfe.85.1450165764308; Mon, 14 Dec 2015 23:49:24 -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 j204sm15008lfd.16.2015.12.14.23.49.22 for (version=TLSv1/SSLv3 cipher=OTHER); Mon, 14 Dec 2015 23:49:23 -0800 (PST) Subject: Re: [PATCH v2] Translate UEFI persistent memory type To: The development of GNU GRUB References: <94D0CD8314A33A4D9D801C0FE68B40295BE957F8@G4W3202.americas.hpqcorp.net> From: Andrei Borzenkov Message-ID: <566FC602.6040906@gmail.com> Date: Tue, 15 Dec 2015 10:49:22 +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: <94D0CD8314A33A4D9D801C0FE68B40295BE957F8@G4W3202.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:c07::229 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: Tue, 15 Dec 2015 07:49:31 -0000 14.12.2015 03:41, Elliott, Robert (Persistent Memory) пишет: > Per the thread: > grub causing NVDIMMs to be treated as normal memory > > > Robert Elliott (3): > Translate UEFI persistent memory type > efiemu: Handle all reserved UEFI memory map types the same way > Bump version to 2.03 > > NEWS | 20 ++++++++++++++++++++ > configure.ac | 2 +- > grub-core/commands/lsmmap.c | 2 ++ > grub-core/efiemu/mm.c | 2 +- > grub-core/mmap/efi/mmap.c | 12 ++++++++++++ > include/grub/efi/api.h | 1 + > include/grub/memory.h | 2 ++ > 7 files changed, 39 insertions(+), 2 deletions(-) > Committed, thanks! Also selected NEWS updates; I omitted bug fixes, they are not normally listed there. Please review if you think something is still missing. This is still hoped to be in 2.02 :) Regarding efiemu - grub_efiemu_mmap_iterate() is not even called anywhere. I commented it out and it happily builds.