<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kernel/Makefile, branch linux-2.6.25.y</title>
<subtitle>Hosts the 0x221E linux distro kernel.</subtitle>
<id>https://universe.0xinfinity.dev/distro/kernel/atom?h=linux-2.6.25.y</id>
<link rel='self' href='https://universe.0xinfinity.dev/distro/kernel/atom?h=linux-2.6.25.y'/>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/'/>
<updated>2008-11-10T18:50:34Z</updated>
<entry>
<title>Linux 2.6.25.20</title>
<updated>2008-11-10T18:50:34Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2008-11-10T18:50:34Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=00935daeb04cd54a67b66c9e3babc23389251a98'/>
<id>urn:sha1:00935daeb04cd54a67b66c9e3babc23389251a98</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 2.6.25.19</title>
<updated>2008-10-22T21:19:25Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2008-10-22T21:19:25Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=1a29ee2a907cc11fb483c1b1d195ddc6cddb271b'/>
<id>urn:sha1:1a29ee2a907cc11fb483c1b1d195ddc6cddb271b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 2.6.25.18</title>
<updated>2008-10-09T02:58:32Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2008-10-09T02:58:32Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=c823b666ed298bcabbccf7ca3e4063f26dcec19c'/>
<id>urn:sha1:c823b666ed298bcabbccf7ca3e4063f26dcec19c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 2.6.25.17</title>
<updated>2008-09-08T10:20:51Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2008-09-08T10:20:51Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=7d41d745d2e4e7e0dca334f9f1991db290ab6d4b'/>
<id>urn:sha1:7d41d745d2e4e7e0dca334f9f1991db290ab6d4b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 2.6.25.16</title>
<updated>2008-08-20T18:16:13Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2008-08-20T18:16:13Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=96dc683b1e342144af1fbd2187f0ab04dad497c2'/>
<id>urn:sha1:96dc683b1e342144af1fbd2187f0ab04dad497c2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 2.6.25.15</title>
<updated>2008-08-06T17:11:47Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2008-08-06T17:11:47Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=3563ed56ad1ddc4691d082cb6af5ab7d2618ffa0'/>
<id>urn:sha1:3563ed56ad1ddc4691d082cb6af5ab7d2618ffa0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 2.6.25.14</title>
<updated>2008-08-01T19:07:26Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2008-08-01T19:03:00Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=3ef22854c2ddd56393d99c9c39dc80c7afe1b468'/>
<id>urn:sha1:3ef22854c2ddd56393d99c9c39dc80c7afe1b468</id>
<content type='text'>
</content>
</entry>
<entry>
<title>markers: fix duplicate modpost entry</title>
<updated>2008-08-01T18:50:46Z</updated>
<author>
<name>Mathieu Desnoyers</name>
<email>compudj@krystal.dyndns.org</email>
</author>
<published>2008-07-22T20:05:14Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=9b7bca7cc5bc852fb7c1a4137912c5f549b8bf7b'/>
<id>urn:sha1:9b7bca7cc5bc852fb7c1a4137912c5f549b8bf7b</id>
<content type='text'>
commit: d35cb360c29956510b2fe1a953bd4968536f7216

When a kernel was rebuilt, the previous Module.markers was not cleared.
It caused markers with different format strings to appear as duplicates
when a markers was changed.  This problem is present since
scripts/mod/modpost.c started to generate Module.markers, commit
b2e3e658b344c6bcfb8fb694100ab2f2b5b2edb0

It therefore applies to 2.6.25, 2.6.26 and linux-next.

I merely merged the patches from Roland, Wenji and Takashi here.

Credits to
Roland McGrath &lt;roland@redhat.com&gt;
Wenji Huang &lt;wenji.huang@oracle.com&gt;
and
Takashi Nishiie &lt;t-nishiie@np.css.fujitsu.com&gt;

for providing the individual fixes.

- Changelog :
  - Integrated Takashi's Makefile modification to clear Module.markers upon
    make clean.

Signed-off-by: Mathieu Desnoyers &lt;mathieu.desnoyers@polymtl.ca&gt;
Cc: Roland McGrath &lt;roland@redhat.com&gt;
Cc: Wenji Huang &lt;wenji.huang@oracle.com&gt;
Cc: Takashi Nishiie &lt;t-nishiie@np.css.fujitsu.com&gt;
Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>Linux 2.6.25.13</title>
<updated>2008-07-28T17:59:18Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2008-07-28T17:59:18Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=a37912658a4844fa6a1bbf13873e394e15af47a9'/>
<id>urn:sha1:a37912658a4844fa6a1bbf13873e394e15af47a9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 2.6.25.12</title>
<updated>2008-07-24T16:14:20Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2008-07-24T16:14:20Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=938b773dac5b933f133f9158b796ba0f29c4ea52'/>
<id>urn:sha1:938b773dac5b933f133f9158b796ba0f29c4ea52</id>
<content type='text'>
</content>
</entry>
</feed>
