Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932697AbbFSUu3 (ORCPT ); Fri, 19 Jun 2015 16:50:29 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:52243 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932958AbbFSUt7 (ORCPT ); Fri, 19 Jun 2015 16:49:59 -0400 From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , torvalds@linux-foundation.org, akpm@linux-foundation.org, linux@roeck-us.net, shuah.kh@samsung.com, stable@vger.kernel.org Subject: [PATCH 3.10 00/29] 3.10.81-stable review Date: Fri, 19 Jun 2015 13:36:20 -0700 Message-Id: <20150619203557.356558223@linuxfoundation.org> X-Mailer: git-send-email 2.4.4 User-Agent: quilt/0.64 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 5171 Lines: 150 This is the start of the stable review cycle for the 3.10.81 release. There are 29 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 Sun Jun 21 20:35:45 UTC 2015. 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.x/stable-review/patch-3.10.81-rc1.gz and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman Linux 3.10.81-rc1 Jeff Mahoney btrfs: cleanup orphans while looking up default subvolume Chengyu Song btrfs: incorrect handling for fiemap_fill_next_extent return Johannes Berg cfg80211: wext: clear sinfo struct before calling driver Gu Zheng mm/memory_hotplug.c: set zone->wait_table to null after freeing it Jani Nikula drm/i915: Fix DDC probe for passive adapters Aaro Koskinen pata_octeon_cf: fix broken build Jason A. Donenfeld ozwpan: unchecked signed subtraction leads to DoS Jason A. Donenfeld ozwpan: divide-by-zero leading to panic Jason A. Donenfeld ozwpan: Use proper check to prevent heap overflow James Hogan MIPS: Fix enabling of DEBUG_STACKOVERFLOW Wang Long ring-buffer-benchmark: Fix the wrong sched_priority of producer Patrick Riphagen USB: serial: ftdi_sio: Add support for a Motion Tracker Development Board John D. Blair USB: cp210x: add ID for HubZ dual ZigBee and Z-Wave dongle Dan Williams block: fix ext_dev_lock lockdep report Hans de Goede Input: elantech - fix detection of touchpads where the revision matches a known rate Clemens Ladisch ALSA: usb-audio: add MAYA44 USB+ mixer control names Wolfram Sang ALSA: usb-audio: Add mic volume fix quirk for Logitech Quickcam Fusion Takashi Iwai ALSA: hda/realtek - Add a fixup for another Acer Aspire 9420 Paul Cercueil iio: adis16400: Compute the scan mask from channel indices Paul Cercueil iio: adis16400: Use != channel indices for the two voltage channels Lars-Peter Clausen iio: adis16400: Report pressure channel scale Ian Campbell xen: netback: read hotplug script once at start of day. Eric Dumazet udp: fix behavior of wrong checksums WANG Cong net_sched: invoke ->attach() after setting dev->qdisc Mark Salyzyn unix/caif: sk_socket can disappear when state is unlocked Richard Cochran net: dp83640: fix broken calibration routine. Thadeu Lima de Souza Cascardo bridge: fix parsing of MLDv2 reports Eric W. Biederman ipv4: Avoid crashing in ip_error Florian Fainelli net: phy: Allow EEE for all RGMII variants ------------- Diffstat: Makefile | 4 ++-- arch/mips/kernel/irq.c | 2 +- block/genhd.c | 12 ++++++------ drivers/ata/pata_octeon_cf.c | 2 +- drivers/gpu/drm/i915/intel_i2c.c | 20 ++++++++++++++++--- drivers/iio/imu/adis16400.h | 1 + drivers/iio/imu/adis16400_core.c | 38 +++++++++++++++++++++++++----------- drivers/input/mouse/elantech.c | 7 ++++--- drivers/net/phy/dp83640.c | 2 +- drivers/net/phy/phy.c | 6 ++++-- drivers/net/xen-netback/xenbus.c | 33 ++++++++++++++++++------------- drivers/staging/ozwpan/ozusbsvc1.c | 19 +++++++++++++----- drivers/usb/serial/cp210x.c | 1 + drivers/usb/serial/ftdi_sio.c | 1 + drivers/usb/serial/ftdi_sio_ids.h | 1 + fs/btrfs/extent_io.c | 5 ++++- fs/btrfs/super.c | 9 +++++++++ kernel/trace/ring_buffer_benchmark.c | 2 +- mm/memory_hotplug.c | 4 +++- net/bridge/br_multicast.c | 2 +- net/caif/caif_socket.c | 8 ++++++++ net/ipv4/route.c | 4 ++++ net/ipv4/udp.c | 6 ++---- net/ipv6/udp.c | 6 ++---- net/sched/sch_api.c | 10 ++++++---- net/unix/af_unix.c | 8 ++++++++ net/wireless/wext-compat.c | 2 ++ sound/pci/hda/patch_realtek.c | 1 + sound/usb/mixer.c | 1 + sound/usb/mixer_maps.c | 5 +++++ 30 files changed, 157 insertions(+), 65 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in Please read the FAQ at http://www.tux.org/lkml/