Path: news.gmane.org!not-for-mail From: Chris Wright Newsgroups: gmane.linux.kernel.announce,gmane.linux.kernel Subject: Linux 2.6.13.3 Date: Mon, 3 Oct 2005 18:16:20 -0700 Lines: 66 Approved: news@gmane.org Message-ID: <20051004011620.GO16352@shell0.pdx.osdl.net> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1128388661 4214 80.91.229.2 (4 Oct 2005 01:17:41 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 4 Oct 2005 01:17:41 +0000 (UTC) Cc: akpm@osdl.org, torvalds@osdl.org, stable@kernel.org Original-X-From: linux-kernel-announce-owner@vger.kernel.org Tue Oct 04 03:17:37 2005 Return-path: Original-Received: from vger.kernel.org ([209.132.176.167]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EMbQJ-0002Tn-PL for lnx-linux-kernel-announce@gmane.org; Tue, 04 Oct 2005 03:16:52 +0200 Original-Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751105AbVJDBQd (ORCPT ); Mon, 3 Oct 2005 21:16:33 -0400 Original-Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751118AbVJDBQd (ORCPT ); Mon, 3 Oct 2005 21:16:33 -0400 Original-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 Original-Received: from shell0.pdx.osdl.net (fw.osdl.org [65.172.181.6]) by smtp.osdl.org (8.12.8/8.12.8) with ESMTP id j941GK4s013999 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Mon, 3 Oct 2005 18:16:20 -0700 Original-Received: from shell0.pdx.osdl.net (localhost [127.0.0.1]) by shell0.pdx.osdl.net (8.13.1/8.11.6) with ESMTP id j941GKis000606; Mon, 3 Oct 2005 18:16:20 -0700 Original-Received: (from chrisw@localhost) by shell0.pdx.osdl.net (8.13.1/8.13.1/Submit) id j941GKDP000605; Mon, 3 Oct 2005 18:16:20 -0700 Original-To: linux-kernel@vger.kernel.org Content-Disposition: inline User-Agent: Mutt/1.5.6i X-Spam-Status: No, hits=0 required=5 tests= X-Spam-Checker-Version: SpamAssassin 2.63-osdl_revision__1.45__ X-MIMEDefang-Filter: osdl$Revision: 1.118 $ X-Scanned-By: MIMEDefang 2.36 Original-Sender: linux-kernel-announce-owner@vger.kernel.org Precedence: bulk X-Mailing-List: linux-kernel-announce@vger.kernel.org Xref: news.gmane.org gmane.linux.kernel.announce:257 gmane.linux.kernel:337278 Archived-At: 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-announce" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html