From: Tony Luck <tony.luck@gmail.com>
To: sam@ravnborg.org
Cc: linux-kernel@vger.kernel.org
Subject: Re: new asm-offsets.h patch problems
Date: Mon, 12 Sep 2005 16:17:43 -0700 [thread overview]
Message-ID: <12c511ca050912161732e1e3d7@mail.gmail.com> (raw)
In-Reply-To: <200509122102.j8CL2TW1021292@agluck-lia64.sc.intel.com>
Adding a small delay to arch/ia64/Makefile (caution cut&pasted patch, will
be mangled) gets rid of the non-determinism. I tried "make prepare" 50
times, and all of them generated the asm-offsets.h file correctly.
Without the sleep the score was 9 successes to 21 failures in 30 trials.
-Tony
--- a/arch/ia64/Makefile 2005-09-12 16:02:41.000000000 -0700
+++ b/arch/ia64/Makefile 2005-09-12 15:54:31.000000000 -0700
@@ -88,6 +88,7 @@
mkdir -p include/asm-ia64
[ -s include/asm-ia64/asm-offsets.h ] \
|| echo "#define IA64_TASK_SIZE 0" > include/asm-ia64/asm-offsets.h
+ sleep 2
touch $@
next prev parent reply other threads:[~2005-09-12 23:17 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-09-12 21:02 new asm-offsets.h patch problems Luck, Tony
2005-09-12 23:17 ` Tony Luck [this message]
-- strict thread matches above, loose matches on Subject: below --
2005-09-13 0:14 Luck, Tony
2005-09-12 16:00 Luck, Tony
2005-09-12 16:50 ` Al Viro
2005-09-12 19:01 ` Sam Ravnborg
2005-09-12 18:59 ` Sam Ravnborg
2005-09-13 0:08 ` Peter Chubb
2005-09-11 21:48 Luck, Tony
2005-09-11 22:07 ` Sam Ravnborg
2005-09-11 20:39 Luck, Tony
2005-09-11 21:36 ` Sam Ravnborg
2005-09-11 14:54 Luck, Tony
2005-09-11 6:07 Luck, Tony
2005-09-11 7:45 ` Sam Ravnborg
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=12c511ca050912161732e1e3d7@mail.gmail.com \
--to=tony.luck@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=sam@ravnborg.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.