public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Linux 2.6.32.33
@ 2011-03-14 21:41 Greg KH
  2011-03-14 21:41 ` Greg KH
  0 siblings, 1 reply; 6+ messages in thread
From: Greg KH @ 2011-03-14 21:41 UTC (permalink / raw)
  To: linux-kernel, Andrew Morton, torvalds, stable; +Cc: lwn

I'm announcing the release of the 2.6.32.33 kernel.

All users of the 2.6.32 kernel series must upgrade.

The updated 2.6.32.y git tree can be found at:
        git://git.kernel.org/pub/scm/linux/kernel/git/longterm/linux-2.6.32.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.32.y.git;a=summary

thanks,

greg k-h

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

 Makefile                                        |    2 -
 arch/powerpc/include/asm/hvcall.h               |    1 
 arch/powerpc/kernel/crash.c                     |   11 +++++-
 arch/powerpc/kernel/machine_kexec_64.c          |   25 +++++++++++++++
 arch/powerpc/kernel/setup_64.c                  |   17 ++++++++--
 arch/powerpc/platforms/pseries/hvCall.S         |   38 ++++++++++++++++++++++++
 arch/powerpc/platforms/pseries/lpar.c           |   33 ++++++++++++--------
 arch/powerpc/platforms/pseries/plpar_wrappers.h |   18 +++++++++++
 drivers/net/ixgbe/ixgbe_main.c                  |    4 ++
 drivers/net/r8169.c                             |    6 ++-
 drivers/s390/char/keyboard.c                    |    3 +
 drivers/staging/comedi/drivers/jr3_pci.c        |    7 +++-
 fs/nfsd/nfs4xdr.c                               |    4 +-
 include/keys/rxrpc-type.h                       |    1 
 include/linux/netdevice.h                       |    4 ++
 kernel/cpuset.c                                 |    7 +++-
 mm/mremap.c                                     |    4 --
 net/core/dev.c                                  |   12 ++++++-
 net/ipv4/ip_gre.c                               |    1 
 net/ipv4/ipip.c                                 |    1 
 net/ipv6/ip6_tunnel.c                           |    1 
 net/ipv6/sit.c                                  |    2 -
 net/netfilter/nf_log.c                          |    4 ++
 23 files changed, 170 insertions(+), 36 deletions(-)

Anton Blanchard (4):
      RxRPC: Fix v1 keys
      powerpc/kdump: CPUs assume the context of the oopsing CPU
      powerpc/kdump: Use chip->shutdown to disable IRQs
      powerpc: Use more accurate limit for first segment memory allocations

Dan Carpenter (1):
      keyboard: integer underflow bug

Don Skidmore (1):
      ixgbe: fix for 82599 erratum on Header Splitting

Greg Kroah-Hartman (1):
      Linux 2.6.32.33

Hugh Dickins (1):
      mm: fix possible cause of a page_mapped BUG

Ian Abbott (1):
      Staging: comedi: jr3_pci: Don't ioremap too much space. Check result.

Ivan Vecera (1):
      r8169: use RxFIFO overflow workaround for 8168c chipset.

Jan Engelhardt (1):
      netfilter: nf_log: avoid oops in (un)bind with invalid nfproto values

Li Zefan (1):
      cpuset: add a missing unlock in cpuset_write_resmask()

Matt Evans (1):
      powerpc/kexec: Fix orphaned offline CPUs across kexec

Maxim Uvarov (1):
      powerpc/crashdump: Do not fail on NULL pointer dereferencing

Michael Neuling (2):
      powerpc/pseries: Add hcall to read 4 ptes at a time in real mode
      powerpc/kexec: Speedup kexec hash PTE tear down

Vasiliy Kulikov (1):
      net: don't allow CAP_NET_ADMIN to load non-netdev kernel modules

roel (1):
      nfsd: wrong index used in inner loop

stephen hemminger (1):
      ip6ip6: autoload ip6 tunnel


^ permalink raw reply	[flat|nested] 6+ messages in thread
* Linux 2.6.32.33
@ 2011-03-07 23:24 Greg KH
  2011-03-07 23:24 ` Greg KH
  0 siblings, 1 reply; 6+ messages in thread
From: Greg KH @ 2011-03-07 23:24 UTC (permalink / raw)
  To: linux-kernel, Andrew Morton, torvalds, stable; +Cc: lwn

I'm announcing the release of the 2.6.32.33 kernel.

