[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20130818203620.996166594@linuxfoundation.org>
Date: Sun, 18 Aug 2013 13:35:49 -0700
From: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To: linux-kernel@...r.kernel.org
Cc: Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
torvalds@...ux-foundation.org, akpm@...ux-foundation.org,
stable@...r.kernel.org
Subject: [ 00/45] 3.10.8-stable review
This is the start of the stable review cycle for the 3.10.8 release.
There are 45 patches in this series, all will be posted as a response
to this one. If anyone has any issues with these being applied, please
let me know.
Responses should be made by Tue Aug 20 20:36:09 UTC 2013.
Anything received after that time might be too late.
The whole patch series can be found in one patch at:
kernel.org/pub/linux/kernel/v3.0/stable-review/patch-3.10.8-rc1.gz
and the diffstat can be found below.
thanks,
greg k-h
-------------
Pseudo-Shortlog of commits:
Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Linux 3.10.8-rc1
Li Zefan <lizefan@...wei.com>
cpuset: fix the return value of cpuset_write_u64()
Jan Kara <jack@...e.cz>
jbd2: Fix use after free after error in jbd2_journal_dirty_metadata()
Guenter Roeck <linux@...ck-us.net>
s390: Fix broken build
Geert Uytterhoeven <geert@...ux-m68k.org>
m68k/atari: ARAnyM - Fix NatFeat module support
Andreas Schwab <schwab@...ux-m68k.org>
m68k: Truncate base in do_div()
Will Deacon <will.deacon@....com>
ARM: 7809/1: perf: fix event validation for software group leaders
Linus Torvalds <torvalds@...ux-foundation.org>
Fix TLB gather virtual address range invalidation corner cases
Thomas Pugliese <thomas.pugliese@...il.com>
wusbcore: fix kernel panic when disconnecting a wireless USB->serial device
Stephen Boyd <sboyd@...eaurora.org>
PM / QoS: Fix workqueue deadlock when using pm_qos_update_request_timeout()
Matt Burtch <matt@...d-net.com>
USB-Serial: Fix error handling of usb_wwan
Alan Stern <stern@...land.harvard.edu>
USB: EHCI: accept very late isochronous URBs
Johan Hovold <jhovold@...il.com>
USB: keyspan: fix null-deref at disconnect and release
Johan Hovold <jhovold@...il.com>
USB: mos7720: fix broken control requests
Johan Hovold <jhovold@...il.com>
USB: mos7840: fix big-endian probe
Johan Hovold <jhovold@...il.com>
USB: ti_usb_3410_5052: fix big-endian firmware handling
Oliver Neukum <oneukum@...e.de>
usb: add two quirky touchscreen
Johannes Berg <johannes.berg@...el.com>
nl80211: fix another nl80211_fam.attrbuf race
Takashi Iwai <tiwai@...e.de>
ALSA: hda - Add a fixup for Gateway LT27
Takashi Iwai <tiwai@...e.de>
ALSA: hda - Add pinfix for LG LW25 laptop
Takashi Iwai <tiwai@...e.de>
ALSA: hda - Fix missing mute controls for CX5051
Torsten Schenk <torsten.schenk@...o.com>
ALSA: 6fire: make buffers DMA-able (midi)
Torsten Schenk <torsten.schenk@...o.com>
ALSA: 6fire: make buffers DMA-able (pcm)
Maksim A. Boyko <maksboyko@...dex.ru>
ALSA: usb-audio: Fix invalid volume resolution for Logitech HD Webcam C525
Stephen Warren <swarren@...dia.com>
ASoC: tegra: fix Tegra30 I2S capture parameter setup
Brian Austin <brian.austin@...rus.com>
ASoC: cs42l52: Reorder Min/Max and update to SX_TLV for Beep Volume
Lars-Peter Clausen <lars@...afoo.de>
ASoC: dapm: Fix empty list check in dapm_new_mux()
Johannes Berg <johannes.berg@...el.com>
cfg80211: fix P2P GO interface teardown
Johannes Berg <johannes.berg@...el.com>
genetlink: fix family dump race
Stephane Grosjean <s.grosjean@...k-system.com>
can: pcan_usb: fix wrong memcpy() bytes length
Johannes Berg <johannes.berg@...el.com>
mac80211: continue using disabled channels while connected
Chris Wright <chrisw@...s-sol.org>
mac80211: fix infinite loop in ieee80211_determine_chantype
Johannes Berg <johannes.berg@...el.com>
mac80211: ignore HT primary channel while connected
Stanislaw Gruszka <sgruszka@...hat.com>
iwl4965: reset firmware after rfkill off
Stanislaw Gruszka <sgruszka@...hat.com>
iwl4965: set power mode early
Marc Zyngier <marc.zyngier@....com>
ARM: KVM: clear exclusive monitor on all exception returns
Marc Zyngier <marc.zyngier@....com>
ARM: KVM: add missing dsb before invalidating Stage-2 TLBs
Marc Zyngier <marc.zyngier@....com>
ARM: KVM: perform save/restore of PAR
Jianpeng Ma <majianpeng@...il.com>
elevator: Fix a race in elevator switching
Peter Zijlstra <peterz@...radead.org>
sched: Ensure update_cfs_shares() is called for parents of continuously-running tasks
yonghua zheng <younghua.zheng@...il.com>
fs/proc/task_mmu.c: fix buffer overflow in add_page_map()
Radu Caragea <sinaelgl@...il.com>
x86 get_unmapped_area(): use proper mmap base for bottom-up direction
Michal Simek <michal.simek@...inx.com>
microblaze: fix clone syscall
Andrey Vagin <avagin@...nvz.org>
memcg: don't initialize kmem-cache destroying work for root caches
Stephen Boyd <sboyd@...eaurora.org>
perf/arm: Fix armpmu_map_hw_event()
Vince Weaver <vincent.weaver@...ne.edu>
perf/x86: Fix intel QPI uncore event definitions
-------------
Diffstat:
Makefile | 4 +--
arch/Kconfig | 6 ++++
arch/arm/include/asm/kvm_asm.h | 22 +++++++-------
arch/arm/include/asm/tlb.h | 7 +++--
arch/arm/kernel/perf_event.c | 10 ++++++-
arch/arm/kvm/coproc.c | 4 +++
arch/arm/kvm/interrupts.S | 16 ++++++++++-
arch/arm/kvm/interrupts_head.S | 10 +++++--
arch/arm64/include/asm/tlb.h | 7 +++--
arch/ia64/include/asm/tlb.h | 9 ++++--
arch/m68k/emu/natfeat.c | 23 ++++++++++++---
arch/m68k/include/asm/div64.h | 9 +++---
arch/microblaze/Kconfig | 2 +-
arch/s390/include/asm/tlb.h | 8 ++++--
arch/sh/include/asm/tlb.h | 6 ++--
arch/um/include/asm/tlb.h | 6 ++--
arch/x86/kernel/cpu/perf_event_intel_uncore.c | 4 +--
arch/x86/kernel/sys_x86_64.c | 2 +-
arch/x86/mm/mmap.c | 2 +-
block/cfq-iosched.c | 17 +++++++++--
block/deadline-iosched.c | 16 +++++++++--
block/elevator.c | 25 ++++------------
block/noop-iosched.c | 17 +++++++++--
drivers/net/can/usb/peak_usb/pcan_usb.c | 2 +-
drivers/net/wireless/iwlegacy/4965-mac.c | 16 +++++------
drivers/net/wireless/iwlegacy/common.c | 1 +
drivers/usb/core/quirks.c | 6 ++++
drivers/usb/host/ehci-sched.c | 13 ++++-----
drivers/usb/serial/keyspan.c | 2 +-
drivers/usb/serial/mos7720.c | 21 +++++++++-----
drivers/usb/serial/mos7840.c | 2 +-
drivers/usb/serial/ti_usb_3410_5052.c | 9 +++---
drivers/usb/serial/usb_wwan.c | 20 ++++++-------
drivers/usb/wusbcore/wa-xfer.c | 9 ++++--
fs/exec.c | 4 +--
fs/ext4/ext4_jbd2.c | 8 +++---
fs/proc/task_mmu.c | 8 +++---
include/asm-generic/tlb.h | 2 +-
include/linux/elevator.h | 6 +++-
include/linux/sched.h | 1 +
include/linux/syscalls.h | 5 ++++
kernel/cpuset.c | 6 ++--
kernel/fork.c | 6 ++++
kernel/power/qos.c | 13 ++++++++-
kernel/sched/fair.c | 1 +
mm/hugetlb.c | 2 +-
mm/memcontrol.c | 4 +--
mm/memory.c | 36 +++++++++++++----------
mm/mmap.c | 4 +--
net/mac80211/mlme.c | 39 +++++++++++++++----------
net/netlink/genetlink.c | 7 +++++
net/wireless/core.c | 1 +
net/wireless/nl80211.c | 6 ++--
sound/pci/hda/hda_generic.c | 6 ++--
sound/pci/hda/patch_realtek.c | 11 +++++++
sound/soc/codecs/cs42l52.c | 2 +-
sound/soc/soc-dapm.c | 7 +++--
sound/soc/tegra/tegra30_i2s.c | 2 +-
sound/usb/6fire/midi.c | 16 ++++++++++-
sound/usb/6fire/midi.h | 6 +---
sound/usb/6fire/pcm.c | 41 ++++++++++++++++++++++++++-
sound/usb/6fire/pcm.h | 2 +-
sound/usb/mixer.c | 1 +
63 files changed, 406 insertions(+), 180 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists