<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux, branch v2.6.13.2</title>
<subtitle>Linux kernel source tree</subtitle>
<id>https://git.amat.us/linux/atom/?h=v2.6.13.2</id>
<link rel='self' href='https://git.amat.us/linux/atom/?h=v2.6.13.2'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/'/>
<updated>2005-09-17T01:02:12Z</updated>
<entry>
<title>Linux 2.6.13.2</title>
<updated>2005-09-17T01:02:12Z</updated>
<author>
<name>Chris Wright</name>
<email>chrisw@osdl.org</email>
</author>
<published>2005-09-17T01:02:12Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=9be78f865844edc728ac933f7161b01e48e1b418'/>
<id>urn:sha1:9be78f865844edc728ac933f7161b01e48e1b418</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[PATCH] USB: ftdi_sio: custom baud rate fix</title>
<updated>2005-09-17T01:01:59Z</updated>
<author>
<name>Ian Abbott</name>
<email>abbotti@mev.co.uk</email>
</author>
<published>2005-09-12T11:23:25Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=59a79e934f84fe9c0fef0c783fba58e9b5b36519'/>
<id>urn:sha1:59a79e934f84fe9c0fef0c783fba58e9b5b36519</id>
<content type='text'>
ftdi_sio: I messed up the baud_base for custom baud rate support in
2.6.13.  The attached one-liner patch fixes it.

Signed-off-by: Ian Abbott &lt;abbotti@mev.co.uk&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
Signed-off-by: Chris Wright &lt;chrisw@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] Fix up more strange byte writes to the PCI_ROM_ADDRESS config word</title>
<updated>2005-09-17T01:01:58Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@osdl.org</email>
</author>
<published>2005-09-13T15:01:49Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=d6d47af4c90009c465c7a465dd201a7115af456a'/>
<id>urn:sha1:d6d47af4c90009c465c7a465dd201a7115af456a</id>
<content type='text'>
It's a dword thing, and the value we write is a dword.  Doing a byte
write to it is nonsensical, and writes only the low byte, which only
contains the enable bit.  So we enable a nonsensical address (usually
zero), which causes the controller no end of problems.

Trivial fix, but nasty to find.

Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
Signed-off-by: Chris Wright &lt;chrisw@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] Fix MPOL_F_VERIFY</title>
<updated>2005-09-17T01:01:58Z</updated>
<author>
<name>Andi Kleen</name>
<email>ak@suse.de</email>
</author>
<published>2005-09-13T12:01:08Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=9c053068c7b8158850d680d8c96f3f11f5804367'/>
<id>urn:sha1:9c053068c7b8158850d680d8c96f3f11f5804367</id>
<content type='text'>
There was a pretty bad bug in there that the code would
always check the full VMA, not the range the user requested.

When the VMA to be checked was merged with the previous VMA this
could lead to spurious failures.

Signed-off-by: Andi Kleen &lt;ak@suse.de&gt;
Signed-off-by: Chris Wright &lt;chrisw@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] jfs: jfs_delete_inode must call clear_inode</title>
<updated>2005-09-17T01:01:58Z</updated>
<author>
<name>Dave Kleikamp</name>
<email>shaggy@austin.ibm.com</email>
</author>
<published>2005-09-13T08:16:09Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=81ddd439761f2f2e6837f9746c83864f410a4077'/>
<id>urn:sha1:81ddd439761f2f2e6837f9746c83864f410a4077</id>
<content type='text'>
JFS: jfs_delete_inode should always call clear_inode.

&gt; From Chuck Ebbert:
I'm submitting this patch for -stable:

  - it reportedly fixes an oops
  - it's already in 2.6.13-git

