From: Sam Ravnborg <sam@ravnborg.org>
To: Jaswinder Singh Rajput <jaswinder@kernel.org>
Cc: Ingo Molnar <mingo@elte.hu>, LKML <linux-kernel@vger.kernel.org>
Subject: Re: Warning: File `include/config/auto.conf' has modification time 1.9e+04 s in the future
Date: Sun, 22 Mar 2009 20:06:22 +0100 [thread overview]
Message-ID: <20090322190622.GA5362@uranus.ravnborg.org> (raw)
In-Reply-To: <1237667676.17548.3.camel@localhost.localdomain>
On Sun, Mar 22, 2009 at 02:04:36AM +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]$
I have checked the source code in kconfig where we minupulate auto.conf.
We do a simple
fopen(".tmpconfig", "w");
write a lot
fclose()
rename(".tmpconfig", "auto.conf");
So nothing suspicious that involves changing the date of the file.
I expect you have to locate the issue locally if it happens again.
I wonder if we save filetime in UTC or in local time.
If it is the latter then if logged in as different users
with different timezone could maybe explain it.
You are UTC+5,5 hours in IST IIRC and the clock skew is 5,2 hours.
[And it was late in night too :-) ]
Sam
next prev parent reply other threads:[~2009-03-22 19:04 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-03-21 20:34 Jaswinder Singh Rajput
2009-03-22 6:03 ` Jaswinder Singh Rajput
2009-03-22 6:20 ` Jaswinder Singh Rajput
2009-03-22 19:06 ` Sam Ravnborg [this message]
2009-03-22 19:28 ` Jaswinder Singh Rajput
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20090322190622.GA5362@uranus.ravnborg.org \
--to=sam@ravnborg.org \
--cc=jaswinder@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@elte.hu \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome