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.24
Date: Mon, 17 Dec 2012 11:34:59 -0800 [thread overview]
Message-ID: <20121217193459.GA22039@kroah.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 4483 bytes --]
I'm announcing the release of the 3.4.24 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/arm/include/asm/hwcap.h | 3 -
arch/arm/include/asm/vfpmacros.h | 12 ++---
arch/arm/vfp/vfpmodule.c | 9 ++--
arch/x86/kernel/hpet.c | 4 -
drivers/acpi/battery.c | 77 +++++++++++++++++++++++++++++++++++
drivers/acpi/sleep.c | 8 +++
drivers/acpi/video.c | 14 ++++++
drivers/gpu/drm/i915/intel_bios.c | 11 -----
drivers/gpu/drm/i915/intel_display.c | 11 +++++
drivers/hwmon/fam15h_power.c | 4 +
drivers/mmc/host/sh_mmcif.c | 8 ---
drivers/pnp/pnpacpi/core.c | 3 +
drivers/staging/telephony/ixj.c | 24 +++++-----
drivers/usb/class/cdc-acm.c | 38 +++++++++++++++++
drivers/usb/host/ohci-q.c | 19 ++++++++
drivers/usb/host/xhci-pci.c | 7 ++-
drivers/usb/serial/cp210x.c | 1
drivers/usb/serial/ftdi_sio.c | 3 -
drivers/usb/serial/ftdi_sio_ids.h | 6 ++
drivers/usb/serial/option.c | 25 +++++++++++
drivers/usb/storage/Kconfig | 2
include/linux/mempolicy.h | 16 -------
kernel/rcutree.c | 14 +++---
kernel/trace/ftrace.c | 2
kernel/workqueue.c | 4 -
mm/dmapool.c | 31 +++-----------
mm/mempolicy.c | 22 ----------
mm/shmem.c | 26 +++++++----
sound/soc/Makefile | 5 +-
tools/perf/builtin-test.c | 38 +++++------------
31 files changed, 295 insertions(+), 154 deletions(-)
Alan Stern (1):
USB: OHCI: workaround for hardware bug: retired TDs not added to the Done Queue
Bjørn Mork (1):
USB: option: blacklist network interface on Huawei E173
Boris Ostrovsky (1):
x86,AMD: Power driver support for AMD's family 16h processors
Chris Ball (1):
Revert misapplied "mmc: sh-mmcif: avoid oops on spurious interrupts"
Dan Carpenter (2):
telephony: ijx: buffer overflow in ixj_write_cid()
ftrace: Clear bits properly in reset_iter_read()
Dan Williams (1):
cdc-acm: implement TIOCSSERIAL to avoid blocking close(2)
Eric Dumazet (1):
rcu: Fix batch-limit size problem
Greg Kroah-Hartman (2):
USB: mark uas driver as BROKEN
Linux 3.4.24
Guennadi Liakhovetski (1):
mmc: sh-mmcif: avoid oops on spurious interrupts (second try)
Jan Beulich (1):
x86: hpet: Fix masking of MSI interrupts
Jani Nikula (2):
drm/i915: do not ignore eDP bpc settings from vbt
drm/i915: do not default to 18 bpp for eDP if missing from VBT
Kamil Iskra (1):
ACPI / battery: Correct battery capacity values on Thinkpads
Lan Tianyu (1):
ACPI / PM: Add Sony Vaio VPCEB1S1E to nonvs blacklist.
Marek Szyprowski (1):
mm: dmapool: use provided gfp flags for all dma_alloc_coherent() calls
Markus Becker (1):
USB: cp210x: add Virtenio Preon32 device id
Martin Teichmann (1):
USB: ftdi_sio: Add support for Newport AGILIS motor drivers
Mel Gorman (1):
tmpfs: fix shared mempolicy leak
Paul Walmsley (1):
ARM: 7566/1: vfp: fix save and restore when running on pre-VFPv3 and CONFIG_VFPv3 set
Peter Korsgaard (1):
usb: ftdi_sio: fixup BeagleBone A5+ quirk
Peter Ujfalusi (1):
ASoC: dmaengine: Correct Makefile when sound is built as module
Rafael J. Wysocki (1):
ACPI / PNP: Do not crash due to stale pointer use during system resume
Sarah Sharp (1):
xhci: Extend Fresco Logic MSI quirk.
Tejun Heo (1):
workqueue: convert BUG_ON()s in __queue_delayed_work() to WARN_ON_ONCE()s
Zhang Rui (1):
ACPI / video: ignore BIOS initial backlight value for HP Folio 13-2000
Zheng Liu (1):
perf test: fix a build error on builtin-test
li.rui27@zte.com.cn (1):
USB: add new zte 3g-dongle's pid to option.c
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
next reply other threads:[~2012-12-17 19:35 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-12-17 19:34 Greg KH [this message]
2012-12-17 19:35 ` Linux 3.4.24 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=20121217193459.GA22039@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