From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752117Ab1HLVLV (ORCPT ); Fri, 12 Aug 2011 17:11:21 -0400 Received: from out3.smtp.messagingengine.com ([66.111.4.27]:48302 "EHLO out3.smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751956Ab1HLVLB (ORCPT ); Fri, 12 Aug 2011 17:11:01 -0400 X-Sasl-enc: 2hNo7W6b8TUcmhJhCC643Ir9JPZ9b9nJYR66VR7f6fOz 1313183461 Date: Fri, 12 Aug 2011 14:10:45 -0700 From: Greg KH To: linux-kernel@vger.kernel.org, stable@kernel.org Cc: stable-review@kernel.org, torvalds@linux-foundation.org, akpm@linux-foundation.org, alan@lxorguk.ukuu.org.uk Subject: [0/6] 2.6.33.18-longterm review Message-ID: <20110812211045.GA6497@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This is the start of the stable review cycle for the 2.6.33.18 release. There are 6 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let us know. If anyone is a maintainer of the proper subsystem, and wants to add a Signed-off-by: line to the patch, please respond with it. Responses should be made by Monday, August 15, 2011, 20:00:00 UTC. Anything received after that time might be too late. The whole patch series can be found in one patch at: kernel.org/pub/linux/kernel/v2.6/stable-review/patch-2.6.33.19-rc1.gz and the diffstat can be found below. 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(-)