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 <[email protected]>
    Linux 3.4.59-rc1

Jan Kara <[email protected]>
    jbd2: Fix use after free after error in jbd2_journal_dirty_metadata()

Geert Uytterhoeven <[email protected]>
    m68k/atari: ARAnyM - Fix NatFeat module support

Andreas Schwab <[email protected]>
    m68k: Truncate base in do_div()

Will Deacon <[email protected]>
    ARM: 7809/1: perf: fix event validation for software group leaders

Geert Uytterhoeven <[email protected]>
    xtensa: replace xtensa-specific _f{data,text} by _s{data,text}

Max Filippov <[email protected]>
    xtensa: fix linker script transformation for .text.unlikely

Johan Hovold <[email protected]>
    USB: mos7720: fix broken control requests

Oliver Neukum <[email protected]>
    usb: add two quirky touchscreen

Johannes Berg <[email protected]>
    genetlink: fix family dump race

Stephane Grosjean <[email protected]>
    can: pcan_usb: fix wrong memcpy() bytes length

Stanislaw Gruszka <[email protected]>
    iwl4965: reset firmware after rfkill off

Stanislaw Gruszka <[email protected]>
    iwl4965: set power mode early

Nicolas Dichtel <[email protected]>
    af_key: initialize satype in key_notify_policy_flush()

Ralf Baechle <[email protected]>
    MIPS: Rewrite pfn_valid to work in modules, too.

David S. Miller <[email protected]>
    sparc32: Add ucmpdi2.o to obj-y instead of lib-y.

Sam Ravnborg <[email protected]>
    sparc32: add ucmpdi2

NeilBrown <[email protected]>
    md/raid1,raid10: use freeze_array in place of raise_barrier in various 
places.

Will Deacon <[email protected]>
    alpha: makefile: don't enforce small data model for kernel builds

Benjamin Herrenschmidt <[email protected]>
    powerpc/numa: Avoid stupid uninitialized warning from gcc

Thomas Gleixner <[email protected]>
    frv: Use core allocator for task_struct

Thomas Gleixner <[email protected]>
    frv: Use correct size for task_struct allocation

Zhang Yi <[email protected]>
    futex: Take hugepages into account when generating futex_key

Jesper Nilsson <[email protected]>
    CRIS: Add _sdata to vmlinux.lds.S

Paul Gortmaker <[email protected]>
    cris: Remove old legacy "-traditional" flag from arch-v10/lib/Makefile

Jiri Slaby <[email protected]>
    cris: posix_types.h, include asm-generic/posix_types.h

Linus Torvalds <[email protected]>
    vm: add no-mmu vm_iomap_memory() stub

Jiri Slaby <[email protected]>
    HID: microsoft: do not use compound literal - fix build

Paul Bolle <[email protected]>
    sound: Fix make allmodconfig on MIPS correctly

Takashi Iwai <[email protected]>
    sound: Fix make allmodconfig on MIPS

Michal Simek <[email protected]>
    microblaze: Update microblaze defconfigs

Markos Chandras <[email protected]>
    MIPS: Expose missing pci_io{map,unmap} declarations

Daniel Vetter <[email protected]>
    drm/i915/lvds: ditch ->prepare special case

yonghua zheng <[email protected]>
    fs/proc/task_mmu.c: fix buffer overflow in add_page_map()

Stephen Boyd <[email protected]>
    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 [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to