Path: news.gmane.org!not-for-mail From: Chris Wright Newsgroups: gmane.linux.kernel.announce,gmane.linux.kernel Subject: Linux 2.6.12.5 Date: Sun, 14 Aug 2005 22:40:22 -0700 Lines: 64 Approved: news@gmane.org Message-ID: <20050815054022.GK7762@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 1124084550 13283 80.91.229.2 (15 Aug 2005 05:42:30 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 15 Aug 2005 05:42:30 +0000 (UTC) Cc: torvalds@osdl.org, akpm@osdl.org, stable@kernel.org Original-X-From: linux-kernel-announce-owner@vger.kernel.org Mon Aug 15 07:42:20 2005 Return-path: Original-Received: from vger.kernel.org ([209.132.176.167]) by ciao.gmane.org with esmtp (Exim 4.43) id 1E4XjY-0006BI-4c for lnx-linux-kernel-announce@gmane.org; Mon, 15 Aug 2005 07:42:04 +0200 Original-Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751078AbVHOFk2 (ORCPT ); Mon, 15 Aug 2005 01:40:28 -0400 Original-Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751079AbVHOFk2 (ORCPT ); Mon, 15 Aug 2005 01:40:28 -0400 Original-Received: from smtp.osdl.org ([65.172.181.4]:43725 "EHLO smtp.osdl.org") by vger.kernel.org with ESMTP id S1751078AbVHOFk1 (ORCPT ); Mon, 15 Aug 2005 01:40:27 -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 j7F5eMjA027053 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Sun, 14 Aug 2005 22:40:22 -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 j7F5eMAc004132; Sun, 14 Aug 2005 22:40:22 -0700 Original-Received: (from chrisw@localhost) by shell0.pdx.osdl.net (8.13.1/8.13.1/Submit) id j7F5eMGa004131; Sun, 14 Aug 2005 22:40:22 -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.44__ 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:236 gmane.linux.kernel:324020 X-Report-Spam: http://spam.gmane.org/gmane.linux.kernel.announce:236 We (the -stable team) are announcing the release of the 2.6.12.5 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.4 and 2.6.12.5, 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 - arch/ppc64/boot/zlib.c | 3 + arch/x86_64/kernel/setup.c | 2 - arch/x86_64/kernel/smp.c | 65 +++++++++++++++++++++++++++++++++++++++++++ arch/x86_64/kernel/smpboot.c | 21 +++++++------ fs/isofs/compress.c | 6 +++ include/asm-x86_64/smp.h | 2 + include/linux/zlib.h | 5 +++ kernel/module.c | 15 +++++++-- lib/inflate.c | 16 +++++----- lib/zlib_inflate/inftrees.c | 2 - mm/mempolicy.c | 2 - security/keys/keyring.c | 6 +++ security/keys/process_keys.c | 2 - 14 files changed, 121 insertions(+), 28 deletions(-) Summary of changes from v2.6.12.4 to v2.6.12.5 ============================================== Andi Kleen: Fix SRAT for non dual core AMD systems x86_64: Fixing smpboot timing problem Chris Wright: Linux 2.6.12.5 David Howells: CAN-2005-2098 Error during attempt to join key management session can leave semaphore pinned CAN-2005-2099 Destruction of failed keyring oopses Eric Dumazet: sys_set_mempolicy() doesnt check if mode < 0 Linus Torvalds: Check input buffer size in zisofs Rusty Russell: Module per-cpu alignment cannot always be met Tim Yamin: Update in-kernel zlib routines (CAN-2005-2458, CAN-2005-2459) - 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