<feed xmlns='http://www.w3.org/2005/Atom'>
<title>history/scripts/mod, branch master</title>
<subtitle>Linux kernel history
</subtitle>
<id>https://git.shady.money/history/atom?h=master</id>
<link rel='self' href='https://git.shady.money/history/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/history/'/>
<updated>2005-03-13T08:54:41Z</updated>
<entry>
<title>[PATCH] scripts/mod/sumversion.c: replace strtok() with strsep()</title>
<updated>2005-03-13T08:54:41Z</updated>
<author>
<name>Domen Puncer</name>
<email>domen@coderock.org</email>
</author>
<published>2005-03-13T08:54:41Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/history/commit/?id=b6fb6f26885395b4bec7ef600020a75b2bb38abe'/>
<id>urn:sha1:b6fb6f26885395b4bec7ef600020a75b2bb38abe</id>
<content type='text'>
Replaces strtok() with strsep()

Signed-off-by: Nicolas Kaiser &lt;nikai@nikai.net&gt;
Signed-off-by: Domen Puncer &lt;domen@coderock.org&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>Merge mars.ravnborg.org:/home/sam/bk/linux-2.6</title>
<updated>2005-03-12T09:49:12Z</updated>
<author>
<name>Sam Ravnborg</name>
<email>sam@mars.ravnborg.org</email>
</author>
<published>2005-03-12T09:49:12Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/history/commit/?id=0e6affc5a27c00c2f740f149b6b491e268d2396c'/>
<id>urn:sha1:0e6affc5a27c00c2f740f149b6b491e268d2396c</id>
<content type='text'>
into mars.ravnborg.org:/home/sam/bk/kbuild
</content>
</entry>
<entry>
<title>input: adjust file2alias utility to export aliases for</title>
<updated>2005-02-24T11:18:37Z</updated>
<author>
<name>Dmitry Torokhov</name>
<email>dtor_core@ameritech.net</email>
</author>
<published>2005-02-24T11:18:37Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/history/commit/?id=0da2df3d7d95f85b6b61014517ee9421ce5a1772'/>
<id>urn:sha1:0da2df3d7d95f85b6b61014517ee9421ce5a1772</id>
<content type='text'>
       serio drivers (serio:tyNprNidNexN).
       Move serio_device_id from serio.h to mod_devicetable.h

Signed-off-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;
Signed-off-by: Vojtech Pavlik &lt;vojtech@suse.cz&gt;
</content>
</entry>
<entry>
<title>kbuild: Dont include absolute filenames in binaries</title>
<updated>2005-01-30T11:19:16Z</updated>
<author>
<name>Andreas Gruenbacher</name>
<email>agruen@suse.de</email>
</author>
<published>2005-01-30T11:19:16Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/history/commit/?id=8d4f441550d933c090d55a02aa7d305d34e5f02e'/>
<id>urn:sha1:8d4f441550d933c090d55a02aa7d305d34e5f02e</id>
<content type='text'>
The kbuild utilities are compiled with absolute patch names, so paths
starting with $RPM_BUILD_ROOT would end up in the binaries.  To avoid
this, remove all references to __FILE__ (directly and indirectly via
assert()).

Signed-off-by: Andreas Gruenbacher &lt;agruen@suse.de&gt;
Signed-off-by: Sam Ravnborg &lt;sam@ravnborg.org&gt;
</content>
</entry>
<entry>
<title>kbuild: additional warning fixes on Solaris 9</title>
<updated>2004-10-31T03:38:28Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@kernel.crashing.org</email>
</author>
<published>2004-10-31T03:38:28Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/history/commit/?id=7928d90e9c01bf5ebfdc5c48871a97547ef70d29'/>
<id>urn:sha1:7928d90e9c01bf5ebfdc5c48871a97547ef70d29</id>
<content type='text'>
A coworker of mine give them a look-over and spotted a few
places where I missed changing some casts.

