lkml.org 
[lkml]   [2003]   [Sep]   [21]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH] move some more intilization out of drivers/char/mem.c
On Sun, 21 Sep 2003 09:05:24 +0200 Christoph Hellwig <hch@lst.de> wrote:

| On Sat, Sep 20, 2003 at 11:48:53PM -0700, Andrew Morton wrote:
| > Christoph Hellwig <hch@lst.de> wrote:
| > >
| > > > Please compile-test things...
| > >
| > > Well, I compiled this here. I see, looks like I lost half of the patch
| > > when sending it to you. Sorryh for that, here's the full patch:
| >
| > It still generates warnings. I suggest you build kernels with a script
| > which saves up stderr and spits it all out at the end. That way, these
| > things are noticed.
|
| Well, I do that, but they slipped through anyway. I did a completle
| rebuild now and saw them. I really need a filter for all those anoying
| warnings from the debian sid assembler..

I don't know what the assembler messages are, but I often do this:

make -j4 bzImage modules > buildk.out 2>&1

bldlogstrip buildk.out > buildkk.out

where 'bldlogstrip' is:

#! /bin/sh
# strip lines that contain CC, LD, "standard input", "In function"
egrep -v "CC|LD" $1 | grep -v "standard input" | grep -v "In function"

to get down to messages to focus on.

--
~Randy
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:48    [W:0.085 / U:0.800 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site