All of lore.kernel.org
 help / color / mirror / Atom feed
* [0/6] 2.6.33.18-longterm review
@ 2011-08-12 21:10 Greg KH
  2011-08-12 21:09 ` [1/6] crypto: Move md5_transform to lib/md5.c Greg KH
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Greg KH @ 2011-08-12 21:10 UTC (permalink / raw)
  To: linux-kernel, stable; +Cc: stable-review, torvalds, akpm, alan

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(-)

^ permalink raw reply	[flat|nested] 9+ messages in thread
* [0/6] 2.6.32.45-longterm review
@ 2011-08-12 21:08 Greg KH
  2011-08-12 21:07 ` [4/6] ALSA: snd-usb-caiaq: Fix keymap for RigKontrol3 Greg KH
  0 siblings, 1 reply; 9+ messages in thread
From: Greg KH @ 2011-08-12 21:08 UTC (permalink / raw)
  To: linux-kernel, stable; +Cc: stable-review, torvalds, akpm, alan

This is the start of the longterm review cycle for the 2.6.32.45 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/longterm-review/patch-2.6.32.45-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(-)

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

end of thread, other threads:[~2011-08-14 16:19 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-12 21:10 [0/6] 2.6.33.18-longterm review Greg KH
2011-08-12 21:09 ` [1/6] crypto: Move md5_transform to lib/md5.c Greg KH
2011-08-12 21:09 ` [2/6] net: Compute protocol sequence numbers and fragment IDs using MD5 Greg KH
2011-08-12 21:09 ` [3/6] ALSA: timer - Fix Oops at closing slave timer Greg KH
2011-08-12 21:09 ` [4/6] ALSA: snd-usb-caiaq: Fix keymap for RigKontrol3 Greg KH
2011-08-12 21:09 ` [5/6] powerpc: Fix device tree claim code Greg KH
2011-08-12 21:09 ` [6/6] powerpc: pseries: Fix kexec on machines with more than 4TB of RAM Greg KH
2011-08-13 20:12 ` [0/6] 2.6.33.18-longterm review Thomas Backlund
  -- strict thread matches above, loose matches on Subject: below --
2011-08-12 21:08 [0/6] 2.6.32.45-longterm review Greg KH
2011-08-12 21:07 ` [4/6] ALSA: snd-usb-caiaq: Fix keymap for RigKontrol3 Greg KH

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.