From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753872AbZCVGEF (ORCPT ); Sun, 22 Mar 2009 02:04:05 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752088AbZCVGDw (ORCPT ); Sun, 22 Mar 2009 02:03:52 -0400 Received: from hera.kernel.org ([140.211.167.34]:49533 "EHLO hera.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751837AbZCVGDv (ORCPT ); Sun, 22 Mar 2009 02:03:51 -0400 Subject: Re: Warning: File `include/config/auto.conf' has modification time 1.9e+04 s in the future From: Jaswinder Singh Rajput To: Sam Ravnborg Cc: Ingo Molnar , LKML In-Reply-To: <1237667676.17548.3.camel@localhost.localdomain> References: <1237667676.17548.3.camel@localhost.localdomain> Content-Type: text/plain Date: Sun, 22 Mar 2009 11:33:24 +0530 Message-Id: <1237701804.19537.5.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.24.4 (2.24.4-1.fc10) Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, 2009-03-22 at 02:04 +0530, Jaswinder Singh Rajput wrote: > Hello Sam, Ingo: > > On latest -tip I am getting following warnings: > > LD arch/x86/pci/built-in.o > make[1]: warning: Clock skew detected. Your build may be incomplete. > make[1]: Warning: File `include/config/auto.conf' has modification time 1.9e+04 s in the future > CC arch/x86/power/cpu_64.o > LD arch/x86/power/built-in.o > make[1]: warning: Clock skew detected. Your build may be incomplete. > make[1]: Warning: File `include/config/auto.conf' has modification time 1.9e+04 s in the future > CC net/socket.o > make[2]: Warning: File `include/config/auto.conf' has modification time 1.9e+04 s in the future > make[2]: warning: Clock skew detected. Your build may be incomplete. > make[2]: Warning: File `include/config/auto.conf' has modification time 1.9e+04 s in the future > CC net/core/sock.o > > [jaswinder@hpdv5 linux-2.6-tip]$ ls -l include/config/auto.conf > -rw-rw-r-- 1 jaswinder jaswinder 18788 2009-03-22 07:14 include/config/auto.conf > > [jaswinder@hpdv5 linux-2.6-tip]$ date > Sun Mar 22 02:02:44 IST 2009 > [jaswinder@hpdv5 linux-2.6-tip]$ > In the morning when I again tried it then it becomes OK : [jaswinder@hpdv5 linux-2.6-tip]$ ls -l include/config/auto.conf -rw-rw-r-- 1 jaswinder jaswinder 18788 2009-03-22 10:53 include/config/auto.conf why it behaves differently last night and showing 5:30 hours ahead of my time. BTW, my timezone IST is also +0530. Thanks, -- JSR