[PATCH 3.10 00/40] 3.10.43-stable review

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is the start of the stable review cycle for the 3.10.43 release.
There are 40 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 Wed Jun 11 22:48:25 UTC 2014.
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.43-rc1.gz
and the diffstat can be found below.

thanks,

greg k-h

-------------
Pseudo-Shortlog of commits:

Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
    Linux 3.10.43-rc1

Sergey Popovich <popovich_sergei@xxxxxxx>
    netfilter: Fix potential use after free in ip6_route_me_harder()

Will Deacon <will.deacon@xxxxxxx>
    ARM: perf: hook up perf_sample_event_took around pmu irq handling

Knut Petersen <Knut_Petersen@xxxxxxxxxxx>
    perf: Enforce 1 as lower limit for perf_event_max_sample_rate

Stephane Eranian <eranian@xxxxxxxxxx>
    perf: Fix interrupt handler timing harness

Dave Hansen <dave.hansen@xxxxxxxxxxxxxxx>
    perf: Drop sample rate when sampling is too slow

Nicholas Bellinger <nab@xxxxxxxxxxxxxxx>
    iser-target: Add missing target_put_sess_cmd for ImmedateData failure

Andrey Ryabinin <a.ryabinin@xxxxxxxxxxx>
    mm: rmap: fix use-after-free in __put_anon_vma

Alan Stern <stern@xxxxxxxxxxxxxxxxxxx>
    USB: Avoid runtime suspend loops for HCDs that can't handle suspend/resume

Johan Hovold <jhovold@xxxxxxxxx>
    USB: io_ti: fix firmware download on big-endian machines (part 2)

Alexej Starschenko <starschenko@xxxxxxxxx>
    USB: serial: option: add support for Novatel E371 PCIe card

Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
    USB: cdc-wdm: properly include types.h

Bjørn Mork <bjorn@xxxxxxx>
    usb: cdc-wdm: export cdc-wdm uapi header

George McCollister <george.mccollister@xxxxxxxxx>
    USB: ftdi_sio: add NovaTech OrionLXm product ID

Takashi Iwai <tiwai@xxxxxxx>
    ALSA: hda/realtek - Fix COEF widget NID for ALC260 replacer fixup

Ronan Marquet <ronan.marquet@xxxxxxxxx>
    ALSA: hda/realtek - Correction of fixup codes for PB V7900 laptop

Ian Abbott <abbotti@xxxxxxxxx>
    staging: comedi: ni_daq_700: add mux settling delay

Ben Hutchings <ben@xxxxxxxxxxxxxxx>
    Staging: speakup: Move pasting into a work item

Mathias Nyman <mathias.nyman@xxxxxxxxxxxxxxx>
    xhci: delete endpoints from bandwidth list before freeing whole device

NeilBrown <neilb@xxxxxxx>
    md: always set MD_RECOVERY_INTR when interrupting a reshape thread.

NeilBrown <neilb@xxxxxxx>
    md: always set MD_RECOVERY_INTR when aborting a reshape or other "resync".

Chris Wilson <chris@xxxxxxxxxxxxxxxxxx>
    drm/i915: Only copy back the modified fields to userspace from execbuffer

Lai Jiangshan <laijs@xxxxxxxxxxxxxx>
    sched: Fix hotplug vs. set_cpus_allowed_ptr()

Heinz Mauelshagen <heinzm@xxxxxxxxxx>
    dm cache: always split discards on cache block boundaries

Andrey Ryabinin <a.ryabinin@xxxxxxxxxxx>
    ARM: 8051/1: put_user: fix possible data corruption in put_user

Santosh Shilimkar <santosh.shilimkar@xxxxxx>
    ARM: OMAP4: Fix the boot regression with CPU_IDLE enabled

Laurent Pinchart <laurent.pinchart+renesas@xxxxxxxxxxxxxxxx>
    ARM: OMAP3: clock: Back-propagate rate change from cam_mclk to dpll4_m5 on all OMAP3 platforms

Emil Goode <emilgoode@xxxxxxxxx>
    ARM: imx: fix error handling in ipu device registration

Alex Deucher <alexdeucher@xxxxxxxxx>
    drm/radeon: handle non-VGA class pci devices with ATRM

Christian König <christian.koenig@xxxxxxx>
    drm/radeon: also try GART for CPU accessed buffers

Ben Skeggs <bskeggs@xxxxxxxxxx>
    drm/gf119-/disp: fix nasty bug which can clobber SOR0's clock setup

