Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751126AbcDOSQj (ORCPT ); Fri, 15 Apr 2016 14:16:39 -0400 Received: from youngberry.canonical.com ([91.189.89.112]:60232 "EHLO youngberry.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750913AbcDOSQh (ORCPT ); Fri, 15 Apr 2016 14:16:37 -0400 From: Kamal Mostafa To: linux-kernel@vger.kernel.org, stable@vger.kernel.org, kernel-team@lists.ubuntu.com Cc: lwn@lwn.net Subject: [3.13.y-ckt stable] Linux 3.13.11-ckt39 Date: Fri, 15 Apr 2016 11:16:31 -0700 Message-Id: <1460744192-3498-1-git-send-email-kamal@canonical.com> X-Mailer: git-send-email 2.7.4 MIME-Version: 1.0 X-Extended-Stable: 3.13 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2734 Lines: 79 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