<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/include, branch v2.6.13-rc7</title>
<subtitle>Linux kernel source tree</subtitle>
<id>https://git.amat.us/linux/atom/include?h=v2.6.13-rc7</id>
<link rel='self' href='https://git.amat.us/linux/atom/include?h=v2.6.13-rc7'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/'/>
<updated>2005-08-24T03:06:33Z</updated>
<entry>
<title>[PATCH] Fix IXP4xx CLOCK_TICK_RATE</title>
<updated>2005-08-24T03:06:33Z</updated>
<author>
<name>Deepak Saxena</name>
<email>dsaxena@plexity.net</email>
</author>
<published>2005-08-23T20:30:29Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=9138dccbb9f39f12474554ef93dcc24de2e9c8f6'/>
<id>urn:sha1:9138dccbb9f39f12474554ef93dcc24de2e9c8f6</id>
<content type='text'>
As pointed out in the following thread, the CLOCK_TICK_RATE setting for
IXP4xx is incorrect b/c the HW ignores the lowest 2 bits of the LATCH
value.

   http://lists.arm.linux.org.uk/pipermail/linux-arm-kernel/2005-August/030950.html

Tnx to George Anziger and Egil Hjelmeland for finding the issue.

Signed-off-by: Deepak Saxena &lt;dsaxena@plexity.net&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] s390 __CHECKER__ ifdefs</title>
<updated>2005-08-24T01:43:46Z</updated>
<author>
<name>Al Viro</name>
<email>viro@www.linux.org.uk</email>
</author>
<published>2005-08-23T21:48:22Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=17566c3c5ed3ea8f941a135cf960387214c4f6ac'/>
<id>urn:sha1:17566c3c5ed3ea8f941a135cf960387214c4f6ac</id>
<content type='text'>
remove the bogus games with explicit ifdefs on __CHECKER__

Signed-off-by: Al Viro &lt;viro@parcelfarce.linux.theplanet.co.uk&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] qualifiers in return types - easy cases</title>
<updated>2005-08-24T01:43:45Z</updated>
<author>
<name>Al Viro</name>
<email>viro@www.linux.org.uk</email>
</author>
<published>2005-08-23T21:47:52Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=33215652e4a75dfa8adb20f4d741517457b0da2b'/>
<id>urn:sha1:33215652e4a75dfa8adb20f4d741517457b0da2b</id>
<content type='text'>
a bunch of functions switched from volatile to __attribute__((noreturn)) and
from const to __attribute_pure__

Signed-off-by: Al Viro &lt;viro@parcelfarce.linux.theplanet.co.uk&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] m32r smp.h gcc4 fixes</title>
<updated>2005-08-24T01:43:44Z</updated>
<author>
<name>Al Viro</name>
<email>viro@www.linux.org.uk</email>
</author>
<published>2005-08-23T21:47:17Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=e231a9c4fdf402bcfd5a7c27be49050882631a95'/>
<id>urn:sha1:e231a9c4fdf402bcfd5a7c27be49050882631a95</id>
<content type='text'>
extern on physid_2_cpu[] does not belong in smp.h - the thing is static.

Signed-off-by: Al Viro &lt;viro@parcelfarce.linux.theplanet.co.uk&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] alpha xchg fix</title>
<updated>2005-08-24T01:43:44Z</updated>
<author>
<name>Al Viro</name>
<email>viro@www.linux.org.uk</email>
</author>
<published>2005-08-23T21:47:07Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=79fb7bdce363685b336e3f0fb8207312fd1f02fc'/>
<id>urn:sha1:79fb7bdce363685b336e3f0fb8207312fd1f02fc</id>
<content type='text'>
alpha xchg has to be a macro - alpha disables always_inline and if that
puppy does not get inlined, we immediately blow up on undefined reference.
Happens even on gcc3; with gcc4 that happens a _lot_.

Signed-off-by: Al Viro &lt;viro@parcelfarce.linux.theplanet.co.uk&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] Kconfig fix (ISA_DMA_API and sound/*)</title>
<updated>2005-08-24T01:43:40Z</updated>
<author>
<name>Al Viro</name>
<email>viro@www.linux.org.uk</email>
</author>
<published>2005-08-23T21:45:06Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=276bd31ce5af01350465861af7aa6a25864eb108'/>
<id>urn:sha1:276bd31ce5af01350465861af7aa6a25864eb108</id>
<content type='text'>
fixed kconfig dependencies on ISA_DMA_API for parts of sound/* that rely
on it.

Signed-off-by: Al Viro &lt;viro@parcelfarce.linux.theplanet.co.uk&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6</title>
<updated>2005-08-23T18:06:56Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@g5.osdl.org</email>
</author>
<published>2005-08-23T18:06:56Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=3f024c1a4bc8ef9a149879351ce8b3aa749e0c2f'/>
<id>urn:sha1:3f024c1a4bc8ef9a149879351ce8b3aa749e0c2f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[AX25]: UID fixes</title>
<updated>2005-08-23T17:11:45Z</updated>
<author>
<name>Ralf Baechle</name>
<email>ralf@linux-mips.org</email>
</author>
<published>2005-08-23T17:11:45Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=01d7dd0e9f8c5f1888619d2649c7da389232b408'/>
<id>urn:sha1:01d7dd0e9f8c5f1888619d2649c7da389232b408</id>
<content type='text'>
 o Brown paperbag bug - ax25_findbyuid() was always returning a NULL pointer
   as the result.  Breaks ROSE completly and AX.25 if UID policy set to deny.

 o While the list structure of AX.25's UID to callsign mapping table was
   properly protected by a spinlock, it's elements were not refcounted
   resulting in a race between removal and usage of an element.

Signed-off-by: Ralf Baechle DL5RB &lt;ralf@linux-mips.org&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>[NET]: Fix socket bitop damage</title>
<updated>2005-08-23T17:11:30Z</updated>
<author>
<name>Ralf Baechle</name>
<email>ralf@linux-mips.org</email>
</author>
<published>2005-08-23T17:11:30Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=53b924b31fa53ac3007df3fef6870d5074a9adf8'/>
<id>urn:sha1:53b924b31fa53ac3007df3fef6870d5074a9adf8</id>
<content type='text'>
The socket flag cleanups that went into 2.6.12-rc1 are basically oring
the flags of an old socket into the socket just being created.
Unfortunately that one was just initialized by sock_init_data(), so already
has SOCK_ZAPPED set.  As the result zapped sockets are created and all
incoming connection will fail due to this bug which again was carefully
replicated to at least AX.25, NET/ROM or ROSE.

In order to keep the abstraction alive I've introduced sock_copy_flags()
to copy the socket flags from one sockets to another and used that
instead of the bitwise copy thing.  Anyway, the idea here has probably
been to copy all flags, so sock_copy_flags() should be the right thing.
With this the ham radio protocols are usable again, so I hope this will
make it into 2.6.13.

Signed-off-by: Ralf Baechle DL5RB &lt;ralf@linux-mips.org&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>Auto-update from upstream</title>
<updated>2005-08-22T21:31:36Z</updated>
<author>
<name>Tony Luck</name>
<email>tony.luck@intel.com</email>
</author>
<published>2005-08-22T21:31:36Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=729c80c6ffd7633210a09d4b55fdfab3c8d1866b'/>
<id>urn:sha1:729c80c6ffd7633210a09d4b55fdfab3c8d1866b</id>
<content type='text'>
</content>
</entry>
</feed>
