[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20130818203259.653403173@linuxfoundation.org>
Date: Sun, 18 Aug 2013 13:34:13 -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/34] 3.4.59-stable review
This is the start of the stable review cycle for the 3.4.59 release.
There are 34 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.
Note, there are a number of "build fixes" in this round, in the quest to
get all arches building properly to be able to track future regressions
easier. Many thanks to Guenter Roeck and Geert Uytterhoeven for their
work in doing this.
Responses should be made by Tue Aug 20 20:32:48 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.4.59-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.4.59-rc1
Jan Kara <jack@...e.cz>
jbd2: Fix use after free after error in jbd2_journal_dirty_metadata()
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
Geert Uytterhoeven <geert@...ux-m68k.org>
xtensa: replace xtensa-specific _f{data,text} by _s{data,text}
Max Filippov <jcmvbkbc@...il.com>
xtensa: fix linker script transformation for .text.unlikely
Johan Hovold <jhovold@...il.com>
USB: mos7720: fix broken control requests
Oliver Neukum <oneukum@...e.de>
usb: add two quirky touchscreen
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
Stanislaw Gruszka <sgruszka@...hat.com>
iwl4965: reset firmware after rfkill off
Stanislaw Gruszka <sgruszka@...hat.com>
iwl4965: set power mode early
Nicolas Dichtel <nicolas.dichtel@...nd.com>
af_key: initialize satype in key_notify_policy_flush()
Ralf Baechle <ralf@...ux-mips.org>
MIPS: Rewrite pfn_valid to work in modules, too.
David S. Miller <davem@...emloft.net>
sparc32: Add ucmpdi2.o to obj-y instead of lib-y.
Sam Ravnborg <sam@...nborg.org>
sparc32: add ucmpdi2
NeilBrown <neilb@...e.de>
md/raid1,raid10: use freeze_array in place of raise_barrier in various places.
Will Deacon <will.deacon@....com>
alpha: makefile: don't enforce small data model for kernel builds
Benjamin Herrenschmidt <benh@...nel.crashing.org>
powerpc/numa: Avoid stupid uninitialized warning from gcc
Thomas Gleixner <tglx@...utronix.de>
frv: Use core allocator for task_struct
Thomas Gleixner <tglx@...utronix.de>
frv: Use correct size for task_struct allocation
Zhang Yi <wetpzy@...il.com>
futex: Take hugepages into account when generating futex_key
Jesper Nilsson <jesper.nilsson@...s.com>
CRIS: Add _sdata to vmlinux.lds.S
Paul Gortmaker <paul.gortmaker@...driver.com>
cris: Remove old legacy "-traditional" flag from arch-v10/lib/Makefile
Jiri Slaby <jslaby@...e.cz>
cris: posix_types.h, include asm-generic/posix_types.h
Linus Torvalds <torvalds@...ux-foundation.org>
vm: add no-mmu vm_iomap_memory() stub
Jiri Slaby <jslaby@...e.cz>
HID: microsoft: do not use compound literal - fix build
Paul Bolle <pebolle@...cali.nl>
sound: Fix make allmodconfig on MIPS correctly
Takashi Iwai <tiwai@...e.de>
sound: Fix make allmodconfig on MIPS
Michal Simek <michal.simek@...inx.com>
microblaze: Update microblaze defconfigs
Markos Chandras <markos.chandras@...tec.com>
MIPS: Expose missing pci_io{map,unmap} declarations
Daniel Vetter <daniel.vetter@...ll.ch>
drm/i915/lvds: ditch ->prepare special case
yonghua zheng <younghua.zheng@...il.com>
fs/proc/task_mmu.c: fix buffer overflow in add_page_map()
Stephen Boyd <sboyd@...eaurora.org>
perf/arm: Fix armpmu_map_hw_event()
-------------
Diffstat:
Makefile | 4 +-
arch/alpha/Makefile | 2 +-
arch/arm/kernel/perf_event.c | 10 ++++-
arch/cris/arch-v10/lib/Makefile | 3 --
arch/cris/include/asm/posix_types.h | 2 +
arch/cris/kernel/vmlinux.lds.S | 1 +
arch/frv/include/asm/thread_info.h | 2 -
arch/frv/kernel/process.c | 15 -------
arch/m68k/emu/natfeat.c | 23 +++++++++--
arch/m68k/include/asm/div64.h | 9 ++--
arch/microblaze/configs/mmu_defconfig | 49 +++++++++++++++-------
arch/microblaze/configs/nommu_defconfig | 71 +++++++++++++++++++-------------
arch/mips/Kconfig | 2 +-
arch/mips/include/asm/io.h | 5 +++
arch/mips/include/asm/page.h | 17 ++++----
arch/powerpc/mm/numa.c | 2 +-
arch/sparc/lib/Makefile | 2 +-
arch/sparc/lib/ucmpdi2.c | 19 +++++++++
arch/xtensa/kernel/Makefile | 1 +
arch/xtensa/kernel/vmlinux.lds.S | 3 +-
arch/xtensa/mm/init.c | 6 +--
drivers/gpu/drm/i915/intel_lvds.c | 8 +---
drivers/hid/hid-microsoft.c | 6 +--
drivers/md/raid1.c | 22 +++++-----
drivers/md/raid10.c | 14 +++----
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/serial/mos7720.c | 21 ++++++----
fs/ext4/ext4_jbd2.c | 8 ++--
fs/proc/task_mmu.c | 8 ++--
include/linux/hugetlb.h | 16 +++++++
kernel/futex.c | 3 +-
mm/hugetlb.c | 17 ++++++++
mm/nommu.c | 10 +++++
net/key/af_key.c | 1 +
net/netlink/genetlink.c | 7 ++++
sound/oss/Kconfig | 1 +
39 files changed, 269 insertions(+), 146 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