From mboxrd@z Thu Jan 1 00:00:00 1970 From: "H. Peter Anvin" Subject: Re: [GIT PULL] EFI changes for v3.11 Date: Mon, 08 Jul 2013 11:36:12 -0700 Message-ID: <51DB069C.1010607@zytor.com> References: <20130626122331.GK22026@console-pimps.org> <20130703081903.GI25291@console-pimps.org> <3908561D78D1C84285E8C5FCA982C28F31C76880@ORSMSX106.amr.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <3908561D78D1C84285E8C5FCA982C28F31C76880-P5GAC/sN6hlZtRGVdHMbwrfspsVTdybXVpNB7YpNyf8@public.gmane.org> Sender: linux-efi-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: "Luck, Tony" Cc: Matt Fleming , Ingo Molnar , "linux-efi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , "linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" List-Id: linux-efi@vger.kernel.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 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752875Ab3GHSgZ (ORCPT ); Mon, 8 Jul 2013 14:36:25 -0400 Received: from terminus.zytor.com ([198.137.202.10]:34294 "EHLO mail.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751975Ab3GHSgY (ORCPT ); Mon, 8 Jul 2013 14:36:24 -0400 Message-ID: <51DB069C.1010607@zytor.com> Date: Mon, 08 Jul 2013 11:36:12 -0700 From: "H. Peter Anvin" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130625 Thunderbird/17.0.7 MIME-Version: 1.0 To: "Luck, Tony" CC: Matt Fleming , Ingo Molnar , "linux-efi@vger.kernel.org" , "linux-kernel@vger.kernel.org" Subject: Re: [GIT PULL] EFI changes for v3.11 References: <20130626122331.GK22026@console-pimps.org> <20130703081903.GI25291@console-pimps.org> <3908561D78D1C84285E8C5FCA982C28F31C76880@ORSMSX106.amr.corp.intel.com> In-Reply-To: <3908561D78D1C84285E8C5FCA982C28F31C76880@ORSMSX106.amr.corp.intel.com> X-Enigmail-Version: 1.5.1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.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