All users of the 2.6.32 kernel series must upgrade.

The updated 2.6.32.y git tree can be found at:
        git://git.kernel.org/pub/scm/linux/kernel/git/longterm/linux-2.6.32.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.32.y.git;a=summary

thanks,

greg k-h

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

 Makefile                             |    2 -
 arch/x86/include/asm/smpboot_hooks.h |    2 -
 drivers/gpu/drm/drm_irq.c            |    3 +-
 drivers/hid/hid-core.c               |    1 
 drivers/hid/hid-cypress.c            |    2 +
 drivers/hid/hid-ids.h                |    1 
 drivers/mfd/ucb1x00-ts.c             |   12 ++++++--
 drivers/net/e1000e/netdev.c          |    3 +-
 drivers/net/netxen/netxen_nic_hw.c   |    3 ++
 drivers/net/r8169.c                  |    6 ++++
 drivers/net/wireless/p54/p54usb.c    |    1 
 drivers/usb/misc/iowarrior.c         |    2 -
 drivers/virtio/virtio_pci.c          |    1 
 fs/cifs/cifsproto.h                  |    2 -
 fs/cifs/cifssmb.c                    |    4 ++
 fs/cifs/file.c                       |   17 ++++++-----
 fs/ext2/namei.c                      |    9 +-----
 fs/fuse/file.c                       |   52 ++++++++++++++++++++++++++++++-----
 fs/fuse/fuse_i.h                     |    6 +++-
 fs/ocfs2/refcounttree.c              |    7 +++-
 include/drm/drmP.h                   |    2 -
 include/net/sctp/command.h           |    1 
 kernel/time/tick-broadcast.c         |   10 ++++++
 kernel/time/tick-common.c            |    6 +++-
 kernel/time/tick-internal.h          |    3 ++
 net/dccp/input.c                     |    7 ++--
 net/ipv4/devinet.c                   |   30 +++++++++++++-------
 net/sctp/sm_make_chunk.c             |   15 ----------
 net/sctp/sm_sideeffect.c             |   26 +++++++++++++++++
 net/sctp/sm_statefuns.c              |    8 ++++-
 30 files changed, 177 insertions(+), 67 deletions(-)

Amit Kumar Salecha (1):
      netxen: fix set mac addr

Bruce Allan (1):
      e1000e: disable broken PHY wakeup for ICH10 LOMs, use MAC wakeup instead

Christian Lamparter (1):
      p54usb: add Senao NUB-350 usbid

Dave Airlie (1):
      drm: fix unsigned vs signed comparison issue in modeset ctl ioctl.

Don Zickus (1):
      x86: Use u32 instead of long to set reset vector back to 0

Gerrit Renker (1):
      dccp: fix oops on Reset after close

Greg Kroah-Hartman (1):
      Linux 2.6.32.32

Ian Campbell (1):
      arp_notify: unconditionally send gratuitous ARP for NETDEV_NOTIFY_PEERS.

Jiri Kosina (1):
      HID: add support for Acan FG-8100 barcode reader

Jochen Friedrich (1):
      mfd: Fix NULL pointer due to non-initialized ucb1x00-ts absinfo

Josh Hunt (1):
      ext2: Fix link count corruption under heavy link+rename load

Kees Cook (1):
      usb: iowarrior: don't trust report_size for buffer size

Michael S. Tsirkin (1):
      virtio: set pci bus master enable bit

Miklos Szeredi (1):
      fuse: fix hang of single threaded fuseblk filesystem

Pavel Shilovsky (1):
      CIFS: Fix oplock break handling (try #2)

Stanislaw Gruszka (1):
      r8169: disable ASPM

Thomas Gleixner (1):
      clockevents: Prevent oneshot mode when broadcast device is periodic

Tristan Ye (1):
      Ocfs2/refcounttree: Fix a bug for refcounttree to writeback clusters in a right number.

Vlad Yasevich (1):
      sctp: Fix oops when sending queued ASCONF chunks


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

end of thread, other threads:[~2011-03-14 21:41 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-14 21:41 Linux 2.6.32.33 Greg KH
2011-03-14 21:41 ` Greg KH
  -- strict thread matches above, loose matches on Subject: below --
2011-03-07 23:24 Greg KH
2011-03-07 23:24 ` Greg KH
2011-03-09 17:16   ` Erik Andersen
2011-03-09 17:22     ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox