Path: news.gmane.org!not-for-mail From: Chris Wright Newsgroups: gmane.linux.kernel.announce,gmane.linux.kernel Subject: Linux 2.6.12.4 Date: Fri, 5 Aug 2005 14:22:11 -0700 Lines: 77 Approved: news@gmane.org Message-ID: <20050805212211.GC7991@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 1123277067 31609 80.91.229.2 (5 Aug 2005 21:24:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 5 Aug 2005 21:24:27 +0000 (UTC) Cc: torvalds@osdl.org, akpm@osdl.org, stable@kernel.org Original-X-From: linux-kernel-announce-owner@vger.kernel.org Fri Aug 05 23:24:25 2005 Return-path: Original-Received: from vger.kernel.org ([12.107.209.244]) by ciao.gmane.org with esmtp (Exim 4.43) id 1E19f8-0006Ux-7f for lnx-linux-kernel-announce@gmane.org; Fri, 05 Aug 2005 23:23:30 +0200 Original-Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S263122AbVHEVWW (ORCPT ); Fri, 5 Aug 2005 17:22:22 -0400 Original-Received: (majordomo@vger.kernel.org) by vger.kernel.org id S263123AbVHEVWW (ORCPT ); Fri, 5 Aug 2005 17:22:22 -0400 Original-Received: from smtp.osdl.org ([65.172.181.4]:51173 "EHLO smtp.osdl.org") by vger.kernel.org with ESMTP id S263122AbVHEVWU (ORCPT ); Fri, 5 Aug 2005 17:22:20 -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 j75LMBjA007452 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Fri, 5 Aug 2005 14:22:12 -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 j75LMBJM009657; Fri, 5 Aug 2005 14:22:11 -0700 Original-Received: (from chrisw@localhost) by shell0.pdx.osdl.net (8.13.1/8.13.1/Submit) id j75LMBNw009656; Fri, 5 Aug 2005 14:22:11 -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.40__ X-MIMEDefang-Filter: osdl$Revision: 1.113 $ 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:232 gmane.linux.kernel:323471 X-Report-Spam: http://spam.gmane.org/gmane.linux.kernel.announce:232 We (the -stable team) are announcing the release of the 2.6.12.4 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.12.3 and 2.6.12.4, 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 | 4 ++-- arch/i386/kernel/cpu/cpufreq/powernow-k8.c | 8 +++++--- arch/i386/kernel/process.c | 2 ++ arch/x86_64/ia32/syscall32.c | 7 ++++++- drivers/char/rocket.c | 3 ++- drivers/scsi/qla2xxx/qla_init.c | 4 +++- fs/bio.c | 1 + include/linux/skbuff.h | 2 +- net/8021q/vlan.c | 8 ++++++++ net/ipv4/netfilter/ip_conntrack_core.c | 3 +++ net/ipv4/netfilter/ip_nat_proto_tcp.c | 3 ++- net/ipv4/netfilter/ip_nat_proto_udp.c | 3 ++- net/ipv6/netfilter/ip6_queue.c | 2 ++ net/xfrm/xfrm_user.c | 3 +++ 14 files changed, 42 insertions(+), 11 deletions(-) Summary of changes from v2.6.12.3 to v2.6.12.4 ============================================== Andrew Morton: Fw: bio_clone fix Andrew Vasquez: qla2xxx: Correct handling of fc_remote_port_add() failure case. Chris Wright: Linux 2.6.12.4 Dave Jones: Fix powernow oops on dual-core athlon Herbert Xu: Fix possible overflow of sock->sk_policy Michal Ostrowski: rocket.c: Fix ldisc ref count handling Paolo 'Blaisorblade' Giarrusso: sys_get_thread_area does not clear the returned argument Patrick McHardy: Wait until all references to ip_conntrack_untracked are dropped on unload Fix potential memory corruption in NAT code (aka memory NAT) Fix deadlock in ip6_queue Fix signedness issues in net/core/filter.c Siddha, Suresh B: x86_64 memleak from malicious 32bit elf program Tom Rini: kbuild: build TAGS problem with O= Tommy Christensen: Fix early vlan adding leads to not functional device - 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