lkml.org 
[lkml]   [2013]   [Oct]   [5]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectLinux 3.10.15
I'm announcing the release of the 3.10.15 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

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

Makefile | 2 -
arch/arm/crypto/aes-armv4.S | 6 +--
arch/arm/mach-mxs/pm.h | 4 ++
arch/x86/kernel/reboot.c | 16 ++++++++
arch/x86/platform/efi/efi.c | 11 +++---
drivers/base/core.c | 14 +++----
drivers/gpu/drm/i915/i915_reg.h | 12 ++++--
drivers/gpu/drm/i915/intel_display.c | 4 ++
drivers/gpu/drm/i915/intel_dp.c | 13 ++++++-
drivers/gpu/drm/i915/intel_tv.c | 8 ++++
drivers/gpu/drm/radeon/r100.c | 8 ++--
drivers/gpu/drm/radeon/r600_hdmi.c | 16 +++++++-
drivers/gpu/drm/radeon/radeon_asic.c | 2 +
drivers/gpu/drm/radeon/radeon_cs.c | 2 -
drivers/gpu/drm/radeon/radeon_device.c | 15 ++++++--
drivers/gpu/drm/radeon/radeon_ring.c | 8 ++--
drivers/hwmon/applesmc.c | 11 +++++-
drivers/md/bcache/bcache.h | 7 +--
drivers/md/bcache/bset.c | 39 +++++++++++++++------
drivers/md/bcache/btree.c | 2 -
drivers/md/bcache/journal.c | 33 +++++++++++-------
drivers/md/bcache/request.c | 15 ++++----
drivers/md/bcache/sysfs.c | 8 +++-
drivers/md/bcache/util.c | 11 +++++-
drivers/md/bcache/util.h | 12 ++++--
drivers/md/bcache/writeback.c | 42 +++++++++++------------
drivers/md/dm-mpath.c | 11 +++++-
drivers/md/dm-raid.c | 2 -
drivers/md/dm-snap-persistent.c | 2 -
drivers/md/dm-snap.c | 5 +-
drivers/md/dm.c | 11 ++++++
drivers/misc/mei/amthif.c | 1
drivers/misc/mei/bus.c | 5 ++
drivers/misc/mei/client.h | 6 +++
drivers/misc/mei/hbm.c | 10 +++--
drivers/misc/mei/init.c | 3 +
drivers/misc/mei/main.c | 11 ++----
drivers/misc/mei/mei_dev.h | 6 +--
drivers/staging/vt6656/iwctl.c | 3 +
drivers/staging/vt6656/main_usb.c | 3 +
drivers/tty/serial/pch_uart.c | 5 ++
drivers/tty/serial/serial-tegra.c | 4 +-
drivers/tty/tty_ioctl.c | 3 +
drivers/usb/core/devio.c | 16 ++++++++
drivers/usb/dwc3/dwc3-pci.c | 4 ++
drivers/usb/gadget/f_fs.c | 60 ++++++++++++++-------------------
drivers/usb/host/ehci-fsl.c | 12 +-----
drivers/usb/host/ehci-pci.c | 2 -
drivers/usb/host/ohci-hcd.c | 22 ++++++------
drivers/usb/host/ohci-q.c | 24 +++++++++++--
drivers/usb/host/uhci-pci.c | 2 -
drivers/usb/host/uhci-q.c | 12 ++++--
drivers/usb/host/xhci-hub.c | 2 -
drivers/usb/host/xhci-pci.c | 2 -
drivers/usb/host/xhci-ring.c | 24 ++++++++++++-
drivers/usb/host/xhci.c | 25 ++-----------
drivers/usb/host/xhci.h | 1
fs/bio.c | 4 +-
fs/sysv/super.c | 1
include/linux/device-mapper.h | 3 +
sound/core/compress_offload.c | 3 +
tools/lib/lk/debugfs.c | 1
62 files changed, 422 insertions(+), 210 deletions(-)

Al Viro (1):
USB: Fix breakage in ffs_fs_mount()

