We (the -stable team) are announcing the release of the 2.6.13.2 kernel. The diffstat and short summary of the fixes are below. I'll also be replying to this message with a copy of the patch between 2.6.13.1 and 2.6.13.2, as it is small enough to do so. The updated 2.6.13.y git tree can be found at: rsync://rsync.kernel.org/pub/scm/linux/kernel/git/chrisw/linux-2.6.13.y.git and can be browsed at the normal kernel.org git web browser: www.kernel.org/git/ Note: The above info won't be valid until master.kernel.org is back online. In the interim you can find the tarball, patches, changelogs etc. at <http://developer.osdl.org/chrisw/stable/2.6.13.2/> thanks, -chris ---------- Makefile | 2 - arch/x86_64/ia32/ia32_ioctl.c | 17 ++++++++++--- drivers/ide/pci/cmd64x.c | 2 - drivers/ide/pci/hpt34x.c | 2 - drivers/ide/pci/hpt366.c | 8 ++++-- drivers/net/forcedeth.c | 3 ++ drivers/net/sungem.c | 36 +++++++++++----------------- drivers/net/sunhme.c | 45 ++++++++++++++---------------------- drivers/usb/serial/ftdi_sio.c | 2 - fs/compat_ioctl.c | 7 ++++- fs/jfs/inode.c | 24 +++++++++---------- mm/mempolicy.c | 7 ++++- net/ipv4/netfilter/ipt_MASQUERADE.c | 6 ++++ 13 files changed, 87 insertions(+), 74 deletions(-) Summary of changes from v2.6.13.1 to v2.6.13.2 ============================================ Andi Kleen: Fix MPOL_F_VERIFY Chris Wright: Linux 2.6.13.2 Dave Kleikamp: jfs: jfs_delete_inode must call clear_inode Ian Abbott: USB: ftdi_sio: custom baud rate fix Linus Torvalds: hpt366: write the full 4 bytes of ROM address, not just low 1 byte Sun GEM ethernet: enable and map PCI ROM properly Fix up more strange byte writes to the PCI_ROM_ADDRESS config word Manfred Spraul: forcedeth: Initialize link settings in every nv_open() Maxim Giryaev: lost fput in 32bit ioctl on x86-64 Lost sockfd_put() in routing_ioctl() Patrick McHardy: Fix DHCP + MASQUERADE problem Willy Tarreau: Sun HME: enable and map PCI ROM properly - To unsubscribe from this list: send the line "unsubscribe linux-kernel-announce" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html