From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755938AbXD0WF4 (ORCPT ); Fri, 27 Apr 2007 18:05:56 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1757470AbXD0WF4 (ORCPT ); Fri, 27 Apr 2007 18:05:56 -0400 Received: from canuck.infradead.org ([209.217.80.40]:49933 "EHLO canuck.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755938AbXD0WFR (ORCPT ); Fri, 27 Apr 2007 18:05:17 -0400 Date: Fri, 27 Apr 2007 14:55:56 -0700 From: Greg KH To: linux-kernel@vger.kernel.org, Andrew Morton , torvalds@linux-foundation.org, stable@kernel.org Subject: Linux 2.6.20.10 Message-ID: <20070427215556.GA1817@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.15 (2007-04-06) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org We (the -stable team) are announcing the release of the 2.6.20.10 kernel. This release has two bugfixes that fix the fixes that were in 2.6.20.8 and 2.6.20.9. We are sorry for the constant stream of releases, but these are security issues and as such, sometimes it is better to err on the side of quicker updates rather than an expanded window of vulnerability. Many thanks go out to the networking kernel developers who resolved these issues faster than seemed imaginable. Anyone who uses ipv4 or ipv6 and a 2.6.20 based kernel release is strongly encouraged to upgrade. I'll also be replying to this message with a copy of the patch between 2.6.20.9 and 2.6.20.10. The updated 2.6.20.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-2.6.20.y.git and can be browsed at the normal kernel.org git web browser: www.kernel.org/git/ thanks, greg k-h -------- Makefile | 2 +- net/ipv4/fib_frontend.c | 4 ++++ net/ipv6/exthdrs.c | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) Summary of changes from v2.6.20.9 to v2.6.20.10 =============================================== Greg Kroah-Hartman (1): Linux 2.6.20.10 Sergey Vlasov (1): IPV4: Fix OOPS'er added to netlink fib. YOSHIFUJI Hideaki (1): IPV6: Fix for RT0 header ipv6 change.