The Linux Kernel Mailing List
 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.4.50
Date: Thu, 20 Jun 2013 12:29:14 -0700	[thread overview]
Message-ID: <20130620192914.GA27830@kroah.com> (raw)

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

I'm announcing the release of the 3.4.50 kernel.

All users of the 3.4 kernel series must upgrade.

The updated 3.4.y git tree can be found at:
	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.4.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 
 arch/powerpc/include/asm/exception-64s.h   |    2 
 arch/powerpc/kernel/irq.c                  |    2 
 arch/powerpc/kernel/process.c              |    4 
 arch/x86/kernel/relocate_kernel_64.S       |    2 
 drivers/block/cciss.c                      |   32 +++----
 drivers/gpu/drm/gma500/cdv_intel_display.c |   14 +++
 drivers/gpu/drm/gma500/psb_intel_display.c |   14 +++
 drivers/gpu/drm/i915/intel_sdvo.c          |   10 +-
 drivers/md/raid1.c                         |   12 ++
 drivers/md/raid10.c                        |   12 ++
 drivers/net/wireless/ath/ath9k/Kconfig     |   10 +-
 drivers/net/wireless/ath/ath9k/Makefile    |    2 
 drivers/net/wireless/ath/ath9k/init.c      |    7 -
 drivers/net/wireless/ath/ath9k/rc.h        |    2 
 drivers/net/wireless/b43/main.c            |    2 
 drivers/rtc/rtc-twl.c                      |    1 
 fs/ceph/locks.c                            |   73 +++++++++++-------
 fs/ceph/mds_client.c                       |   90 ++++++++++++----------
 fs/ceph/super.c                            |    7 +
 fs/ceph/super.h                            |   11 +-
 include/linux/ceph/auth.h                  |   18 ++++
 include/linux/cpu.h                        |    4 
 include/linux/swapops.h                    |    3 
 include/net/bluetooth/hci_core.h           |    1 
 include/net/bluetooth/mgmt.h               |    1 
 kernel/cpu.c                               |   55 +++++--------
 kernel/sys.c                               |   29 ++++++-
 mm/hugetlb.c                               |    2 
 mm/migrate.c                               |   23 ++++-
 mm/swap_state.c                            |   18 ++++
 net/bluetooth/hci_core.c                   |    6 +
 net/bluetooth/mgmt.c                       |   21 +++++
 net/ceph/auth.c                            |  117 ++++++++++++++++++++++++-----
 net/ceph/auth_x.c                          |   24 +++++
 net/ceph/auth_x.h                          |    1 
 net/ceph/messenger.c                       |    3 
 net/ceph/mon_client.c                      |    7 -
 net/ceph/osd_client.c                      |   29 +++----
 39 files changed, 478 insertions(+), 195 deletions(-)

Alex Elder (1):
      libceph: must hold mutex for reset_changed_osds()

Alex Lyakas (1):
      md/raid1: consider WRITE as successful only if at least one non-Faulty and non-rebuilding drive completed it.

Benjamin Herrenschmidt (1):
      powerpc: Fix missing/delayed calls to irq_work

Daniel Vetter (1):
      drm/i915: prefer VBT modes for SVDO-LVDS over EDID

Greg Kroah-Hartman (1):
      Linux 3.4.50

Jim Schutt (2):
      ceph: add cpu_to_le32() calls when encoding a reconnect capability
      ceph: ceph_pagelist_append might sleep while atomic

Johan Hedberg (1):
      Bluetooth: Fix mgmt handling of power on failures

Kees Cook (2):
      b43: stop format string leaking into error msgs
      x86: Fix typo in kexec register clearing

Michael Ellerman (1):
      powerpc: Fix stack overflow crash in resume_kernel when ftracing

Naoya Horiguchi (1):
      mm: migration: add migrate_entry_wait_huge()

Patrik Jakobsson (2):
      drm/gma500/psb: Unpin framebuffer on crtc disable
      drm/gma500/cdv: Unpin framebuffer on crtc disable

Rafael Aquini (1):
      swap: avoid read_swap_cache_async() race to deadlock while waiting on discard I/O completion

Robin Holt (1):
      reboot: rigrate shutdown/reboot to boot cpu

Sage Weil (6):
      libceph: clear messenger auth_retry flag when we authenticate
      libceph: fix authorizer invalidation
      libceph: add update_authorizer auth method
      libceph: wrap auth ops in wrapper functions
      libceph: wrap auth methods in a mutex
      ceph: fix statvfs fr_size

Srivatsa S. Bhat (1):
      CPU hotplug: provide a generic helper to disable/enable CPU hotplug

Stephen M. Cameron (1):
      cciss: fix broken mutex usage in ioctl

Sujith Manoharan (2):
      ath9k: Disable PowerSave by default
      ath9k: Use minstrel rate control by default

Tony Lindgren (1):
      drivers/rtc/rtc-twl.c: fix missing device_init_wakeup() when booted with device tree


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

             reply	other threads:[~2013-06-20 19:29 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-20 19:29 Greg KH [this message]
2013-06-20 19:29 ` Linux 3.4.50 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=20130620192914.GA27830@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox