lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Thu, 5 Sep 2013 14:21:06 +0100
From:	Matt Fleming <matt@...sole-pimps.org>
To:	Leif Lindholm <leif.lindholm@...aro.org>
Cc:	linux-efi@...r.kernel.org, linux-kernel@...r.kernel.org,
	linux-ia64@...r.kernel.org, matt.fleming@...el.com,
	tony.luck@...il.com, grant.likely@...retlab.ca, x86@...nel.org
Subject: Re: [PATCH v4 0/3] Make commonly useful UEFI functions common

On Thu, 05 Sep, at 11:34:52AM, Leif Lindholm wrote:
> This set breaks out some common code from x86/ia64 EFI support
> code and puts it into drivers/firmware/efi.
> 
> First it takes the definition of the global "efi" data structure
> and moves it into global efi.c. Then it implements a common version
> of efi_config_init().
> 
> Secondly it breaks the efi_lookup_mapped_addr() function out of x86
> and places it in global efi.c, for shared use with future ARM
> patches.
> 
> IA64 code compile tested only.
> 
> Leif Lindholm (3):
>   ia64: add early_memremap() alias for early_ioremap()
>   efi: x86: ia64: provide a generic efi_config_init()
>   efi: x86: make efi_lookup_mapped_addr() a common function
> 
>  arch/ia64/include/asm/io.h  |    1 +
>  arch/ia64/kernel/efi.c      |   54 ++++-------------
>  arch/x86/platform/efi/efi.c |  126 ++++----------------------------------
>  drivers/firmware/efi/efi.c  |  140 +++++++++++++++++++++++++++++++++++++++++++
>  include/linux/efi.h         |    8 +++
>  5 files changed, 170 insertions(+), 159 deletions(-)

Thanks Leif.

I've pulled this patch series into the 'arm/efi-stub' branch at,

  git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git

as I know that Grant wanted these changes (and the subsequent patches)
in a clean branch.

Tip folks, how can we get the 'arm/efi-stub' branch into linux-next? My
plan was to merge 'arm/efi-stub' into my 'next' branch and ask you to
pull that into whichever branch you include in linux-next. Does that
work?

-- 
Matt Fleming, Intel Open Source Technology Center
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