From: Ernst Herzberg <earny@net4u.de>
To: John Cherry <cherry@osdl.org>
Cc: Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Re: Linux 2.5.59
Date: Sat, 18 Jan 2003 05:03:49 +0100 [thread overview]
Message-ID: <200301180503.49525.earny@net4u.de> (raw)
In-Reply-To: <1042822516.14996.10.camel@cherrypit.pdx.osdl.net>
On Freitag, 17. Januar 2003 17:55, John Cherry wrote:
...
> Compile statistics have been for kernel releases from 2.5.46 to 2.5.59
> at: www.osdl.org/archive/cherry/stability
think on old oldconfigs:
--- compregress.sh.old 2003-01-18 04:49:26.000000000 +0100
+++ compregress.sh 2003-01-18 04:51:17.000000000 +0100
@@ -231,18 +231,16 @@
if [ $HAS_OLDCONFIG == 1 ]; then
printf " Making bzImage (oldconfig): "
+ STR="\n"
for x in 1 2 3 4 5 6 7 8 9 10; do
- echo "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n" >> tmp_return
+ STR="$STR$STR"
done
- STR=`cat tmp_return`
- rm -f tmp_return
test -f .config && cp -f .config .config.bak
make mrproper > /dev/null 2>&1
test -f .config.bak && mv .config.bak .config
echo -e $STR | make oldconfig &> /dev/null
- echo -e $STR | make oldconfig &> /dev/null
make dep >> $KERNEL_OLDCONFIG 2>&1
make $MAKEOPT bzImage >> $KERNEL_OLDCONFIG 2>&1
WARN_COUNT=`egrep "warning:" $KERNEL_OLDCONFIG | wc -l`
next prev parent reply other threads:[~2003-01-18 3:54 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-01-17 2:28 Linux 2.5.59 Linus Torvalds
2003-01-17 4:44 ` William Lee Irwin III
2003-01-17 7:15 ` Udo A. Steinberg
2003-01-17 7:30 ` Udo A. Steinberg
2003-01-17 9:59 ` Adrian Bunk
2003-01-17 10:23 ` Marc Zyngier
2003-01-17 11:37 ` Adrian Bunk
2003-01-17 16:55 ` John Cherry
2003-01-17 17:10 ` Russell King
2003-01-17 17:10 ` Martin J. Bligh
2003-01-18 4:03 ` Ernst Herzberg [this message]
2003-01-20 9:54 ` Christoph Hellwig
-- strict thread matches above, loose matches on Subject: below --
2003-01-17 4:06 Carl Gherardi
2003-01-17 4:08 ` Randy.Dunlap
2003-01-17 4:12 ` Kai Germaschewski
2003-01-17 4:16 ` Anders Gustafsson
2003-01-17 4:18 ` Larry McVoy
2003-01-17 4:24 ` Kai Germaschewski
2003-01-17 12:28 ` Geert Uytterhoeven
2003-01-17 16:36 ` Kai Germaschewski
2003-01-17 20:07 ` Sam Ravnborg
2003-01-17 4:17 ` Larry McVoy
2003-01-17 4:20 ` Anders Gustafsson
2003-01-17 4:25 ` Larry McVoy
2003-01-17 5:00 ` Michael D. Shannon
2003-01-17 4:41 ` Joshua Kwan
2003-01-17 9:30 ` David Woodhouse
2003-01-17 4:21 ` Jeff Garzik
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=200301180503.49525.earny@net4u.de \
--to=earny@net4u.de \
--cc=cherry@osdl.org \
--cc=linux-kernel@vger.kernel.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.