From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Fleming Subject: Re: [PATCH v2 1/2] efi: esrt: use memremap not ioremap to access ESRT table in memory Date: Wed, 18 May 2016 09:53:48 +0100 Message-ID: <20160518085348.GG21993@codeblueprint.co.uk> References: <20160218132824.GE2651@codeblueprint.co.uk> <20160218134324.GG2651@codeblueprint.co.uk> <20160218141544.GH2651@codeblueprint.co.uk> <20160218191624.GA1515@redhat.com> <20160226144114.GA7475@codeblueprint.co.uk> <20160301233040.GA31476@codeblueprint.co.uk> <20160304062524.GA19010@dhcp-128-65.nay.redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-efi-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Ard Biesheuvel Cc: "Prakhya, Sai Praneeth" , Peter Jones , "linux-efi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , "linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org" , Leif Lindholm , Mark Rutland , "Baicar, Tyler" , Matthew Garrett , Dave Young List-Id: linux-efi@vger.kernel.org On Wed, 18 May, at 10:36:33AM, Ard Biesheuvel wrote: > > So what is the status here? I know Sai is working on x86 support for > the memory attributes table, so it would make sense settle this matter > as well. This got stuck behind some other work, sorry about that. Some of this was just merged by Linus (getting rid of the global memmap and switching everyone over to efi.memmap), a large chunk remains however. I should be able to get those patches mailed out once the merge window closes. From mboxrd@z Thu Jan 1 00:00:00 1970 From: matt@codeblueprint.co.uk (Matt Fleming) Date: Wed, 18 May 2016 09:53:48 +0100 Subject: [PATCH v2 1/2] efi: esrt: use memremap not ioremap to access ESRT table in memory In-Reply-To: References: <20160218132824.GE2651@codeblueprint.co.uk> <20160218134324.GG2651@codeblueprint.co.uk> <20160218141544.GH2651@codeblueprint.co.uk> <20160218191624.GA1515@redhat.com> <20160226144114.GA7475@codeblueprint.co.uk> <20160301233040.GA31476@codeblueprint.co.uk> <20160304062524.GA19010@dhcp-128-65.nay.redhat.com> Message-ID: <20160518085348.GG21993@codeblueprint.co.uk> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wed, 18 May, at 10:36:33AM, Ard Biesheuvel wrote: > > So what is the status here? I know Sai is working on x86 support for > the memory attributes table, so it would make sense settle this matter > as well. This got stuck behind some other work, sorry about that. Some of this was just merged by Linus (getting rid of the global memmap and switching everyone over to efi.memmap), a large chunk remains however. I should be able to get those patches mailed out once the merge window closes.