Jean Delvare <jdelvare@xxxxxxx>
    hwmon: (ntc_thermistor) Fix OF device ID mapping

Jean Delvare <jdelvare@xxxxxxx>
    hwmon: (ntc_thermistor) Fix dependencies

Johannes Berg <johannes.berg@xxxxxxxxx>
    Documentation: fix DOCBOOKS=... building

Naoya Horiguchi <n-horiguchi@xxxxxxxxxxxxx>
    mm/memory-failure.c: fix memory leak by race between poison and unpoison

David Ahern <dsahern@xxxxxxxxx>
    perf evsel: Fix printing of perf_event_paranoid message

Peter Zijlstra <peterz@xxxxxxxxxxxxx>
    perf: Fix race in removing an event

Peter Zijlstra <peterz@xxxxxxxxxxxxx>
    perf: Limit perf_event_attr::sample_period to 63 bits

Jiri Olsa <jolsa@xxxxxxxxxx>
    perf: Prevent false warning in perf_swevent_add

Thomas Gleixner <tglx@xxxxxxxxxxxxx>
    sched: Sanitize irq accounting madness

Steven Rostedt (Red Hat) <rostedt@xxxxxxxxxxx>
    sched: Use CPUPRI_NR_PRIORITIES instead of MAX_RT_PRIO in cpupri check


-------------

Diffstat:

 Documentation/DocBook/media/Makefile            |   2 +-
 Documentation/sysctl/kernel.txt                 |  26 ++++
 Makefile                                        |   4 +-
 arch/arm/include/asm/uaccess.h                  |   3 +-
 arch/arm/kernel/perf_event.c                    |  11 +-
 arch/arm/mach-imx/devices/platform-ipu-core.c   |   2 +-
 arch/arm/mach-omap2/cclock3xxx_data.c           |   3 +-
 arch/arm/mach-omap2/cpuidle44xx.c               |  25 +++-
 arch/x86/kernel/cpu/perf_event.c                |  12 +-
 drivers/gpu/drm/i915/i915_gem_execbuffer.c      |  54 ++++----
 drivers/gpu/drm/nouveau/core/engine/disp/nvd0.c |   2 +-
 drivers/gpu/drm/radeon/radeon_bios.c            |  14 +++
 drivers/gpu/drm/radeon/radeon_object.c          |  38 +++---
 drivers/hwmon/Kconfig                           |   2 +-
 drivers/hwmon/ntc_thermistor.c                  |  15 ++-
 drivers/infiniband/ulp/isert/ib_isert.c         |   2 +
 drivers/md/dm-cache-target.c                    |   2 +
 drivers/md/md.c                                 |   5 +-
 drivers/staging/comedi/drivers/ni_daq_700.c     |   2 +
 drivers/staging/speakup/main.c                  |   1 +
 drivers/staging/speakup/selection.c             |  38 +++++-
 drivers/staging/speakup/speakup.h               |   1 +
 drivers/usb/core/driver.c                       |   9 +-
 drivers/usb/core/hub.c                          |  15 ++-
 drivers/usb/host/xhci-mem.c                     |  20 +--
 drivers/usb/serial/ftdi_sio.c                   |   2 +
 drivers/usb/serial/ftdi_sio_ids.h               |   5 +
 drivers/usb/serial/io_ti.c                      |   2 +-
 drivers/usb/serial/io_usbvend.h                 |   2 +-
 drivers/usb/serial/option.c                     |   2 +
 include/linux/perf_event.h                      |   7 ++
 include/uapi/linux/usb/Kbuild                   |   1 +
 include/uapi/linux/usb/cdc-wdm.h                |   2 +
 kernel/cpu.c                                    |   6 +-
 kernel/events/core.c                            | 157 ++++++++++++++++++++----
 kernel/sched/core.c                             |   1 -
 kernel/sched/cpupri.c                           |   3 +-
 kernel/sched/cputime.c                          |  32 ++---
 kernel/sysctl.c                                 |  10 ++
 mm/memory-failure.c                             |   2 +
 mm/rmap.c                                       |   3 +-
 net/ipv6/netfilter.c                            |   6 +-
 sound/pci/hda/patch_realtek.c                   |  10 +-
 tools/perf/util/evsel.c                         |   2 +-
 44 files changed, 422 insertions(+), 141 deletions(-)


--
To unsubscribe from this list: send the line "unsubscribe stable" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [Linux Kernel]     [Kernel Development Newbies]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite Hiking]     [Linux Kernel]     [Linux SCSI]