Signed-off-by: Tom Rini &lt;trini@kernel.crashing.org&gt;
Signed-off-by: Sam Ravnborg &lt;sam@ravnborg.org&gt;
</content>
</entry>
<entry>
<title>kbuild: warning fixes on Solaris 9</title>
<updated>2004-10-27T02:27:31Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@kernel.crashing.org</email>
</author>
<published>2004-10-27T02:27:31Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/history/commit/?id=50dc57c4c7b19fe600c68881b5279b7630b75141'/>
<id>urn:sha1:50dc57c4c7b19fe600c68881b5279b7630b75141</id>
<content type='text'>
The following set of patches is based loosely on the patches that
Jean-Christophe Dubois came up with for 2.6.7.  Where as the original
patches added a number of casts to unsigned char, I went the route of
making the chars be explicitly signed.  I honestly don't know which
route is better to go down.  Doing this is the bulk of the patch.  Out
of the rest of the odds 'n ends is that on Solaris, Elf32_Word is a
ulong, which means all of the printf's are unhappy (uint format, ulong
arg) for most of the typedefs.

Signed-off-by: Tom Rini &lt;trini@kernel.crashing.org&gt;
Signed-off-by: Sam Ravnborg &lt;sam@ravnborg.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] Weak symbols in modules and versioned symbols</title>
<updated>2004-10-25T11:14:15Z</updated>
<author>
<name>Petr Vandrovec</name>
<email>vandrove@vc.cvut.cz</email>
</author>
<published>2004-10-25T11:14:15Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/history/commit/?id=5e2f1b20f9a7a11503af61c8a7b430f27b5e5048'/>
<id>urn:sha1:5e2f1b20f9a7a11503af61c8a7b430f27b5e5048</id>
<content type='text'>
Weak symbol may be unavailable in kernel, but if it is available, its
signature should be same as was at the build time.  If we do not attach
signatures to weak symbols, kernel is tainted when such module is loaded.

vmmon: no version for "sys_ioctl" found: kernel tainted.

I also believe that it is safer to add &amp; check signatures here - module
wants either sys_ioctl with right signature, or no sys_ioctl at all, not
sys_ioctl with different signature (which signals that there is some
misbuild occuring).

Signed-off-by: Petr Vandrovec &lt;vandrove@vc.cvut.cz&gt;
Signed-off-by: Rusty Russell &lt;rusty@rustcorp.com.au&gt; (forwarded)
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] modules: put srcversion checksum in each modinfo section</title>
<updated>2004-10-20T01:37:33Z</updated>
<author>
<name>Matt Domsch</name>
<email>matt_domsch@dell.com</email>
</author>
<published>2004-10-20T01:37:33Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/history/commit/?id=1184aeda646af14b91609552436f722e12117e0b'/>
<id>urn:sha1:1184aeda646af14b91609552436f722e12117e0b</id>
<content type='text'>
Separate the module source and header checksum into a separate modinfo
field srcversion.

With CONFIG_MODULE_SRCVERSION_ALL=y, put srcversion into every module, not
just those with MODULE_VERSION("something").

Patch by Rusty Russell, trivial merging and testing by Matt Domsch

Signed-off-by: Matt Domsch &lt;Matt_Domsch@dell.com&gt;
Signed-off-by: Rusty Russell &lt;rusty@rustcorp.com.au&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] Replace hard-coded MODVERDIR in modpost</title>
<updated>2004-10-19T01:12:33Z</updated>
<author>
<name>Andreas Gruenbacher</name>
<email>agruen@suse.de</email>
</author>
<published>2004-10-19T01:12:33Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/history/commit/?id=d8e696f88aec55081e9a607b0b9b055710e63a15'/>
<id>urn:sha1:d8e696f88aec55081e9a607b0b9b055710e63a15</id>
<content type='text'>
When building external modules, MODVERDIR is relative to the external
module instead of in the kernel source tree.  Use the MODVERDIR environment
variable instead of the hard-coded path in modpost.

Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>Merge bk://linux-sam.bkbits.net/kbuild</title>
<updated>2004-09-10T16:16:30Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@ppc970.osdl.org</email>
</author>
<published>2004-09-10T16:16:30Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/history/commit/?id=cce4ae634cef74ff822a3c1576b203f427f85cb2'/>
<id>urn:sha1:cce4ae634cef74ff822a3c1576b203f427f85cb2</id>
<content type='text'>
into ppc970.osdl.org:/home/torvalds/v2.6/linux
</content>
</entry>
</feed>
