public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: "Randy.Dunlap" <rddunlap@osdl.org>
To: Sam Ravnborg <sam@ravnborg.org>
Cc: Keith Owens <kaos@ocs.com.au>,
	lkml <linux-kernel@vger.kernel.org>, akpm <akpm@osdl.org>
Subject: Re: [PATCH] buildcheck: reduce DEBUG_INFO noise from reference* scripts
Date: Mon, 14 Mar 2005 13:50:54 -0800	[thread overview]
Message-ID: <4236073E.6060801@osdl.org> (raw)
In-Reply-To: <20050314214038.GE17925@mars.ravnborg.org>

[-- Attachment #1: Type: text/plain, Size: 450 bytes --]

Sam Ravnborg wrote:
> On Mon, Mar 14, 2005 at 01:38:11PM -0800, Randy.Dunlap wrote:
>  Indeed, it's actually much worse with that patch section added.  :(
> 
>>I don't know how I got there.
>>
>>Sam, can you drop the very first patch section here, or shall I send
>>a new patch for this?
> 
> Incremental patch please. I already have a few patches on top of this in
> bitkeeper.
> 
> 	Sam

Here you go.... back out those 2 lines.

Thanks,
-- 
~Randy

[-- Attachment #2: refer_discard_no_init.patch --]
[-- Type: text/x-patch, Size: 822 bytes --]


I should not have added init.text test here;
it's more than useless, it actually degrades the output.

Signed-off-by: Randy Dunlap <rddunlap@osdl.org>

diffstat:=
 scripts/reference_discarded.pl |    2 --
 1 files changed, 2 deletions(-)

diff -Naurp ./scripts/reference_discarded.pl~refer_discard_no_init ./scripts/reference_discarded.pl
--- ./scripts/reference_discarded.pl~refer_discard_no_init	2005-03-14 13:44:54.000000000 -0800
+++ ./scripts/reference_discarded.pl	2005-03-14 13:46:07.000000000 -0800
@@ -82,8 +82,6 @@ foreach $object (keys(%object)) {
 		}
 		if (($line =~ /\.text\.exit$/ ||
 		     $line =~ /\.exit\.text$/ ||
-		     $line =~ /\.text\.init$/ ||
-		     $line =~ /\.init\.text$/ ||
 		     $line =~ /\.data\.exit$/ ||
 		     $line =~ /\.exit\.data$/ ||
 		     $line =~ /\.exitcall\.exit$/) &&

      reply	other threads:[~2005-03-14 21:54 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-03-14 19:02 [PATCH] buildcheck: reduce DEBUG_INFO noise from reference* scripts Randy.Dunlap
2005-03-14 19:38 ` Sam Ravnborg
2005-03-14 20:33 ` Keith Owens
2005-03-14 21:38   ` Randy.Dunlap
2005-03-14 21:40     ` Sam Ravnborg
2005-03-14 21:50       ` Randy.Dunlap [this message]

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=4236073E.6060801@osdl.org \
    --to=rddunlap@osdl.org \
    --cc=akpm@osdl.org \
    --cc=kaos@ocs.com.au \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox