Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751146AbVJDBQd (ORCPT ); Mon, 3 Oct 2005 21:16:33 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751138AbVJDBQd (ORCPT ); Mon, 3 Oct 2005 21:16:33 -0400 Received: from smtp.osdl.org ([65.172.181.4]:39041 "EHLO smtp.osdl.org") by vger.kernel.org with ESMTP id S1751105AbVJDBQc (ORCPT ); Mon, 3 Oct 2005 21:16:32 -0400 Date: Mon, 3 Oct 2005 18:16:20 -0700 From: Chris Wright To: linux-kernel@vger.kernel.org Cc: akpm@osdl.org, torvalds@osdl.org, stable@kernel.org Subject: Linux 2.6.13.3 Message-ID: <20051004011620.GO16352@shell0.pdx.osdl.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.6i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2275 Lines: 66 We (the -stable team) are announcing the release of the 2.6.13.3 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.2 and 2.6.13.3, 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/ thanks, -chris ---------- Makefile | 2 - arch/um/kernel/skas/include/mmu-skas.h | 4 +++ arch/um/kernel/skas/mmu.c | 9 ++++++- drivers/net/skge.c | 24 ++++++++++++------- drivers/pcmcia/yenta_socket.c | 13 +++++++++- fs/exec.c | 5 +--- include/asm-um/pgalloc.h | 12 +++++---- include/asm-um/pgtable-3level.h | 9 ++----- include/net/ip_vs.h | 3 ++ net/ipv4/ipvs/ip_vs_conn.c | 41 ++++++++++++++++++++++++++++++--- net/ipv4/ipvs/ip_vs_core.c | 16 ++++++------ net/ipv4/ipvs/ip_vs_sync.c | 20 +++++++++++----- net/ipv4/tcp_input.c | 2 - net/ipv4/tcp_minisocks.c | 2 - net/ipv6/udp.c | 5 +--- 15 files changed, 119 insertions(+), 48 deletions(-) Summary of changes from v2.6.13.2 to v2.6.13.3 ============================================ Alexander Nyberg: Fix fs/exec.c:788 (de_thread()) BUG_ON Alexey Kuznetsov: Don't over-clamp window in tcp_clamp_window() Chris Wright: Linux 2.6.13.3 David Stevens: fix IPv6 per-socket multicast filtering in exact-match case Ivan Kokshaysky: yenta oops fix Julian Anastasov: ipvs: ip_vs_ftp breaks connections using persistence Paolo 'Blaisorblade' Giarrusso: uml - Fix x86_64 page leak Stephen Hemminger: skge: set mac address oops with bonding tcp: set default congestion control correctly for incoming connections - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/