Path: news.gmane.org!not-for-mail From: Chris Wright Newsgroups: gmane.linux.kernel.announce Subject: Linux 2.6.13.1 Date: Fri, 9 Sep 2005 20:22:02 -0700 Lines: 73 Approved: news@gmane.org Message-ID: <20050910032202.GF7762__37509.5712989152$1126335179$gmane$org@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 1126335179 6276 80.91.229.2 (10 Sep 2005 06:52:59 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 10 Sep 2005 06:52:59 +0000 (UTC) Cc: akpm@osdl.org, torvalds@osdl.org, stable@kernel.org Original-X-From: linux-kernel-announce-owner@vger.kernel.org Sat Sep 10 08:52:53 2005 Return-path: Original-Received: from vger.kernel.org ([209.132.176.167]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EDzDc-00076y-D4 for lnx-linux-kernel-announce@gmane.org; Sat, 10 Sep 2005 08:52:08 +0200 Original-Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1030540AbVIJGvt (ORCPT ); Sat, 10 Sep 2005 02:51:49 -0400 Original-Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1030541AbVIJGvt (ORCPT ); Sat, 10 Sep 2005 02:51:49 -0400 Original-Received: from smtp.osdl.org ([65.172.181.4]:49337 "EHLO smtp.osdl.org") by vger.kernel.org with ESMTP id S1030540AbVIJGvs (ORCPT ); Sat, 10 Sep 2005 02:51:48 -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 j8A6plBo017035 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Fri, 9 Sep 2005 23:51:47 -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 j8A6pl9f003785 for ; Fri, 9 Sep 2005 23:51:47 -0700 Original-Received: (from chrisw@localhost) by shell0.pdx.osdl.net (8.13.1/8.13.1/Submit) id j8A6pldq003784 for linux-kernel-announce@vger.kernel.org; Fri, 9 Sep 2005 23:51:47 -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 j8A3M2Zi028393; Fri, 9 Sep 2005 20:22:02 -0700 Original-Received: (from chrisw@localhost) by shell0.pdx.osdl.net (8.13.1/8.13.1/Submit) id j8A3M2M2028392; Fri, 9 Sep 2005 20:22:02 -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.115 $ 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:247 Archived-At: We (the -stable team) are announcing the release of the 2.6.13.1 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 and 2.6.13.1, 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/i386/pci/common.c | 1 arch/i386/pci/i386.c | 49 +++++++++++++----------------------------- crypto/cipher.c | 12 +++++++--- drivers/char/rtc.c | 5 +--- drivers/media/video/Kconfig | 1 drivers/pci/rom.c | 24 ++++++++++++++------ drivers/pci/setup-bus.c | 2 - drivers/scsi/aacraid/aachba.c | 2 - include/net/compat.h | 5 ++-- net/compat.c | 44 ++++++++++++++++++++++--------------- net/core/filter.c | 6 ++--- net/ipv4/ip_fragment.c | 2 - net/ipv4/raw.c | 2 - net/ipv6/raw.c | 2 - net/socket.c | 3 +- 16 files changed, 85 insertions(+), 77 deletions(-) Summary of changes from v2.6.13 to v2.6.13.1 ============================================ Al Viro: raw_sendmsg DoS (CAN-2005-2492) Benjamin Herrenschmidt: Fix PCI ROM mapping Chris Wright: Linux 2.6.13.1 David S. Miller: Use SA_SHIRQ in sparc specific code. David Woodhouse: 32bit sendmsg() flaw (CAN-2005-2490) Herbert Xu: 2.6.13 breaks libpcap (and tcpdump) Fix boundary check in standard multi-block cipher processors Ivan Kokshaysky: x86: pci_assign_unassigned_resources() update Mark Haverkamp: aacraid: 2.6.13 aacraid bad BUG_ON fix Michael Krufky: Kconfig: saa7134-dvb must select tda1004x Stephen Hemminger: Reassembly trim not clearing CHECKSUM_HW - 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