[3.13.y-ckt stable] Linux 3.13.11-ckt39
From: Kamal Mostafa
Date: Fri Apr 15 2016 - 14:16:42 EST
I am announcing the release of the Linux 3.13.11-ckt39 kernel.
***
*** Note that this is the FINAL 3.13.y-ckt RELEASE in this series.
***
The updated 3.13.y-ckt tree can be found at:
git://kernel.ubuntu.com/ubuntu/linux.git linux-3.13.y
and can be browsed at:
http://kernel.ubuntu.com/git/ubuntu/linux.git/log/?h=linux-3.13.y
The diff from v3.13.11-ckt38 is posted as a follow-up to this email.
The 3.13.y-ckt extended stable tree is maintained by the Canonical Kernel Team.
For more info, see https://wiki.ubuntu.com/Kernel/Dev/ExtendedStable
-Kamal
--
Makefile | 2 +-
arch/parisc/kernel/parisc_ksyms.c | 10 +++++-----
drivers/gpu/drm/radeon/si_dpm.c | 2 ++
drivers/hwmon/max1111.c | 6 ++++++
drivers/iio/magnetometer/st_magn.h | 1 +
drivers/usb/renesas_usbhs/fifo.c | 4 +++-
drivers/usb/serial/cp210x.c | 1 +
drivers/usb/serial/cypress_m8.c | 11 +++++------
drivers/usb/serial/digi_acceleport.c | 19 +++++++++++++++++++
drivers/usb/serial/ftdi_sio.c | 4 ++++
drivers/usb/serial/ftdi_sio_ids.h | 8 ++++++++
drivers/usb/serial/mct_u232.c | 9 ++++++++-
drivers/usb/serial/option.c | 2 ++
mm/page_isolation.c | 8 ++++----
net/ipv6/ip6_tunnel.c | 2 +-
sound/core/timer.c | 4 ++--
16 files changed, 72 insertions(+), 21 deletions(-)
Alex Deucher (2):
drm/radeon: add a dpm quirk for sapphire Dual-X R7 370 2G D5
drm/radeon: add another R7 370 quirk
Arnd Bergmann (1):
iio: st_magn: always define ST_MAGN_TRIGGER_SET_STATE
BjÃrn Mork (1):
USB: option: add "D-Link DWM-221 B1" device id
Guenter Roeck (1):
hwmon: (max1111) Return -ENODEV from max1111_read_channel if not instantiated
Helge Deller (1):
parisc: Avoid function pointers for kernel exception routines
Josh Boyer (1):
USB: serial: ftdi_sio: Add support for ICP DAS I-756xU devices
Kamal Mostafa (1):
Linux 3.13.11-ckt39
Martyn Welch (1):
USB: serial: cp210x: Adding GE Healthcare Device ID
Oliver Neukum (3):
USB: mct_u232: add sanity checking in probe
USB: cypress_m8: add endpoint sanity check
USB: digi_acceleport: do sanity checking for the number of ports
Takashi Iwai (1):
ALSA: timer: Use mod_timer() for rearming the system timer
Thadeu Lima de Souza Cascardo (1):
ip6_tunnel: set rtnl_link_ops before calling register_netdevice
Xishi Qiu (1):
mm: fix invalid node in alloc_migrate_target()
Yoshihiro Shimoda (2):
usb: renesas_usbhs: avoid NULL pointer derefernce in usbhsf_pkt_handler()
usb: renesas_usbhs: disable TX IRQ before starting TX DMAC transfer