All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: linux-kernel@vger.kernel.org,
	Andrew Morton <akpm@linux-foundation.org>,
	torvalds@linux-foundation.org, stable@vger.kernel.org
Cc: lwn@lwn.net, Jiri Slaby <jslaby@suse.cz>
Subject: Linux 3.0.52
Date: Sat, 17 Nov 2012 13:31:13 -0800	[thread overview]
Message-ID: <20121117213113.GA8339@kroah.com> (raw)

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

I'm announcing the release of the 3.0.52 kernel.

All users of the 3.0 kernel series must upgrade.

The updated 3.0.y git tree can be found at:
        git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.0.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=summary

thanks,

greg k-h

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

 Makefile                                        |    2 
 drivers/gpu/drm/drm_fops.c                      |    5 +
 drivers/gpu/drm/i915/intel_drv.h                |    2 
 drivers/gpu/drm/i915/intel_sdvo.c               |   59 ++++++++++++++++-----
 drivers/gpu/drm/i915/intel_sdvo_regs.h          |    2 
 drivers/gpu/drm/radeon/radeon_legacy_encoders.c |    1 
 drivers/gpu/drm/vmwgfx/vmwgfx_drv.c             |    5 +
 drivers/hwmon/w83627ehf.c                       |    1 
 drivers/net/usb/usbnet.c                        |    3 +
 drivers/net/wireless/ath/ath9k/xmit.c           |    2 
 drivers/net/wireless/rt2x00/rt2800lib.c         |    2 
 drivers/pci/intel-iommu.c                       |    4 -
 drivers/target/target_core_configfs.c           |    3 -
 drivers/usb/serial/mos7840.c                    |    1 
 fs/nfs/dir.c                                    |    4 -
 fs/nfs/dns_resolve.c                            |    5 +
 fs/nfs/internal.h                               |    5 +
 fs/nfs/mount_clnt.c                             |    2 
 fs/nfs/namespace.c                              |   19 +++++--
 fs/nfs/nfs4namespace.c                          |    3 -
 fs/nfs/nfs4proc.c                               |    1 
 fs/nfs/super.c                                  |    2 
 fs/nfsd/export.c                                |    6 +-
 fs/xfs/xfs_log_recover.c                        |    2 
 include/linux/sunrpc/cache.h                    |   16 +++++
 include/sound/core.h                            |    3 +
 kernel/futex.c                                  |   41 ++++++++-------
 net/ipv4/tcp.c                                  |    8 +-
 net/ipv4/tcp_illinois.c                         |    8 +-
 net/ipv6/ndisc.c                                |    3 -
 net/ipv6/route.c                                |    4 -
 net/l2tp/l2tp_eth.c                             |    1 
 net/mac80211/ibss.c                             |    2 
 net/mac80211/rx.c                               |   16 ++++-
 net/netlink/af_netlink.c                        |   19 +++++--
 net/sctp/sm_sideeffect.c                        |    3 -
 net/wireless/core.c                             |    3 -
 net/wireless/util.c                             |   11 ++--
 sound/core/control.c                            |    5 +
 sound/core/hwdep.c                              |   12 ++++
 sound/core/init.c                               |   50 +++++++++++-------
 sound/core/oss/mixer_oss.c                      |   11 +++-
 sound/core/oss/pcm_oss.c                        |    7 ++
 sound/core/pcm.c                                |   13 ++++
 sound/core/pcm_native.c                         |   35 ++++++++++--
 sound/core/rawmidi.c                            |   26 +++++++++
 sound/core/sound.c                              |   11 +++-
 sound/core/sound_oss.c                          |   10 ++-
 sound/usb/card.c                                |   14 +++--
 sound/usb/card.h                                |    1 
 sound/usb/mixer.c                               |   65 +++++++++++++++---------
 sound/usb/mixer_quirks.c                        |   37 ++++++++++++-
 sound/usb/pcm.c                                 |   35 +++++++++---
 sound/usb/proc.c                                |    4 -
 sound/usb/urb.c                                 |    9 ++-
 sound/usb/usbaudio.h                            |    2 
 56 files changed, 455 insertions(+), 171 deletions(-)

Antonio Quartulli (1):
      mac80211: fix SSID copy on IBSS JOIN

Ben Hutchings (1):
      nfs: Show original device name verbatim in /proc/*/mount{s,info}

Daniel Vetter (2):
      drm/i915: fixup infoframe support for sdvo
      drm/i915: clear the entire sdvo infoframe buffer

Dave Chinner (1):
      xfs: fix reading of wrapped log data

Egbert Eich (1):
      DRM/Radeon: Fix Load Detection on legacy primary DAC.

Eric Dumazet (2):
      netlink: use kfree_rcu() in netlink_release()
      tcp: fix FIONREAD/SIOCINQ

Felix Fietkau (2):
      ath9k: fix stale pointers potentially causing access to free'd skbs
      cfg80211: fix antenna gain handling

Greg Kroah-Hartman (1):
      Linux 3.0.52

Hannes Frederic Sowa (1):
      ipv6: send unsolicited neighbour advertisements to all-nodes

Hemant Kumar (1):
      net: usb: Fix memory leak on Tx data path

Ilija Hadzic (1):
      drm: restore open_count if drm_setup fails

J. Bruce Fields (1):
      nfsd: add get_uint for u32's

Javier Cardona (1):
      mac80211: don't inspect Sequence Control field on control frames

Jean Delvare (1):
      hwmon: (w83627ehf) Force initial bank selection

Jesper Dangaard Brouer (1):
      net: fix divide by zero in tcp algorithm illinois

Johan Hovold (1):
      USB: mos7840: remove unused variable

Johannes Berg (2):
      wireless: drop invalid mesh address extension frames
      mac80211: check management frame header length

Li RongQing (1):
      ipv6: Set default hoplimit as zero.

NeilBrown (1):
      NFS: fix bug in legacy DNS resolver.

Roland Dreier (2):
      target: Don't return success from module_init() if setup fails
      intel-iommu: Fix AB-BA lockdep report

Scott Mayhew (1):
      nfsv3: Make v3 mounts fail with ETIMEDOUTs instead EIO on mountd timeouts

Stanislaw Gruszka (1):
      rt2800: validate step value for temperature compensation

Takashi Iwai (8):
      ALSA: PCM: Fix some races at disconnection
      ALSA: usb-audio: Fix races at disconnection
      ALSA: usb-audio: Use rwsem for disconnect protection
      ALSA: usb-audio: Fix races at disconnection in mixer_quirks.c
      ALSA: Add a reference counter to card instance
      ALSA: Avoid endless sleep after disconnect
      ALSA: Fix card refcount unbalance
      ALSA: usb-audio: Fix mutex deadlock at disconnection

Thomas Gleixner (1):
      futex: Handle futex_pi OWNER_DIED take over correctly

Thomas Hellstrom (1):
      drm/vmwgfx: Fix hibernation device reset

Tom Parkin (1):
      l2tp: fix oops in l2tp_eth_create() error path

Trond Myklebust (2):
      NFSv4: nfs4_locku_done must release the sequence id
      NFS: Fix Oopses in nfs_lookup_revalidate and nfs4_lookup_revalidate

Zijie Pan (1):
      sctp: fix call to SCTP_CMD_PROCESS_SACK in sctp_cmd_interpreter()


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

             reply	other threads:[~2012-11-17 21:31 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-17 21:31 Greg KH [this message]
2012-11-17 21:32 ` Linux 3.0.52 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=20121117213113.GA8339@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=akpm@linux-foundation.org \
    --cc=jslaby@suse.cz \
    --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 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.