Path: news.gmane.org!not-for-mail From: Chris Wright Newsgroups: gmane.linux.kernel.announce,gmane.linux.kernel Subject: Re: Linux 2.6.15.3 Date: Mon, 6 Feb 2006 17:42:41 -0800 Lines: 31 Approved: news@gmane.org Message-ID: <20060207014241.GD4483@sorel.sous-sol.org> References: <20060207014122.GC4483@sorel.sous-sol.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1139276207 8235 80.91.229.2 (7 Feb 2006 01:36:47 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 7 Feb 2006 01:36:47 +0000 (UTC) Cc: torvalds@osdl.org Original-X-From: linux-kernel-announce-owner@vger.kernel.org Tue Feb 07 02:36:43 2006 Return-path: Envelope-to: lnx-linux-kernel-announce@gmane.org Original-Received: from vger.kernel.org ([209.132.176.167]) by ciao.gmane.org with esmtp (Exim 4.43) id 1F6HmK-0003BD-73 for lnx-linux-kernel-announce@gmane.org; Tue, 07 Feb 2006 02:36:24 +0100 Original-Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964928AbWBGBgE (ORCPT ); Mon, 6 Feb 2006 20:36:04 -0500 Original-Received: (majordomo@vger.kernel.org) by vger.kernel.org id S964834AbWBGBgD (ORCPT ); Mon, 6 Feb 2006 20:36:03 -0500 Original-Received: from 216-99-217-87.dsl.aracnet.com ([216.99.217.87]:14721 "EHLO sorel.sous-sol.org") by vger.kernel.org with ESMTP id S932441AbWBGBgA (ORCPT ); Mon, 6 Feb 2006 20:36:00 -0500 Original-Received: from sorel.sous-sol.org (localhost.localdomain [127.0.0.1]) by sorel.sous-sol.org (8.13.4/8.13.1) with ESMTP id k171gfEP007228; Mon, 6 Feb 2006 17:42:41 -0800 Original-Received: (from chrisw@localhost) by sorel.sous-sol.org (8.13.4/8.13.1/Submit) id k171gfOI007227; Mon, 6 Feb 2006 17:42:41 -0800 Original-To: linux-kernel@vger.kernel.org, stable@kernel.org Content-Disposition: inline In-Reply-To: <20060207014122.GC4483@sorel.sous-sol.org> User-Agent: Mutt/1.4.2.1i 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:300 gmane.linux.kernel:376304 Archived-At: diff --git a/Makefile b/Makefile index 76a00d4..a88ae43 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = 2 PATCHLEVEL = 6 SUBLEVEL = 15 -EXTRAVERSION = .2 +EXTRAVERSION = .3 NAME=Sliding Snow Leopard # *DOCUMENTATION* diff --git a/net/ipv4/icmp.c b/net/ipv4/icmp.c index 92e23b2..84de934 100644 --- a/net/ipv4/icmp.c +++ b/net/ipv4/icmp.c @@ -524,7 +524,7 @@ void icmp_send(struct sk_buff *skb_in, i iph->tos; if (ip_options_echo(&icmp_param.replyopts, skb_in)) - goto ende; + goto out_unlock; /* - 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