From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: linux-kernel@vger.kernel.org
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
torvalds@linux-foundation.org, akpm@linux-foundation.org,
stable@vger.kernel.org
Subject: [ 00/34] 3.4.59-stable review
Date: Sun, 18 Aug 2013 13:34:13 -0700 [thread overview]
Message-ID: <20130818203259.653403173@linuxfoundation.org> (raw)
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@linuxfoundation.org>
Linux 3.4.59-rc1
Jan Kara <jack@suse.cz>
jbd2: Fix use after free after error in jbd2_journal_dirty_metadata()
Geert Uytterhoeven <geert@linux-m68k.org>
m68k/atari: ARAnyM - Fix NatFeat module support
Andreas Schwab <schwab@linux-m68k.org>
m68k: Truncate base in do_div()
Will Deacon <will.deacon@arm.com>
ARM: 7809/1: perf: fix event validation for software group leaders
Geert Uytterhoeven <geert@linux-m68k.org>
xtensa: replace xtensa-specific _f{data,text} by _s{data,text}
Max Filippov <jcmvbkbc@gmail.com>
xtensa: fix linker script transformation for .text.unlikely
Johan Hovold <jhovold@gmail.com>
USB: mos7720: fix broken control requests
Oliver Neukum <oneukum@suse.de>
usb: add two quirky touchscreen
Johannes Berg <johannes.berg@intel.com>
genetlink: fix family dump race
Stephane Grosjean <s.grosjean@peak-system.com>
can: pcan_usb: fix wrong memcpy() bytes length
Stanislaw Gruszka <sgruszka@redhat.com>
iwl4965: reset firmware after rfkill off
Stanislaw Gruszka <sgruszka@redhat.com>
iwl4965: set power mode early
Nicolas Dichtel <nicolas.dichtel@6wind.com>
af_key: initialize satype in key_notify_policy_flush()
Ralf Baechle <ralf@linux-mips.org>
MIPS: Rewrite pfn_valid to work in modules, too.
David S. Miller <davem@davemloft.net>
sparc32: Add ucmpdi2.o to obj-y instead of lib-y.
Sam Ravnborg <sam@ravnborg.org>
sparc32: add ucmpdi2
NeilBrown <neilb@suse.de>
md/raid1,raid10: use freeze_array in place of raise_barrier in various places.
Will Deacon <will.deacon@arm.com>
alpha: makefile: don't enforce small data model for kernel builds
Benjamin Herrenschmidt <benh@kernel.crashing.org>
powerpc/numa: Avoid stupid uninitialized warning from gcc
Thomas Gleixner <tglx@linutronix.de>
frv: Use core allocator for task_struct
Thomas Gleixner <tglx@linutronix.de>
frv: Use correct size for task_struct allocation
Zhang Yi <wetpzy@gmail.com>
futex: Take hugepages into account when generating futex_key
Jesper Nilsson <jesper.nilsson@axis.com>
CRIS: Add _sdata to vmlinux.lds.S
Paul Gortmaker <paul.gortmaker@windriver.com>
cris: Remove old legacy "-traditional" flag from arch-v10/lib/Makefile
Jiri Slaby <jslaby@suse.cz>
cris: posix_types.h, include asm-generic/posix_types.h
Linus Torvalds <torvalds@linux-foundation.org>
vm: add no-mmu vm_iomap_memory() stub
Jiri Slaby <jslaby@suse.cz>
HID: microsoft: do not use compound literal - fix build
Paul Bolle <pebolle@tiscali.nl>
sound: Fix make allmodconfig on MIPS correctly
Takashi Iwai <tiwai@suse.de>
sound: Fix make allmodconfig on MIPS
Michal Simek <michal.simek@xilinx.com>
microblaze: Update microblaze defconfigs
Markos Chandras <markos.chandras@imgtec.com>
MIPS: Expose missing pci_io{map,unmap} declarations
Daniel Vetter <daniel.vetter@ffwll.ch>
drm/i915/lvds: ditch ->prepare special case
yonghua zheng <younghua.zheng@gmail.com>
fs/proc/task_mmu.c: fix buffer overflow in add_page_map()
Stephen Boyd <sboyd@codeaurora.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(-)
next reply other threads:[~2013-08-18 20:33 UTC|newest]
Thread overview: 50+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-08-18 20:34 Greg Kroah-Hartman [this message]
2013-08-18 20:34 ` [ 01/34] perf/arm: Fix armpmu_map_hw_event() Greg Kroah-Hartman
2013-08-18 20:34 ` [ 02/34] fs/proc/task_mmu.c: fix buffer overflow in add_page_map() Greg Kroah-Hartman
2013-08-18 20:34 ` [ 03/34] drm/i915/lvds: ditch ->prepare special case Greg Kroah-Hartman
2013-08-18 20:34 ` [ 04/34] MIPS: Expose missing pci_io{map,unmap} declarations Greg Kroah-Hartman
2013-08-18 20:34 ` [ 05/34] microblaze: Update microblaze defconfigs Greg Kroah-Hartman
2013-08-18 20:34 ` [ 06/34] sound: Fix make allmodconfig on MIPS Greg Kroah-Hartman
2013-08-18 20:34 ` [ 07/34] sound: Fix make allmodconfig on MIPS correctly Greg Kroah-Hartman
2013-08-18 20:34 ` [ 08/34] HID: microsoft: do not use compound literal - fix build Greg Kroah-Hartman
2013-08-18 20:34 ` [ 09/34] vm: add no-mmu vm_iomap_memory() stub Greg Kroah-Hartman
2013-08-18 20:34 ` [ 10/34] cris: posix_types.h, include asm-generic/posix_types.h Greg Kroah-Hartman
2013-08-18 20:34 ` [ 11/34] cris: Remove old legacy "-traditional" flag from arch-v10/lib/Makefile Greg Kroah-Hartman
2013-08-18 20:34 ` [ 12/34] CRIS: Add _sdata to vmlinux.lds.S Greg Kroah-Hartman
2013-08-18 20:34 ` [ 13/34] futex: Take hugepages into account when generating futex_key Greg Kroah-Hartman
2013-08-18 20:34 ` [ 14/34] frv: Use correct size for task_struct allocation Greg Kroah-Hartman
2013-08-18 20:34 ` [ 15/34] frv: Use core allocator for task_struct Greg Kroah-Hartman
2013-08-18 20:34 ` [ 16/34] powerpc/numa: Avoid stupid uninitialized warning from gcc Greg Kroah-Hartman
2013-08-18 20:34 ` [ 17/34] alpha: makefile: dont enforce small data model for kernel builds Greg Kroah-Hartman
2013-08-18 20:34 ` [ 18/34] md/raid1,raid10: use freeze_array in place of raise_barrier in various places Greg Kroah-Hartman
2013-08-18 20:34 ` [ 19/34] sparc32: add ucmpdi2 Greg Kroah-Hartman
2013-08-18 20:34 ` [ 20/34] sparc32: Add ucmpdi2.o to obj-y instead of lib-y Greg Kroah-Hartman
2013-08-18 20:34 ` [ 21/34] MIPS: Rewrite pfn_valid to work in modules, too Greg Kroah-Hartman
2013-08-18 20:34 ` [ 22/34] af_key: initialize satype in key_notify_policy_flush() Greg Kroah-Hartman
2013-08-18 20:34 ` [ 23/34] iwl4965: set power mode early Greg Kroah-Hartman
2013-08-18 20:34 ` [ 24/34] iwl4965: reset firmware after rfkill off Greg Kroah-Hartman
2013-08-18 20:34 ` [ 25/34] can: pcan_usb: fix wrong memcpy() bytes length Greg Kroah-Hartman
2013-08-18 20:34 ` [ 26/34] genetlink: fix family dump race Greg Kroah-Hartman
2013-08-18 20:34 ` [ 27/34] usb: add two quirky touchscreen Greg Kroah-Hartman
2013-08-18 20:34 ` [ 28/34] USB: mos7720: fix broken control requests Greg Kroah-Hartman
2013-08-18 20:34 ` [ 29/34] xtensa: fix linker script transformation for .text.unlikely Greg Kroah-Hartman
2013-08-18 20:34 ` [ 30/34] xtensa: replace xtensa-specific _f{data,text} by _s{data,text} Greg Kroah-Hartman
2013-08-18 20:34 ` [ 31/34] ARM: 7809/1: perf: fix event validation for software group leaders Greg Kroah-Hartman
2013-08-18 20:34 ` [ 32/34] m68k: Truncate base in do_div() Greg Kroah-Hartman
2013-08-18 20:34 ` [ 33/34] m68k/atari: ARAnyM - Fix NatFeat module support Greg Kroah-Hartman
2013-08-18 20:34 ` [ 34/34] jbd2: Fix use after free after error in jbd2_journal_dirty_metadata() Greg Kroah-Hartman
2013-08-19 1:49 ` [ 00/34] 3.4.59-stable review Guenter Roeck
2013-08-19 18:02 ` Shuah Khan
2013-08-19 19:35 ` Greg Kroah-Hartman
2013-08-19 20:14 ` Stefan Lippers-Hollmann
2013-08-19 22:22 ` Shuah Khan
2013-08-19 22:30 ` Greg Kroah-Hartman
2013-08-20 7:36 ` Berg, Johannes
2013-08-20 15:24 ` Greg Kroah-Hartman
2013-08-20 15:32 ` Berg, Johannes
2013-08-20 15:53 ` Hugh Dickins
2013-08-20 16:03 ` Greg Kroah-Hartman
2013-08-20 16:25 ` Hugh Dickins
2013-08-20 16:43 ` Steven Rostedt
2013-08-20 16:43 ` Shuah Khan
2013-08-19 22:31 ` Shuah Khan
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=20130818203259.653403173@linuxfoundation.org \
--to=gregkh@linuxfoundation.org \
--cc=akpm@linux-foundation.org \
--cc=linux-kernel@vger.kernel.org \
--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;
as well as URLs for NNTP newsgroup(s).