[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <517E7AB7.6050101@intel.com>
Date: Mon, 29 Apr 2013 14:50:47 +0100
From: Matt Fleming <matt.fleming@...el.com>
To: Ingo Molnar <mingo@...e.hu>, "H. Peter Anvin" <hpa@...or.com>
CC: Stephen Rothwell <sfr@...b.auug.org.au>,
Geert Uytterhoeven <geert@...ux-m68k.org>,
Matthew Garrett <matthew.garrett@...ula.com>,
Linux-Next <linux-next@...r.kernel.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
linux-efi@...r.kernel.org, Thomas Gleixner <tglx@...utronix.de>,
Peter Zijlstra <peterz@...radead.org>,
"Luck, Tony" <tony.luck@...el.com>
Subject: Re: linux-next: Tree for Apr 26
On 29/04/13 09:53, Stephen Rothwell wrote:
> On Mon, 29 Apr 2013 09:11:13 +0100 Matt Fleming <matt.fleming@...el.com> wrote:
>>
>> On 29/04/13 00:36, Stephen Rothwell wrote:
>>> Commit e29c2de5f591 ("Merge tag 'v3.9-rc8' into efi-for-tip") by Matt
>>> Fleming from the tip tree merged v3.9-rc8 (which has 0635eb8a54cf) with
>>> the branch that contains 048517722cde but lost the "select UCS2_STRING"
>>> which should be in drivers/firmware/efi/Kconfig.
>>
>> Eek, yes. Sorry about that. How should we resolve this?
>
> You should probably add a commit that puts the line back in your tree and
> get that merged into the tip tree.
Tip folks,
I applied the following to the 'efi-for-tip' branch in the EFI
repository. Unless someone complains I'll send a pull request shortly.
commit da74caa6cead3f6c55dabcaa7b397b2fddd655e3
Author: Matt Fleming <matt.fleming@...el.com>
Date: Mon Apr 29 14:30:28 2013 +0100
ia64, efi: select UCS2_STRING when building EFI support
The ucs2 string library functions are required by the core EFI code.
Select UCS2_STRING from the EFI symbol entry in arch/ia64/Kconfig, just
like we do for x86. This Kconfig bug was caused by a mis-merge in commit
e29c2de5f591 ("Merge tag 'v3.9-rc8' into efi-for-tip").
Cc: Ingo Molnar <mingo@...nel.org>
CC: H. Peter Anvin <hpa@...or.com>
Cc: Tony Luck <tony.luck@...el.com>
Cc: Matthew Garrett <matthew.garrett@...ula.com>
Signed-off-by: Matt Fleming <matt.fleming@...el.com>
diff --git a/arch/ia64/Kconfig b/arch/ia64/Kconfig
index 9a02f71..da18c8e 100644
--- a/arch/ia64/Kconfig
+++ b/arch/ia64/Kconfig
@@ -110,6 +110,7 @@ config DMI
config EFI
bool
+ select UCS2_STRING
default y
config SCHED_OMIT_FRAME_POINTER
--
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