Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933420AbbEKSrc (ORCPT ); Mon, 11 May 2015 14:47:32 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:36852 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754703AbbEKSFv (ORCPT ); Mon, 11 May 2015 14:05:51 -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/19] 3.10.78-stable review Date: Mon, 11 May 2015 10:55:15 -0700 Message-Id: <20150511175453.015424013@linuxfoundation.org> X-Mailer: git-send-email 2.4.0 User-Agent: quilt/0.64 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 4076 Lines: 120 This is the start of the stable review cycle for the 3.10.78 release. There are 19 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 Wed May 13 17:54: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.78-rc1.gz and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman Linux 3.10.78-rc1 Vineet Gupta ARC: signal handling robustify hujianyang UBI: fix soft lockup in ubi_check_volume() K. Y. Srinivasan Drivers: hv: vmbus: Don't wait after requesting offers Sebastian Hesselbarth ARM: dts: dove: Fix uart[23] reg property Sudip Mukherjee staging: panel: fix lcd type Andrzej Pietrasiewicz usb: gadget: printer: enqueue printer's response for setup request Felipe Balbi usb: host: oxu210hp: use new USB_RESUME_TIMEOUT Christoph Hellwig 3w-sas: fix command completion race Christoph Hellwig 3w-9xxx: fix command completion race Christoph Hellwig 3w-xxxx: fix command completion race Lukas Czerner ext4: fix data corruption caused by unwritten and delayed extents Ilya Dryomov rbd: end I/O the entire obj_request on error Michal Simek serial: of-serial: Remove device_type = "serial" registration Takashi Iwai ALSA: hda - Fix mute-LED fixed mode Peter Zubaj ALSA: emu10k1: Emu10k2 32 bit DMA mode Takashi Iwai ALSA: emu10k1: Fix card shortname string buffer overflow Takashi Iwai ALSA: emux: Fix mutex deadlock in OSS emulation Takashi Iwai ALSA: emux: Fix mutex deadlock at unloading David S. Miller ipv4: Missing sk_nulls_node_init() in ping_unhash(). ------------- Diffstat: Makefile | 4 +-- arch/arc/kernel/signal.c | 20 ++++++++++--- arch/arm/boot/dts/dove.dtsi | 4 +-- drivers/block/rbd.c | 5 ++++ drivers/hv/channel_mgmt.c | 12 +------- drivers/mtd/ubi/misc.c | 2 ++ drivers/scsi/3w-9xxx.c | 57 ++++++++---------------------------- drivers/scsi/3w-9xxx.h | 5 ---- drivers/scsi/3w-sas.c | 50 +++++++------------------------ drivers/scsi/3w-sas.h | 4 --- drivers/scsi/3w-xxxx.c | 42 ++++---------------------- drivers/scsi/3w-xxxx.h | 5 ---- drivers/staging/panel/panel.c | 13 ++++---- drivers/tty/serial/of_serial.c | 1 - drivers/usb/gadget/printer.c | 9 ++++++ drivers/usb/host/oxu210hp-hcd.c | 7 +++-- fs/ext4/extents_status.c | 8 +++++ fs/ext4/inode.c | 2 ++ include/sound/emu10k1.h | 14 +++++---- net/ipv4/ping.c | 1 + sound/pci/emu10k1/emu10k1.c | 6 ++-- sound/pci/emu10k1/emu10k1_callback.c | 4 +-- sound/pci/emu10k1/emu10k1_main.c | 21 ++++++++----- sound/pci/emu10k1/emupcm.c | 2 +- sound/pci/emu10k1/memory.c | 11 +++---- sound/pci/hda/hda_codec.c | 21 +++++++------ sound/synth/emux/emux_oss.c | 11 +------ sound/synth/emux/emux_seq.c | 29 +++++++++++++----- 28 files changed, 157 insertions(+), 213 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/