Alan Stern (3):
USB: fix PM config symbol in uhci-hcd, ehci-hcd, and xhci-hcd
USB: OHCI: accept very late isochronous URBs
USB: UHCI: accept very late isochronous URBs

Alex Deucher (4):
drm/radeon: avoid UVD corruption on AGP cards using GPU gart
drm/radeon: disable tests/benchmarks if accel is disabled
drm/radeon: add missing hdmi callbacks for rv6xx
drm/radeon: fix hdmi audio on DCE3.0/3.1 asics

Alex Ivanov (1):
drm/radeon: Make r100_cp_ring_info() and radeon_ring_gfx() safe (v2)

Alexander Usyskin (1):
mei: cancel stall timers in mei_reset

Ard Biesheuvel (1):
ARM: 7837/3: fix Thumb-2 bug in AES assembler code

Arnd Bergmann (1):
ARM: mxs: stub out mxs_pm_init for !CONFIG_PM

Benson Leung (1):
driver core : Fix use after free of dev->parent in device_shutdown

Daniel Vetter (3):
drm/i915/tv: clear adjusted_mode.flags
drm/i915: preserve pipe A quirk in i9xx_set_pipeconf
drm/i915: fix gen4 digital port hotplug definitions

David Cohen (1):
usb: dwc3: add support for Merrifield

Florian Wolter (1):
xhci: Fix race between ep halt and URB cancellation

Gabriel de Perthuis (1):
bcache: Strip endline when writing the label through sysfs

Greg Kroah-Hartman (1):
Linux 3.10.15

Heikki Krogerus (1):
usb: dwc3: pci: add support for BayTrail

Henrik Rydberg (1):
hwmon: (applesmc) Check key count before proceeding

Jani Nikula (1):
drm/i915/dp: increase i2c-over-aux retry interval on AUX DEFER

Johan Hovold (3):
serial: tegra: fix tty-kref leak
serial: pch_uart: fix tty-kref leak in rx-error path
serial: pch_uart: fix tty-kref leak in dma-rx path

Josh Boyer (1):
x86, efi: Don't map Boot Services on i386

Kent Overstreet (9):
block: Fix bio_copy_data()
bcache: Fix a dumb journal discard bug
bcache: Fix for when no journal entries are found
bcache: Fix a writeback performance regression
bcache: Fix a flush/fua performance bug
bcache: Fix a dumb CPU spinning bug in writeback
bcache: Fix a shrinker deadlock
bcache: Fix for handling overlapping extents when reading in a btree node
bcache: Fix flushes in writeback mode

Kurt Garloff (1):
usb/core/devio.c: Don't reject control message to endpoint with wrong direction bit

Liam Girdwood (1):
ALSA: compress: Fix compress device unregister.

Lubomir Rintel (1):
sysv: Add forgotten superblock lock init for v7 fs

Malcolm Priestley (2):
staging: vt6656: [BUG] main_usb.c oops on device_close move flag earlier.
staging: vt6656: [BUG] iwctl_siwencodeext return if device not open

Masoud Sharbiani (1):
x86/reboot: Add quirk to make Dell C6100 use reboot=pci automatically

Mathias Nyman (2):
xhci: Ensure a command structure points to the correct trb on the command ring
xhci: Fix oops happening after address device timeout

Mike Snitzer (1):
dm mpath: disable WRITE SAME if it fails

Mikulas Patocka (2):
dm snapshot: workaround for a false positive lockdep warning
dm-snapshot: fix performance degradation due to small hash size

NeilBrown (1):
dm-raid: silence compiler warning on rebuilds_per_group.

Peter Hurley (1):
tty: Fix SIGTTOU not sent with tcflush()

Ramneek Mehresh (1):
fsl/usb: Resolve PHY_CLK_VLD instability issue for ULPI phy

Tomas Winkler (2):
mei: make me client counters less error prone
mei: bus: stop wait for read during cl state transition

Vinson Lee (1):
tools lib lk: Uninclude linux/magic.h in debugfs.c

[unhandled content-type:application/pgp-signature]
\
 
 \ /
  Last update: 2013-10-05 18:21    [W:0.051 / U:0.048 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site