Signed-off-by: Dave Kleikamp &lt;shaggy@austin.ibm.com&gt;
Signed-off-by: Chris Wright &lt;chrisw@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] Fix DHCP + MASQUERADE problem</title>
<updated>2005-09-17T01:01:57Z</updated>
<author>
<name>Patrick McHardy</name>
<email>kaber@trash.net</email>
</author>
<published>2005-09-13T07:37:22Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=504b891bc7cc7fb76e3000b5fe91ca491eb773c5'/>
<id>urn:sha1:504b891bc7cc7fb76e3000b5fe91ca491eb773c5</id>
<content type='text'>
In 2.6.13-rcX the MASQUERADE target was changed not to exclude local
packets for better source address consistency. This breaks DHCP clients
using UDP sockets when the DHCP requests are caught by a MASQUERADE rule
because the MASQUERADE target drops packets when no address is configured
on the outgoing interface. This patch makes it ignore packets with a
source address of 0.

Thanks to Rusty for this suggestion.

Signed-off-by: Patrick McHardy &lt;kaber@trash.net&gt;
Signed-off-by: Chris Wright &lt;chrisw@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] Sun HME: enable and map PCI ROM properly</title>
<updated>2005-09-17T01:01:57Z</updated>
<author>
<name>Willy Tarreau</name>
<email>willy@w.ods.org</email>
</author>
<published>2005-09-11T21:10:02Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=6829c71237ca54f1b752520ba06eacdae68249dc'/>
<id>urn:sha1:6829c71237ca54f1b752520ba06eacdae68249dc</id>
<content type='text'>
This ports the Sun GEM ROM mapping/enable fixes it sunhme (which used
the same PCI ROM mapping code).

Without this, I get NULL MAC addresses for all 4 ports (it's a SUN QFE).
With it, I get the correct addresses (the ones printed on the label on
the card).

Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
Signed-off-by: Chris Wright &lt;chrisw@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] Sun GEM ethernet: enable and map PCI ROM properly</title>
<updated>2005-09-17T01:01:57Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@g5.osdl.org</email>
</author>
<published>2005-09-11T21:08:59Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=0098d9c5f87aaff2efdcb43e30642dad7ce55b19'/>
<id>urn:sha1:0098d9c5f87aaff2efdcb43e30642dad7ce55b19</id>
<content type='text'>
This same patch was reported to fix the MAC address detection on sunhme
(next patch).  Most people seem to be running this on Sparcs or PPC
machines, where we get the MAC address from their respective firmware
rather than from the (previously broken) ROM mapping routines.

Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
Signed-off-by: Chris Wright &lt;chrisw@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] hpt366: write the full 4 bytes of ROM address, not just low 1 byte</title>
<updated>2005-09-17T01:01:56Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@g5.osdl.org</email>
</author>
<published>2005-09-11T21:07:43Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=edf3b5b336f55b8a97142592bf5c1b7944deb9d1'/>
<id>urn:sha1:edf3b5b336f55b8a97142592bf5c1b7944deb9d1</id>
<content type='text'>
This is one heck of a confused driver.  It uses a byte write to a dword
register to enable a ROM resource that it doesn't even seem to be using.

"Lost and wandering in the desert of confusion"

Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
Signed-off-by: Chris Wright &lt;chrisw@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] forcedeth: Initialize link settings in every nv_open()</title>
<updated>2005-09-17T01:01:56Z</updated>
<author>
<name>Manfred Spraul</name>
<email>manfred@colorfullife.com</email>
</author>
<published>2005-09-11T20:33:28Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=2498037d5a6668b733acc712a3106ffd4e1ef735'/>
<id>urn:sha1:2498037d5a6668b733acc712a3106ffd4e1ef735</id>
<content type='text'>
R�diger found a bug in nv_open that explains some of the reports
with duplex mismatches:
nv_open calls nv_update_link_speed for initializing the hardware link speed
registers. If current link setting matches the values in np-&gt;linkspeed and
np-&gt;duplex, then the function does nothing.
Usually, doing nothing is the right thing, but not in nv_open: During
nv_open, the registers must be initialized because the nic was reset.

The attached patch fixes that by setting np-&gt;linkspeed to an invalid value
before calling nv_update_link_speed from nv_open.

Signed-Off-By: Manfred Spraul &lt;manfred@colorfullife.com&gt;
Signed-off-by: Jeff Garzik &lt;jgarzik@pobox.com&gt;
Signed-off-by: Chris Wright &lt;chrisw@osdl.org&gt;
</content>
</entry>
</feed>
