LWN.net Logo

Linux 2.6.15.7

From:  Greg KH <gregkh@suse.de>
To:  linux-kernel@vger.kernel.org, stable@kernel.org
Subject:  Linux 2.6.15.7
Date:  Mon, 27 Mar 2006 23:59:11 -0800
Cc:  torvalds@osdl.org

We (the -stable team) are announcing the release of the 2.6.15.7 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.15.6 and 2.6.15.7, 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/stable/linux-2.6.15.y.git
and can be browsed at the normal kernel.org git web browser:
	www.kernel.org/git/

thanks,

greg k-h

--------

 Makefile                            |    2 -
 drivers/infiniband/ulp/srp/ib_srp.c |    6 +++
 drivers/media/video/Kconfig         |    1 
 fs/compat_ioctl.c                   |    2 -
 fs/cramfs/inode.c                   |   60 +++++++++++++++++-------------------
 fs/ext2/dir.c                       |   28 +++++++---------
 net/core/sock.c                     |    5 +--
 net/ipv4/ip_output.c                |    6 ---
 net/ipv4/netfilter/ip_queue.c       |    2 -
 net/ipv6/netfilter/ip6_queue.c      |    2 -
 10 files changed, 56 insertions(+), 58 deletions(-)


Summary of changes from v2.6.15.6 to v2.6.15.7
==============================================

Al Viro:
      Fix ext2 readdir f_pos re-validation logic

Alexey Kuznetsov:
      TCP: Do not use inet->id of global tcp_socket when sending RST (CVE-2006-1242)

Dave Johnson:
      cramfs mounts provide corrupted content since 2.6.15

David S. Miller:
      Netfilter ip_queue: Fix wrong skb->len == nlmsg_len assumption
      NET: Ensure device name passed to SO_BINDTODEVICE is NULL terminated.

Greg Kroah-Hartman:
      Linux 2.6.15.7

Michael Krufky:
      Kconfig: VIDEO_DECODER must select FW_LOADER

Randy Dunlap:
      compat ifconf: fix limits

Roland Dreier:
      IB/srp: Don't send task management commands after target removal


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Copyright © 2006, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds