linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Linux 2.6.15.3
@ 2006-02-07  1:41 Chris Wright
  2006-02-07  1:42 ` Chris Wright
  2006-02-07  2:21 ` Tom Rini
  0 siblings, 2 replies; 6+ messages in thread
From: Chris Wright @ 2006-02-07  1:41 UTC (permalink / raw)
  To: linux-kernel, stable; +Cc: torvalds

We (the -stable team) are announcing the release of the 2.6.15.3 kernel.
This contains a single security fix (CVE-2006-0454) which can potentially
be used as remote DoS exploit.

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.15.2 and 2.6.15.3, as it is small enough to do so.

The updated 2.6.15.y git tree can be found at:
 	rsync://rsync.kernel.org/pub/scm/linux/kernel/git/chrisw/linux-2.6.15.y.git
and can be browsed at the normal kernel.org git web browser:
	www.kernel.org/git/

thanks,
-chris

--------

 Makefile        |    2 +-
 net/ipv4/icmp.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Summary of changes from v2.6.15.2 to v2.6.15.3
==============================================

Chris Wright:
      Linux 2.6.15.3

Herbert Xu:
      Fix extra dst release when ip_options_echo fails


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Linux 2.6.15.3
  2006-02-07  1:41 Linux 2.6.15.3 Chris Wright
@ 2006-02-07  1:42 ` Chris Wright
  2006-02-07  2:21 ` Tom Rini
  1 sibling, 0 replies; 6+ messages in thread
From: Chris Wright @ 2006-02-07  1:42 UTC (permalink / raw)
  To: linux-kernel, stable; +Cc: torvalds

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;
 
 
 	/*

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: Linux 2.6.15.3
  2006-02-07  1:41 Linux 2.6.15.3 Chris Wright
  2006-02-07  1:42 ` Chris Wright
@ 2006-02-07  2:21 ` Tom Rini
  2006-02-07  3:59   ` Chris Wright
  1 sibling, 1 reply; 6+ messages in thread
From: Tom Rini @ 2006-02-07  2:21 UTC (permalink / raw)
  To: Chris Wright; +Cc: linux-kernel, stable, torvalds

On Mon, Feb 06, 2006 at 05:41:22PM -0800, Chris Wright wrote:

> We (the -stable team) are announcing the release of the 2.6.15.3 kernel.
> This contains a single security fix (CVE-2006-0454) which can potentially
> be used as remote DoS exploit.

That's not what the auto-diffstat'ing email says, btw.

-- 
Tom Rini
http://gate.crashing.org/~trini/

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Linux 2.6.15.3
  2006-02-07  2:21 ` Tom Rini
@ 2006-02-07  3:59   ` Chris Wright
  2006-02-07  4:01     ` Tom Rini
  0 siblings, 1 reply; 6+ messages in thread
From: Chris Wright @ 2006-02-07  3:59 UTC (permalink / raw)
  To: Tom Rini; +Cc: Chris Wright, linux-kernel, stable, torvalds

* Tom Rini (trini@kernel.crashing.org) wrote:
> On Mon, Feb 06, 2006 at 05:41:22PM -0800, Chris Wright wrote:
> 
> > We (the -stable team) are announcing the release of the 2.6.15.3 kernel.
> > This contains a single security fix (CVE-2006-0454) which can potentially
> > be used as remote DoS exploit.
> 
> That's not what the auto-diffstat'ing email says, btw.

Not clear to me what you mean.

thanks,
-chris

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Linux 2.6.15.3
  2006-02-07  3:59   ` Chris Wright
@ 2006-02-07  4:01     ` Tom Rini
  2006-02-07  4:19       ` Chris Wright
  0 siblings, 1 reply; 6+ messages in thread
From: Tom Rini @ 2006-02-07  4:01 UTC (permalink / raw)
  To: Chris Wright; +Cc: linux-kernel, stable, torvalds

On Mon, Feb 06, 2006 at 07:59:57PM -0800, Chris Wright wrote:
> * Tom Rini (trini@kernel.crashing.org) wrote:
> > On Mon, Feb 06, 2006 at 05:41:22PM -0800, Chris Wright wrote:
> > 
> > > We (the -stable team) are announcing the release of the 2.6.15.3 kernel.
> > > This contains a single security fix (CVE-2006-0454) which can potentially
> > > be used as remote DoS exploit.
> > 
> > That's not what the auto-diffstat'ing email says, btw.
> 
> Not clear to me what you mean.

The autoposted email to linux-kernel-announce had a much bigger diffstat
of what's presumably postponed until 2.6.15.4.

-- 
Tom Rini
http://gate.crashing.org/~trini/

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Linux 2.6.15.3
  2006-02-07  4:01     ` Tom Rini
@ 2006-02-07  4:19       ` Chris Wright
  0 siblings, 0 replies; 6+ messages in thread
From: Chris Wright @ 2006-02-07  4:19 UTC (permalink / raw)
  To: Tom Rini; +Cc: Chris Wright, linux-kernel, stable, torvalds

* Tom Rini (trini@kernel.crashing.org) wrote:
> The autoposted email to linux-kernel-announce had a much bigger diffstat
> of what's presumably postponed until 2.6.15.4.

Is that not 2.6.15 -> 2.6.15.3?

thanks,
-chris

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2006-02-07  4:13 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-02-07  1:41 Linux 2.6.15.3 Chris Wright
2006-02-07  1:42 ` Chris Wright
2006-02-07  2:21 ` Tom Rini
2006-02-07  3:59   ` Chris Wright
2006-02-07  4:01     ` Tom Rini
2006-02-07  4:19       ` Chris Wright

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).