lkml.org 
[lkml]   [2014]   [Jun]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectLinux 3.10.43
I'm announcing the release of the 3.10.43 kernel.

All users of the 3.10 kernel series must upgrade.

The updated 3.10.y git tree can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.10.y
and can be browsed at the normal kernel.org git web browser:
http://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=summary

thanks,

greg k-h

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

Documentation/DocBook/media/Makefile | 2
Documentation/sysctl/kernel.txt | 26 +++
Makefile | 2
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, 421 insertions(+), 140 deletions(-)

Alan Stern (1):
USB: Avoid runtime suspend loops for HCDs that can't handle suspend/resume

Alex Deucher (1):
drm/radeon: handle non-VGA class pci devices with ATRM

Alexej Starschenko (1):
USB: serial: option: add support for Novatel E371 PCIe card

Andrey Ryabinin (2):
ARM: 8051/1: put_user: fix possible data corruption in put_user
mm: rmap: fix use-after-free in __put_anon_vma

Ben Hutchings (1):
Staging: speakup: Move pasting into a work item

Ben Skeggs (1):
drm/gf119-/disp: fix nasty bug which can clobber SOR0's clock setup

Bjørn Mork (1):
usb: cdc-wdm: export cdc-wdm uapi header

Chris Wilson (1):
drm/i915: Only copy back the modified fields to userspace from execbuffer

Christian König (1):
drm/radeon: also try GART for CPU accessed buffers

Dave Hansen (1):
perf: Drop sample rate when sampling is too slow

David Ahern (1):
perf evsel: Fix printing of perf_event_paranoid message

Emil Goode (1):
ARM: imx: fix error handling in ipu device registration

George McCollister (1):
USB: ftdi_sio: add NovaTech OrionLXm product ID

Greg Kroah-Hartman (2):
USB: cdc-wdm: properly include types.h
Linux 3.10.43

Heinz Mauelshagen (1):
dm cache: always split discards on cache block boundaries

Ian Abbott (1):
staging: comedi: ni_daq_700: add mux settling delay

Jean Delvare (2):
hwmon: (ntc_thermistor) Fix dependencies
hwmon: (ntc_thermistor) Fix OF device ID mapping

Jiri Olsa (1):
perf: Prevent false warning in perf_swevent_add

Johan Hovold (1):
USB: io_ti: fix firmware download on big-endian machines (part 2)

Johannes Berg (1):
Documentation: fix DOCBOOKS=... building

Knut Petersen (1):
perf: Enforce 1 as lower limit for perf_event_max_sample_rate

Lai Jiangshan (1):
sched: Fix hotplug vs. set_cpus_allowed_ptr()

Laurent Pinchart (1):
ARM: OMAP3: clock: Back-propagate rate change from cam_mclk to dpll4_m5 on all OMAP3 platforms

Mathias Nyman (1):
xhci: delete endpoints from bandwidth list before freeing whole device

Naoya Horiguchi (1):
mm/memory-failure.c: fix memory leak by race between poison and unpoison

NeilBrown (2):
md: always set MD_RECOVERY_INTR when aborting a reshape or other "resync".
md: always set MD_RECOVERY_INTR when interrupting a reshape thread.

Nicholas Bellinger (1):
iser-target: Add missing target_put_sess_cmd for ImmedateData failure

Peter Zijlstra (2):
perf: Limit perf_event_attr::sample_period to 63 bits
perf: Fix race in removing an event

Ronan Marquet (1):
ALSA: hda/realtek - Correction of fixup codes for PB V7900 laptop

Santosh Shilimkar (1):
ARM: OMAP4: Fix the boot regression with CPU_IDLE enabled

Sergey Popovich (1):
netfilter: Fix potential use after free in ip6_route_me_harder()

Stephane Eranian (1):
perf: Fix interrupt handler timing harness

Steven Rostedt (Red Hat) (1):
sched: Use CPUPRI_NR_PRIORITIES instead of MAX_RT_PRIO in cpupri check

Takashi Iwai (1):
ALSA: hda/realtek - Fix COEF widget NID for ALC260 replacer fixup

Thomas Gleixner (1):
sched: Sanitize irq accounting madness

Will Deacon (1):
ARM: perf: hook up perf_sample_event_took around pmu irq handling

[unhandled content-type:application/pgp-signature]
\
 
 \ /
  Last update: 2014-06-11 22:21    [W:0.028 / U:0.104 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site