Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934854AbZDJTwq (ORCPT ); Fri, 10 Apr 2009 15:52:46 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1762726AbZDJTwg (ORCPT ); Fri, 10 Apr 2009 15:52:36 -0400 Received: from www.tglx.de ([62.245.132.106]:36933 "EHLO www.tglx.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757118AbZDJTwf (ORCPT ); Fri, 10 Apr 2009 15:52:35 -0400 Date: Fri, 10 Apr 2009 21:51:06 +0200 (CEST) From: Thomas Gleixner To: Jaswinder Singh Rajput cc: Sam Ravnborg , Pavel Machek , Ingo Molnar , x86 maintainers , LKML , josh@freedesktop.org Subject: Re: [PATCH -tip] x86: acpi/sleep.c saved_magic fix overflow In-Reply-To: <1239391016.3169.49.camel@ht.satnam> Message-ID: References: <1239385015.3169.15.camel@ht.satnam> <20090410175545.GB16843@elf.ucw.cz> <20090410191334.GA25336@uranus.ravnborg.org> <1239391016.3169.49.camel@ht.satnam> User-Agent: Alpine 2.00 (LFD 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1160 Lines: 34 On Sat, 11 Apr 2009, Jaswinder Singh Rajput wrote: > Sorry, I was confused by this sparse warning on 64 bit box: > > CHECK arch/x86/kernel/acpi/sleep.c > arch/x86/kernel/acpi/sleep.c:107:16: warning: constant 0x123456789abcdef0 is so big it is long > > atleast I found problem in sparse ;-) Sigh. There is no problem in sparse. The problem is between keyboard and chair. Care to read what the warning says ? warning: constant 0x123456789abcdef0 is so big it is long It needs to be: 0x123456789abcdef0L Seriously, this kind of mechanical "fix" warnings no matter what and without actually understanding the issues is more than counter productive. The point is, you force people into wasting a lot of time into what should have been handled in 10 seconds. This is not efficient at all and you need to improve your ways of communicaton and be more careful about the patches you submit. Thanks, tglx -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/