* [GIT PULL] EFI changes for v3.11
@ 2013-06-13 13:46 Matt Fleming
0 siblings, 0 replies; 6+ messages in thread
From: Matt Fleming @ 2013-06-13 13:46 UTC (permalink / raw)
To: H. Peter Anvin
Cc: Ingo Molnar, linux-efi-u79uwXL29TY76Z2rM5mHXA,
linux-kernel-u79uwXL29TY76Z2rM5mHXA
The following changes since commit f722406faae2d073cc1d01063d1123c35425939e:
Linux 3.10-rc1 (2013-05-11 17:14:08 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git tags/efi-next
for you to fetch changes up to d3768d885c6ccbf8a137276843177d76c49033a7:
x86, efi: retry ExitBootServices() on failure (2013-06-11 07:51:54 +0100)
----------------------------------------------------------------
* Only pass memory regions that are marked as required for runtime to
SetVirtualAddressMap() - Matthew Garrett
* A small cleanup to get rid of all the void * casting that is
prevalent in the EFI code - Borislav Petkov
* Handle the case where ExitBootServices() wants us to call it a second
time because some of the firmware signal handlers have changed the
memory map - Zach Bobroff
----------------------------------------------------------------
Borislav Petkov (1):
efi: Convert runtime services function ptrs
Matthew Garrett (1):
UEFI: Don't pass boot services regions to SetVirtualAddressMap()
Zach Bobroff (1):
x86, efi: retry ExitBootServices() on failure
arch/x86/boot/compressed/eboot.c | 20 +++++++++++++++++---
arch/x86/include/asm/efi.h | 28 ++++++++++++++--------------
arch/x86/platform/efi/efi.c | 7 +++++++
include/linux/efi.h | 28 ++++++++++++++--------------
4 files changed, 52 insertions(+), 31 deletions(-)
--
Matt Fleming, Intel Open Source Technology Center
^ permalink raw reply [flat|nested] 6+ messages in thread
* [GIT PULL] EFI changes for v3.11
@ 2013-06-26 12:23 Matt Fleming
[not found] ` <20130626122331.GK22026-HNK1S37rvNbeXh+fF434Mdi2O/JbrIOy@public.gmane.org>
0 siblings, 1 reply; 6+ messages in thread
From: Matt Fleming @ 2013-06-26 12:23 UTC (permalink / raw)
To: H. Peter Anvin; +Cc: Ingo Molnar, linux-efi, linux-kernel
The following changes since commit d3768d885c6ccbf8a137276843177d76c49033a7:
x86, efi: retry ExitBootServices() on failure (2013-06-11 07:51:54 +0100)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git tags/efi-next
for you to fetch changes up to 5d32cf1e590bcdc879f8f862e836c542f6ba7ecb:
[IA64] sim: Add casts to avoid assignment warnings (2013-06-21 11:22:21 +0100)
----------------------------------------------------------------
* Add casts to avoid compiler warnings about assignments making
pointers from integers of different types. The warnings were
introduced with Borislav's patch to move the EFI runtime service
pointers to void * - Tony Luck
----------------------------------------------------------------
Tony Luck (1):
[IA64] sim: Add casts to avoid assignment warnings
arch/ia64/hp/sim/boot/fw-emu.c | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
--
Matt Fleming, Intel Open Source Technology Center
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [GIT PULL] EFI changes for v3.11
[not found] ` <20130626122331.GK22026-HNK1S37rvNbeXh+fF434Mdi2O/JbrIOy@public.gmane.org>
@ 2013-07-03 8:19 ` Matt Fleming
[not found] ` <20130703081903.GI25291-HNK1S37rvNbeXh+fF434Mdi2O/JbrIOy@public.gmane.org>
0 siblings, 1 reply; 6+ messages in thread
From: Matt Fleming @ 2013-07-03 8:19 UTC (permalink / raw)
To: H. Peter Anvin
Cc: Ingo Molnar, linux-efi-u79uwXL29TY76Z2rM5mHXA,
linux-kernel-u79uwXL29TY76Z2rM5mHXA, Tony Luck
On Wed, 26 Jun, at 01:23:31PM, Matt Fleming wrote:
> The following changes since commit d3768d885c6ccbf8a137276843177d76c49033a7:
>
> x86, efi: retry ExitBootServices() on failure (2013-06-11 07:51:54 +0100)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git tags/efi-next
>
> for you to fetch changes up to 5d32cf1e590bcdc879f8f862e836c542f6ba7ecb:
>
> [IA64] sim: Add casts to avoid assignment warnings (2013-06-21 11:22:21 +0100)
>
> ----------------------------------------------------------------
> * Add casts to avoid compiler warnings about assignments making
> pointers from integers of different types. The warnings were
> introduced with Borislav's patch to move the EFI runtime service
> pointers to void * - Tony Luck
>
> ----------------------------------------------------------------
> Tony Luck (1):
> [IA64] sim: Add casts to avoid assignment warnings
>
> arch/ia64/hp/sim/boot/fw-emu.c | 20 ++++++++++----------
> 1 file changed, 10 insertions(+), 10 deletions(-)
I don't see this commit in Linus' tree so presumably Tony is still
seeing these warnings.
--
Matt Fleming, Intel Open Source Technology Center
^ permalink raw reply [flat|nested] 6+ messages in thread
* RE: [GIT PULL] EFI changes for v3.11
[not found] ` <20130703081903.GI25291-HNK1S37rvNbeXh+fF434Mdi2O/JbrIOy@public.gmane.org>
@ 2013-07-08 17:29 ` Luck, Tony
[not found] ` <3908561D78D1C84285E8C5FCA982C28F31C76880-P5GAC/sN6hlZtRGVdHMbwrfspsVTdybXVpNB7YpNyf8@public.gmane.org>
0 siblings, 1 reply; 6+ messages in thread
From: Luck, Tony @ 2013-07-08 17:29 UTC (permalink / raw)
To: Matt Fleming, H. Peter Anvin
Cc: Ingo Molnar, linux-efi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
>> ----------------------------------------------------------------
>> Tony Luck (1):
>> [IA64] sim: Add casts to avoid assignment warnings
>>
>> arch/ia64/hp/sim/boot/fw-emu.c | 20 ++++++++++----------
>> 1 file changed, 10 insertions(+), 10 deletions(-)
>
> I don't see this commit in Linus' tree so presumably Tony is still
> seeing these warnings.
Correct - I see 10 warning about "assignment makes pointer from integer"
when building Linus' tree (HEAD = d2b4a646).
My patch doesn't appear to be in linux-next either (next-20130708).
I had hoped to have this patch follow in the same path that the
one that changed the types and introduced the warnings took ...
but since that didn't work perhaps I should just ask Linus to pull
it from my ia64 tree.
-Tony
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [GIT PULL] EFI changes for v3.11
[not found] ` <3908561D78D1C84285E8C5FCA982C28F31C76880-P5GAC/sN6hlZtRGVdHMbwrfspsVTdybXVpNB7YpNyf8@public.gmane.org>
@ 2013-07-08 18:36 ` H. Peter Anvin
[not found] ` <51DB069C.1010607-YMNOUZJC4hwAvxtiuMwx3w@public.gmane.org>
0 siblings, 1 reply; 6+ messages in thread
From: H. Peter Anvin @ 2013-07-08 18:36 UTC (permalink / raw)
To: Luck, Tony
Cc: Matt Fleming, Ingo Molnar,
linux-efi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
On 07/08/2013 10:29 AM, Luck, Tony wrote:
>>> ----------------------------------------------------------------
>>> Tony Luck (1):
>>> [IA64] sim: Add casts to avoid assignment warnings
>>>
>>> arch/ia64/hp/sim/boot/fw-emu.c | 20 ++++++++++----------
>>> 1 file changed, 10 insertions(+), 10 deletions(-)
>>
>> I don't see this commit in Linus' tree so presumably Tony is still
>> seeing these warnings.
>
> Correct - I see 10 warning about "assignment makes pointer from integer"
> when building Linus' tree (HEAD = d2b4a646).
>
> My patch doesn't appear to be in linux-next either (next-20130708).
>
> I had hoped to have this patch follow in the same path that the
> one that changed the types and introduced the warnings took ...
> but since that didn't work perhaps I should just ask Linus to pull
> it from my ia64 tree.
>
I can push it, although it seems a bit odd to me to push an ia64-only
patch through the x86 tree.
Let me know what you prefer.
-hpa
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [GIT PULL] EFI changes for v3.11
[not found] ` <51DB069C.1010607-YMNOUZJC4hwAvxtiuMwx3w@public.gmane.org>
@ 2013-07-08 19:02 ` Tony Luck
0 siblings, 0 replies; 6+ messages in thread
From: Tony Luck @ 2013-07-08 19:02 UTC (permalink / raw)
To: H. Peter Anvin
Cc: Matt Fleming, Ingo Molnar,
linux-efi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
On Mon, Jul 8, 2013 at 11:36 AM, H. Peter Anvin <hpa-YMNOUZJC4hwAvxtiuMwx3w@public.gmane.org> wrote:
>> I had hoped to have this patch follow in the same path that the
>> one that changed the types and introduced the warnings took ...
>> but since that didn't work perhaps I should just ask Linus to pull
>> it from my ia64 tree.
>>
>
> I can push it, although it seems a bit odd to me to push an ia64-only
> patch through the x86 tree.
>
> Let me know what you prefer.
I've sent Linus a "please pull" for this from my ia64 tree.
-Tony
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2013-07-08 19:02 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-13 13:46 [GIT PULL] EFI changes for v3.11 Matt Fleming
-- strict thread matches above, loose matches on Subject: below --
2013-06-26 12:23 Matt Fleming
[not found] ` <20130626122331.GK22026-HNK1S37rvNbeXh+fF434Mdi2O/JbrIOy@public.gmane.org>
2013-07-03 8:19 ` Matt Fleming
[not found] ` <20130703081903.GI25291-HNK1S37rvNbeXh+fF434Mdi2O/JbrIOy@public.gmane.org>
2013-07-08 17:29 ` Luck, Tony
[not found] ` <3908561D78D1C84285E8C5FCA982C28F31C76880-P5GAC/sN6hlZtRGVdHMbwrfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2013-07-08 18:36 ` H. Peter Anvin
[not found] ` <51DB069C.1010607-YMNOUZJC4hwAvxtiuMwx3w@public.gmane.org>
2013-07-08 19:02 ` Tony Luck
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).