Linux 2.6.33.18

From: Greg KH
Date: Mon Aug 15 2011 - 22:39:33 EST


I'm announcing the release of the 2.6.33.18 kernel.

This is primarily for the use of those people who are stuck using the
.33-rt kernel. Anyone else who really wants to use the .33 kernel tree
is welcome to use this one as well.

Note, as the -rt tree should soon be "stable" and based off of the 3.0
kernel release, it is unknown how much longer I will be maintaining this
branch. You have been forwarned.

The updated 2.6.33.y git tree can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/longterm/linux-2.6.33.y.git
and can be browsed at the normal kernel.org git web browser:
http://git.kernel.org/?p=linux/kernel/git/longterm/linux-2.6.33.y.git;a=summary

thanks,

greg k-h

------------

Makefile | 2
arch/powerpc/kernel/prom_init.c | 6
arch/powerpc/platforms/pseries/lpar.c | 2
crypto/md5.c | 92 --------
drivers/char/random.c | 334 -------------------------------
include/linux/cryptohash.h | 5
include/linux/random.h | 11 -
include/net/secure_seq.h | 20 +
lib/Makefile | 2
lib/md5.c | 95 ++++++++
net/core/Makefile | 2
net/core/secure_seq.c | 184 +++++++++++++++++
net/dccp/ipv4.c | 1
net/dccp/ipv6.c | 9
net/ipv4/inet_hashtables.c | 1
net/ipv4/inetpeer.c | 1
net/ipv4/netfilter/nf_nat_proto_common.c | 1
net/ipv4/route.c | 1
net/ipv4/tcp_ipv4.c | 1
net/ipv6/inet6_hashtables.c | 1
net/ipv6/tcp_ipv6.c | 1
sound/core/timer.c | 2
sound/usb/caiaq/input.c | 2
23 files changed, 333 insertions(+), 443 deletions(-)

Anton Blanchard (2):
powerpc: Fix device tree claim code
powerpc: pseries: Fix kexec on machines with more than 4TB of RAM

Daniel Mack (1):
ALSA: snd-usb-caiaq: Fix keymap for RigKontrol3

David S. Miller (2):
crypto: Move md5_transform to lib/md5.c
net: Compute protocol sequence numbers and fragment IDs using MD5.

Greg Kroah-Hartman (1):
Linux 2.6.33.18

Takashi Iwai (1):
ALSA: timer - Fix Oops at closing slave timer

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