public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [2.6 patch] update scripts/namespace.pl
@ 2005-01-24 19:26 Adrian Bunk
  2005-01-30 22:32 ` Sam Ravnborg
  0 siblings, 1 reply; 2+ messages in thread
From: Adrian Bunk @ 2005-01-24 19:26 UTC (permalink / raw)
  To: Keith Owens; +Cc: linux-kernel

The patch below removes some false positives I've observed.

Is this correct, or is there another correct solution?


Signed-off-by: Adrian Bunk <bunk@stusta.de>

--- linux-2.6.11-rc2-mm1-full/scripts/namespace.pl.old	2005-01-24 19:45:52.000000000 +0100
+++ linux-2.6.11-rc2-mm1-full/scripts/namespace.pl	2005-01-24 20:20:58.000000000 +0100
@@ -406,6 +406,11 @@
 					&& $name !~ /^__.*per_cpu_end/
 					&& $name !~ /^__alt_instructions/
 					&& $name !~ /^__setup_/
+					&& $name !~ /^jiffies/
+					&& $name !~ /^__mod_timer/
+					&& $name !~ /^__mod_page_state/
+					&& $name !~ /^init_module/
+					&& $name !~ /^cleanup_module/
 				) {
 					printf "Cannot resolve ";
 					printf "weak " if ($type eq "w");


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [2.6 patch] update scripts/namespace.pl
  2005-01-24 19:26 [2.6 patch] update scripts/namespace.pl Adrian Bunk
@ 2005-01-30 22:32 ` Sam Ravnborg
  0 siblings, 0 replies; 2+ messages in thread
From: Sam Ravnborg @ 2005-01-30 22:32 UTC (permalink / raw)
  To: Adrian Bunk; +Cc: Keith Owens, linux-kernel

On Mon, Jan 24, 2005 at 08:26:05PM +0100, Adrian Bunk wrote:
> The patch below removes some false positives I've observed.
> Is this correct, or is there another correct solution?

Looked correct to me, applied.

	Sam

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-01-30 22:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-24 19:26 [2.6 patch] update scripts/namespace.pl Adrian Bunk
2005-01-30 22:32 ` Sam Ravnborg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox