From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Fleming Subject: Re: [GIT PULL] EFI changes for v3.11 Date: Wed, 3 Jul 2013 09:19:03 +0100 Message-ID: <20130703081903.GI25291@console-pimps.org> References: <20130626122331.GK22026@console-pimps.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20130626122331.GK22026-HNK1S37rvNbeXh+fF434Mdi2O/JbrIOy@public.gmane.org> Sender: linux-efi-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: "H. Peter Anvin" Cc: Ingo Molnar , linux-efi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Tony Luck List-Id: linux-efi@vger.kernel.org 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 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932143Ab3GCITJ (ORCPT ); Wed, 3 Jul 2013 04:19:09 -0400 Received: from arkanian.console-pimps.org ([212.110.184.194]:33574 "EHLO arkanian.console-pimps.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754311Ab3GCITG (ORCPT ); Wed, 3 Jul 2013 04:19:06 -0400 Date: Wed, 3 Jul 2013 09:19:03 +0100 From: Matt Fleming To: "H. Peter Anvin" Cc: Ingo Molnar , linux-efi@vger.kernel.org, linux-kernel@vger.kernel.org, Tony Luck Subject: Re: [GIT PULL] EFI changes for v3.11 Message-ID: <20130703081903.GI25291@console-pimps.org> References: <20130626122331.GK22026@console-pimps.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130626122331.GK22026@console-pimps.org> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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