From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S939491AbZDJSPM (ORCPT ); Fri, 10 Apr 2009 14:15:12 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S939358AbZDJSOs (ORCPT ); Fri, 10 Apr 2009 14:14:48 -0400 Received: from www.tglx.de ([62.245.132.106]:42685 "EHLO www.tglx.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1766015AbZDJSOq (ORCPT ); Fri, 10 Apr 2009 14:14:46 -0400 Date: Fri, 10 Apr 2009 20:13:44 +0200 (CEST) From: Thomas Gleixner To: Jaswinder Singh Rajput cc: Ingo Molnar , x86 maintainers , Pavel Machek , LKML Subject: Re: [PATCH -tip] x86: acpi/sleep.c saved_magic fix overflow In-Reply-To: <1239385015.3169.15.camel@ht.satnam> Message-ID: References: <1239385015.3169.15.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 On Fri, 10 Apr 2009, Jaswinder Singh Rajput wrote: > Impact: fix overflow Nothing to fix there. > Constant 0x123456789abcdef0 is so big for a long. Really ? long is 64bit on a 64bit machine. Thanks, tglx