<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/sven/linux.git/scripts/namespace.pl, branch v2.6.26.6</title>
<subtitle>Linux Kernel
</subtitle>
<id>https://git.stealer.net/cgit.cgi/user/sven/linux.git/atom?h=v2.6.26.6</id>
<link rel='self' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/atom?h=v2.6.26.6'/>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/'/>
<updated>2007-10-11T15:56:02Z</updated>
<entry>
<title>x86: fixup the x86 namespace change in scripts/namespace.pl</title>
<updated>2007-10-11T15:56:02Z</updated>
<author>
<name>Thomas Gleixner</name>
<email>tglx@linutronix.de</email>
</author>
<published>2007-10-11T15:56:02Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=d2c75f2f4b8be1c78f275c49e399d5a9b21ce924'/>
<id>urn:sha1:d2c75f2f4b8be1c78f275c49e399d5a9b21ce924</id>
<content type='text'>
Let namespace.pl look at the correct files.

Signed-off-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;
Signed-off-by: Ingo Molnar &lt;mingo@elte.hu&gt;
</content>
</entry>
<entry>
<title>kbuild: fix mode of checkstack.pl and other files.</title>
<updated>2006-04-11T11:37:07Z</updated>
<author>
<name>Paolo 'Blaisorblade' Giarrusso</name>
<email>blaisorblade@yahoo.it</email>
</author>
<published>2006-04-07T14:16:40Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=71378be91f5473e89c8be170c6e49edda3bdbb67'/>
<id>urn:sha1:71378be91f5473e89c8be170c6e49edda3bdbb67</id>
<content type='text'>
Make it executable like it should be. Do the same for other files intended to be
executed by the user - the ones called by the build process needn't be
executable as they already work (as argument to their interpreter).

Signed-off-by: Paolo 'Blaisorblade' Giarrusso &lt;blaisorblade@yahoo.it&gt;
Signed-off-by: Sam Ravnborg &lt;sam@ravnborg.org&gt;
</content>
</entry>
<entry>
<title>kbuild: make namespace.pl CROSS_COMPILE happy</title>
<updated>2006-02-27T04:05:40Z</updated>
<author>
<name>Aaron Brooks</name>
<email>aaron.brooks@sicortex.com</email>
</author>
<published>2006-02-27T03:25:46Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=3a25f0b19f2eefd158955ab809c8947ed8feadf1'/>
<id>urn:sha1:3a25f0b19f2eefd158955ab809c8947ed8feadf1</id>
<content type='text'>
Using the fixed path to /usr/bin/{nm,objdump} does not allow
CROSS_COMPILE environments to use namespace.pl. This patch causes
namespace.pl to use $NM and $OBJDUMP if defined or fall back to the nm
and objdump found in the path.

Signed-off-by: Aaron Brooks &lt;aaron.brooks@sicortex.com&gt;
Signed-off-by: Sam Ravnborg &lt;sam@ravnborg.org&gt;
</content>
</entry>
<entry>
<title>kbuild: update scripts/namespace.pl</title>
<updated>2005-01-31T00:30:19Z</updated>
<author>
<name>Adrian Bunk</name>
<email>bunk@stusta.de</email>
</author>
<published>2005-01-31T00:30:19Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=9b73aaa7538b75ff2ea0b29dcf6e4d657dd9beec'/>
<id>urn:sha1:9b73aaa7538b75ff2ea0b29dcf6e4d657dd9beec</id>
<content type='text'>
The patch below removes some false positives I've observed.

Signed-off-by: Adrian Bunk &lt;bunk@stusta.de&gt;
Signed-off-by: Sam Ravnborg &lt;sam@ravnborg.org&gt;
</content>
</entry>
<entry>
<title>kbuild: Updates to namespacecheck.pl</title>
<updated>2004-08-30T22:51:06Z</updated>
<author>
<name>Sam Ravnborg</name>
<email>sam@mars.ravnborg.org</email>
</author>
<published>2004-08-30T22:51:06Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=6d1de2bb63a165ae8a2e14c6f29a49d5e4be298f'/>
<id>urn:sha1:6d1de2bb63a165ae8a2e14c6f29a49d5e4be298f</id>
<content type='text'>
From: Keith Owens &lt;kaos@ocs.com.au&gt;

This now supports the absolute symbols from modversions, handles
recent binutils changes and supports O=.

Signed-off-by: Keith Owens &lt;kaos@ocs.com.au&gt;
Signed-off-by: Sam Ravnborg &lt;sam@ravnborg.org&gt;
</content>
</entry>
<entry>
<title>kbuild: Add 'make namespacecheck'</title>
<updated>2004-08-29T12:17:02Z</updated>
<author>
<name>Keith Owens</name>
<email>kaos@ocs.com.au</email>
</author>
<published>2004-08-29T12:17:02Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=3887929c9e7c41fed02ca0fc4537e09d26690e49'/>
<id>urn:sha1:3887929c9e7c41fed02ca0fc4537e09d26690e49</id>
<content type='text'>
make namespacecheck lists globally visible symbols that are not used
outside the file that defines them.  These symbols are candidates for
static declarations.  It also lists multiply defined symbols.
namespace.pl knows about lots of special cases in the kernel code,
including exported symbols and conglomerate objects.

The patch also corrects the usage of scripts/reference*.pl, they need
$(src).

Signed-off-by: Keith Owens &lt;kaos@ocs.com.au&gt;
Signed-off-by: Sam Ravnborg &lt;sam@ravnborg.org&gt;

Index: 2.6.9-rc1/Makefile
===================================================================
</content>
</entry>
</feed>
