mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Greg KH <gregkh@suse.de>
To: linux-kernel@vger.kernel.org,
	Andrew Morton <akpm@linux-foundation.org>,
	torvalds@linux-foundation.org, stable@vger.kernel.org
Cc: lwn@lwn.net
Subject: Linux 2.6.32.50
Date: Fri, 9 Dec 2011 10:08:42 -0800	[thread overview]
Message-ID: <20111209180842.GA11218@kroah.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 4148 bytes --]

I'm announcing the release of the 2.6.32.50 kernel.

All users of the 2.6.32 kernel series must upgrade.

The updated 2.6.32.y git tree can be found at (NOTE THE ADDRESS CHANGE):
        git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-2.6.32.y
and can be browsed at the normal kernel.org git web browser:
	http://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=shortlog;h=refs/heads/linux-2.6.32.y

thanks,

greg k-h

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

 Makefile                             |    2 
 arch/arm/Kconfig                     |   12 +++++
 arch/arm/kernel/process.c            |    3 +
 arch/x86/include/asm/timer.h         |   23 ++++++++++
 arch/x86/kernel/mpparse.c            |    2 
 arch/x86/oprofile/init.c             |    7 ++-
 drivers/i2c/algos/i2c-algo-bit.c     |    4 -
 drivers/net/wireless/p54/p54spi.c    |    5 +-
 drivers/pci/hotplug/shpchp_core.c    |    4 -
 drivers/pci/hotplug/shpchp_hpc.c     |    4 -
 drivers/scsi/scsi_lib.c              |   12 +++--
 drivers/staging/comedi/comedi_fops.c |   75 +++++++++++++++++++++++++----------
 drivers/staging/usbip/vhci_rx.c      |   10 ++--
 drivers/usb/host/whci/qset.c         |    2 
 drivers/usb/serial/ftdi_sio.c        |    1 
 drivers/usb/serial/ftdi_sio_ids.h    |    1 
 drivers/usb/serial/option.c          |    1 
 drivers/usb/storage/unusual_devs.h   |    7 +++
 fs/cifs/misc.c                       |    3 +
 fs/ecryptfs/crypto.c                 |    4 -
 kernel/irq/manage.c                  |    5 +-
 kernel/time/clockevents.c            |    1 
 kernel/time/tick-broadcast.c         |    2 
 kernel/time/timekeeping.c            |    4 +
 net/core/dev.c                       |    1 
 net/sunrpc/xprtsock.c                |    3 -
 net/wireless/nl80211.c               |    4 -
 sound/pci/lx6464es/lx_core.c         |   16 +++++--
 28 files changed, 164 insertions(+), 54 deletions(-)

Bart Westgeest (1):
      staging: usbip: bugfix for deadlock

Benjamin Poirier (1):
      gro: reset vlan_tci on reuse

Bernd Porr (1):
      staging: comedi: fix oops for USB DAQ devices.

Bjorn Helgaas (2):
      PCI hotplug: shpchp: don't blindly claim non-AMD 0x7450 device IDs
      x86/mpparse: Account for bus types other than ISA and PCI

Dan Carpenter (1):
      USB: whci-hcd: fix endian conversion in qset_clear()

Eliad Peller (1):
      nl80211: fix MAC address validation

Federico Vaga (1):
      Staging: comedi: fix signal handling in read and write

Greg Kroah-Hartman (1):
      Linux 2.6.32.50

Hannes Reinecke (1):
      SCSI: Silencing 'killing requests for dead queue'

Hector Palacios (1):
      timekeeping: add arch_offset hook to ktime_get functions

Ido Yariv (1):
      genirq: Fix race condition when stopping the irq thread

Jeffrey (Sheng-Hui) Chu (1):
      i2c-algo-bit: Generate correct i2c address sequence for 10-bit target

Jiri Slaby (1):
      SCSI: scsi_lib: fix potential NULL dereference

Marcin Kościelnicki (1):
      usb: ftdi_sio: add PID for Propox ISPcable III

Michael Büsch (2):
      p54spi: Add missing spin_lock_init
      p54spi: Fix workqueue deadlock

Qinglin Ye (1):
      USB: usb-storage: unusual_devs entry for Kingston DT 101 G2

Robert Richter (1):
      oprofile, x86: Fix crash when unloading module (nmi timer mode)

Salman Qazi (1):
      sched, x86: Avoid unnecessary overflow in sched_clock

Suresh Jayaraman (1):
      cifs: fix cifs stable patch cifs-fix-oplock-break-handling-try-2.patch

Thomas Gleixner (2):
      tick-broadcast: Stop active broadcast device when replacing it
      clockevents: Set noop handler in clockevents_exchange_device()

Tim Blechmann (1):
      ALSA: lx6464es - fix device communication via command bus

Trond Myklebust (1):
      SUNRPC: Ensure we return EAGAIN in xs_nospace if congestion is cleared

Tyler Hicks (1):
      eCryptfs: Extend array bounds for all filename chars

Veli-Pekka Peltola (1):
      usb: option: add SIMCom SIM5218

Will Deacon (1):
      ARM: 7161/1: errata: no automatic store buffer drain


[-- Attachment #2: Type: application/pgp-signature, Size: 836 bytes --]

             reply	other threads:[~2011-12-09 18:09 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-09 18:08 Greg KH [this message]
2011-12-09 18:08 ` Greg KH

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20111209180842.GA11218@kroah.com \
    --to=gregkh@suse.de \
    --cc=akpm@linux-foundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lwn@lwn.net \
    --cc=stable@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®