From: Matt Fleming <matt.fleming@intel.com>
To: Ingo Molnar <mingo@elte.hu>, "H. Peter Anvin" <hpa@zytor.com>
Cc: Stephen Rothwell <sfr@canb.auug.org.au>,
Geert Uytterhoeven <geert@linux-m68k.org>,
Matthew Garrett <matthew.garrett@nebula.com>,
Linux-Next <linux-next@vger.kernel.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
linux-efi@vger.kernel.org, Thomas Gleixner <tglx@linutronix.de>,
Peter Zijlstra <peterz@infradead.org>,
"Luck, Tony" <tony.luck@intel.com>
Subject: Re: linux-next: Tree for Apr 26
Date: Mon, 29 Apr 2013 14:50:47 +0100 [thread overview]
Message-ID: <517E7AB7.6050101@intel.com> (raw)
In-Reply-To: <20130429185322.afaed9fd11269fba9bb09a54@canb.auug.org.au>
On 29/04/13 09:53, Stephen Rothwell wrote:
> On Mon, 29 Apr 2013 09:11:13 +0100 Matt Fleming <matt.fleming@intel.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@intel.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@kernel.org>
CC: H. Peter Anvin <hpa@zytor.com>
Cc: Tony Luck <tony.luck@intel.com>
Cc: Matthew Garrett <matthew.garrett@nebula.com>
Signed-off-by: Matt Fleming <matt.fleming@intel.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
next prev parent reply other threads:[~2013-04-29 13:50 UTC|newest]
Thread overview: 42+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-26 8:03 linux-next: Tree for Apr 26 Stephen Rothwell
2013-04-26 8:03 ` Stephen Rothwell
2013-04-26 9:42 ` Sedat Dilek
2013-04-26 9:45 ` Sedat Dilek
2013-04-26 9:58 ` Michal Marek
2013-04-26 10:04 ` Michal Marek
2013-04-26 10:35 ` Sedat Dilek
2013-04-26 10:37 ` Sedat Dilek
2013-04-26 10:49 ` Sedat Dilek
2013-04-26 11:08 ` Michal Marek
2013-04-26 11:13 ` Michal Marek
2013-04-26 11:23 ` Sedat Dilek
2013-04-26 11:45 ` Sedat Dilek
2013-04-26 11:55 ` Michal Marek
2013-04-26 22:01 ` Yann E. MORIN
2013-04-27 6:54 ` Michal Marek
2013-04-27 11:30 ` Sedat Dilek
2013-04-27 15:24 ` Yann E. MORIN
2013-04-27 15:18 ` Yann E. MORIN
2013-04-26 12:06 ` Yann E. MORIN
2013-04-26 17:34 ` linux-next: Tree for Apr 26 (nfc) Randy Dunlap
2013-04-26 17:59 ` Marcel Holtmann
[not found] ` <20130426180357.7599d1b6b7965470905dcdf3-3FnU+UHB4dNDw9hX6IcOSA@public.gmane.org>
2013-04-27 17:06 ` linux-next: Tree for Apr 26 Geert Uytterhoeven
2013-04-27 17:06 ` Geert Uytterhoeven
[not found] ` <CAMuHMdWQ0rMuoH+peGMZ3=AdsYrMPpeV4_vSsLD3kaJukx=83w-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2013-04-28 23:36 ` Stephen Rothwell
2013-04-28 23:36 ` Stephen Rothwell
[not found] ` <20130429093628.b739ef3b879b6f8759bd31af-3FnU+UHB4dNDw9hX6IcOSA@public.gmane.org>
2013-04-29 6:58 ` Geert Uytterhoeven
2013-04-29 6:58 ` Geert Uytterhoeven
[not found] ` <CAMuHMdXZrjaSmttoGHqWCpTkUaxNm3zpWCeU8Lojnp3i=TjhZw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2013-04-29 7:08 ` Sedat Dilek
2013-04-29 7:08 ` Sedat Dilek
2013-04-29 8:11 ` Matt Fleming
2013-04-29 8:11 ` Matt Fleming
2013-04-29 8:53 ` Stephen Rothwell
2013-04-29 13:50 ` Matt Fleming [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-04-26 7:21 Stephen Rothwell
2017-04-26 8:03 Stephen Rothwell
2018-04-26 5:18 Stephen Rothwell
2019-04-26 9:40 Stephen Rothwell
2021-04-26 6:41 Stephen Rothwell
2022-04-26 9:54 Stephen Rothwell
2023-04-26 16:32 broonie
2024-04-26 7:18 Stephen Rothwell
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=517E7AB7.6050101@intel.com \
--to=matt.fleming@intel.com \
--cc=geert@linux-m68k.org \
--cc=hpa@zytor.com \
--cc=linux-efi@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-next@vger.kernel.org \
--cc=matthew.garrett@nebula.com \
--cc=mingo@elte.hu \
--cc=peterz@infradead.org \
--cc=sfr@canb.auug.org.au \
--cc=tglx@linutronix.de \
--cc=tony.luck@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.