public inbox for linux-kernel@vger.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.4.49
Date: Thu, 13 Jun 2013 10:11:23 -0700	[thread overview]
Message-ID: <20130613171123.GA18119@kroah.com> (raw)

I'm announcing the release of the 3.4.49 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/platforms/pseries/eeh_pseries.c |   12 ++---
 drivers/acpi/video.c                         |   16 +++++++
 drivers/gpu/drm/drm_irq.c                    |    6 ++
 drivers/gpu/drm/gma500/framebuffer.c         |    4 -
 drivers/gpu/drm/i915/intel_lvds.c            |    4 -
 drivers/gpu/drm/i915/intel_sdvo.c            |    2 
 drivers/gpu/drm/radeon/atombios_encoders.c   |   11 +++--
 drivers/gpu/drm/radeon/evergreen.c           |   10 ++--
 drivers/gpu/drm/radeon/ni.c                  |   10 ++--
 drivers/gpu/drm/radeon/r100.c                |    9 ++--
 drivers/gpu/drm/radeon/r300.c                |    9 ++--
 drivers/gpu/drm/radeon/r420.c                |   10 ++--
 drivers/gpu/drm/radeon/r520.c                |    9 ++--
 drivers/gpu/drm/radeon/r600.c                |   10 ++--
 drivers/gpu/drm/radeon/rs400.c               |    9 ++--
 drivers/gpu/drm/radeon/rs600.c               |    9 ++--
 drivers/gpu/drm/radeon/rs690.c               |    9 ++--
 drivers/gpu/drm/radeon/rv515.c               |    9 ++--
 drivers/gpu/drm/radeon/rv770.c               |   10 ++--
 drivers/gpu/drm/radeon/si.c                  |   10 ++--
 drivers/hwmon/adm1021.c                      |   58 +++++++++++++++++++++++----
 drivers/usb/host/ehci-sched.c                |    2 
 drivers/usb/host/xhci-mem.c                  |   10 +++-
 drivers/usb/host/xhci.c                      |   12 +++++
 drivers/usb/serial/ark3116.c                 |    2 
 drivers/usb/serial/cypress_m8.c              |   18 +++++++-
 drivers/usb/serial/cypress_m8.h              |    4 +
 drivers/usb/serial/ftdi_sio.c                |    2 
 drivers/usb/serial/iuu_phoenix.c             |    4 -
 drivers/usb/serial/keyspan.c                 |    2 
 drivers/usb/serial/mos7720.c                 |   25 ++++++++---
 drivers/usb/serial/option.c                  |    2 
 drivers/usb/serial/visor.c                   |    9 ++++
 drivers/usb/serial/whiteheat.c               |    2 
 drivers/xen/xen-pciback/pciback_ops.c        |   16 ++++---
 include/linux/ftrace.h                       |    3 -
 kernel/trace/ftrace.c                        |   36 ++++++++--------
 kernel/trace/trace_stack.c                   |    2 
 sound/usb/mixer.c                            |    1 
 sound/usb/quirks-table.h                     |   14 +++++-
 41 files changed, 286 insertions(+), 118 deletions(-)

Adis Hamzić (1):
      radeon: Fix system hang issue when using KMS with older cards

Alan Stern (1):
      USB: revert periodic scheduling bugfix

Alex Deucher (1):
      drm/radeon: don't allow audio on DCE6

Alex Hung (1):
      ACPI / video: ignore BIOS initial backlight value for HP m4

Ash Willis (1):
      ACPI / video: ignore BIOS initial backlight value for HP Pavilion g6

Ben Mesman (1):
      drm/i915: no lvds quirk for hp t5740

Bjørn Mork (1):
      USB: option: blacklist network interface on Huawei E1820

Clemens Ladisch (1):
      ALSA: usb-audio: fix Roland/Cakewalk UM-3G support

Egbert Eich (1):
      drm/i915/sdvo: Use &intel_sdvo->ddc instead of intel_sdvo->i2c for DDC.

Gavin Shan (1):
      powerpc/eeh: Don't check RTAS token to get PE addr

Greg Kroah-Hartman (1):
      Linux 3.4.49

Guenter Roeck (1):
      hwmon: (adm1021) Strengthen chip detection for ADM1021, LM84 and MAX1617

Huacai Chen (1):
      drm: fix a use-after-free when GPU acceleration disabled

Jan Beulich (1):
      xen-pciback: rate limit error messages from xen_pcibk_enable_msi{,x}()

Johan Hovold (9):
      USB: iuu_phoenix: fix bulk-message timeout
      USB: keyspan: fix bogus array index
      USB: ark3116: fix control-message timeout
      USB: visor: fix initialisation of Treo/Kyocera devices
      USB: whiteheat: fix broken port configuration
      USB: serial: fix Treo/Kyocera interrrupt-in urb context
      USB: mos7720: fix DMA to stack
      USB: mos7720: fix message timeouts
      USB: mos7720: fix hardware flow control

Namhyung Kim (1):
      tracing: Fix possible NULL pointer dereferences

Patrik Jakobsson (1):
      drm/gma500: Increase max resolution for mode setting

Robert Butora (1):
      USB: Serial: cypress_M8: Enable FRWD Dongle hidcom device

Sergio Aguirre (1):
      xhci-mem: init list heads at the beginning of init

Steven Rostedt (1):
      ftrace: Move ftrace_filter_lseek out of CONFIG_DYNAMIC_FTRACE section

Takashi Iwai (2):
      ALSA: usb-audio - Apply Logitech QuickCam Pro 9000 quirk only to audio iface
      ALSA: usb-audio - Fix invalid volume resolution on Logitech HD webcam c270

Tony Camuso (1):
      xhci - correct comp_mode_recovery_timer on return from hibernate

Vladimir Murzin (1):
      xhci: fix list access before init

Ying Xue (1):
      USB: ftdi_sio: Quiet sparse noise about using plain integer was NULL pointer


             reply	other threads:[~2013-06-13 17:10 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-13 17:11 Greg KH [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-06-13 17:12 Linux 3.4.49 Greg KH
2013-06-13 17:12 ` 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=20130613171123.GA18119@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