Path: news.gmane.org!not-for-mail From: Chris Wright Newsgroups: gmane.linux.kernel.announce Subject: Linux 2.6.12.6 Date: Mon, 29 Aug 2005 11:04:18 -0700 Lines: 58 Approved: news@gmane.org Message-ID: <20050829180418.GZ7762__49091.1694629633$1125338766$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 1125338766 3701 80.91.229.2 (29 Aug 2005 18:06:06 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 29 Aug 2005 18:06:06 +0000 (UTC) Cc: torvalds@osdl.org, akpm@osdl.org, stable@kernel.org Original-X-From: linux-kernel-announce-owner@vger.kernel.org Mon Aug 29 20:05:55 2005 Return-path: Original-Received: from vger.kernel.org ([209.132.176.167]) by ciao.gmane.org with esmtp (Exim 4.43) id 1E9nzr-0007nZ-Ju for lnx-linux-kernel-announce@gmane.org; Mon, 29 Aug 2005 20:04:39 +0200 Original-Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751188AbVH2SEY (ORCPT ); Mon, 29 Aug 2005 14:04:24 -0400 Original-Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751218AbVH2SEY (ORCPT ); Mon, 29 Aug 2005 14:04:24 -0400 Original-Received: from smtp.osdl.org ([65.172.181.4]:27606 "EHLO smtp.osdl.org") by vger.kernel.org with ESMTP id S1751188AbVH2SEX (ORCPT ); Mon, 29 Aug 2005 14:04:23 -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 j7TI4IjA012000 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Mon, 29 Aug 2005 11:04:19 -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 j7TI4I7Y015711; Mon, 29 Aug 2005 11:04:18 -0700 Original-Received: (from chrisw@localhost) by shell0.pdx.osdl.net (8.13.1/8.13.1/Submit) id j7TI4IDe015710; Mon, 29 Aug 2005 11:04:18 -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.114 $ 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:242 Archived-At: We (the -stable team) are announcing the release of the 2.6.12.6 kernel. This is final one for 2.6.12 now that 2.6.13 has been released. 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.12.5 and 2.6.12.6, as it is small enough to do so. The updated 2.6.12.y git tree can be found at: rsync://rsync.kernel.org/pub/scm/linux/kernel/git/chrisw/linux-2.6.12.y.git and can be browsed at the normal kernel.org git web browser: www.kernel.org/git/ thanks, -chris ---------- Makefile | 2 +- drivers/scsi/sg.c | 15 ++++++++------- drivers/usb/net/usbnet.c | 2 +- kernel/signal.c | 2 +- lib/zlib_inflate/inftrees.c | 2 +- net/ipv4/icmp.c | 12 ++++++------ net/ipv4/ip_sockglue.c | 3 +++ net/ipv6/ip6_input.c | 9 +++++---- net/ipv6/ipv6_sockglue.c | 3 +++ 9 files changed, 29 insertions(+), 21 deletions(-) Summary of changes from v2.6.12.5 to v2.6.12.6 ============================================== Bhavesh P. Davda: NPTL signal delivery deadlock fix Chris Wright: Linux 2.6.12.6 Herbert Xu: Restrict socket policy loading to CAP_NET_ADMIN - CAN-2005-2555 Jan Blunck: sg.c: fix a memory leak in devices seq_file implementation (2nd) lepton: fix gl_skb/skb type error in genelink driver in usbnet Linus Torvalds: Revert unnecessary zlib_inflate/inftrees.c fix Patrick McHardy: Fix DST leak in icmp_push_reply() Fix SKB leak in ip6_input_finish() - 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