stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 3.10 00/19] 3.10.78-stable review
@ 2015-05-11 17:55 Greg Kroah-Hartman
  2015-05-11 17:55 ` [PATCH 3.10 01/19] [PATCH] ipv4: Missing sk_nulls_node_init() in ping_unhash() Greg Kroah-Hartman
                   ` (19 more replies)
  0 siblings, 20 replies; 21+ messages in thread
From: Greg Kroah-Hartman @ 2015-05-11 17:55 UTC (permalink / raw)
  To: linux-kernel; +Cc: Greg Kroah-Hartman, torvalds, akpm, linux, shuah.kh, stable

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 <gregkh@linuxfoundation.org>
    Linux 3.10.78-rc1

Vineet Gupta <vgupta@synopsys.com>
    ARC: signal handling robustify

hujianyang <hujianyang@huawei.com>
    UBI: fix soft lockup in ubi_check_volume()

K. Y. Srinivasan <kys@microsoft.com>
    Drivers: hv: vmbus: Don't wait after requesting offers

Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
    ARM: dts: dove: Fix uart[23] reg property

Sudip Mukherjee <sudipm.mukherjee@gmail.com>
    staging: panel: fix lcd type

Andrzej Pietrasiewicz <andrzej.p@samsung.com>
    usb: gadget: printer: enqueue printer's response for setup request

Felipe Balbi <balbi@ti.com>
    usb: host: oxu210hp: use new USB_RESUME_TIMEOUT

Christoph Hellwig <hch@lst.de>
    3w-sas: fix command completion race

Christoph Hellwig <hch@lst.de>
    3w-9xxx: fix command completion race

Christoph Hellwig <hch@lst.de>
    3w-xxxx: fix command completion race

Lukas Czerner <lczerner@redhat.com>
    ext4: fix data corruption caused by unwritten and delayed extents

Ilya Dryomov <idryomov@gmail.com>
    rbd: end I/O the entire obj_request on error

Michal Simek <michal.simek@xilinx.com>
    serial: of-serial: Remove device_type = "serial" registration

Takashi Iwai <tiwai@suse.de>
    ALSA: hda - Fix mute-LED fixed mode

Peter Zubaj <pzubaj@marticonet.sk>
    ALSA: emu10k1: Emu10k2 32 bit DMA mode

Takashi Iwai <tiwai@suse.de>
    ALSA: emu10k1: Fix card shortname string buffer overflow

Takashi Iwai <tiwai@suse.de>
    ALSA: emux: Fix mutex deadlock in OSS emulation

Takashi Iwai <tiwai@suse.de>
    ALSA: emux: Fix mutex deadlock at unloading

David S. Miller <davem@davemloft.net>
    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(-)



^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2015-05-11 23:41 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-11 17:55 [PATCH 3.10 00/19] 3.10.78-stable review Greg Kroah-Hartman
2015-05-11 17:55 ` [PATCH 3.10 01/19] [PATCH] ipv4: Missing sk_nulls_node_init() in ping_unhash() Greg Kroah-Hartman
2015-05-11 17:55 ` [PATCH 3.10 02/19] ALSA: emux: Fix mutex deadlock at unloading Greg Kroah-Hartman
2015-05-11 17:55 ` [PATCH 3.10 03/19] ALSA: emux: Fix mutex deadlock in OSS emulation Greg Kroah-Hartman
2015-05-11 17:55 ` [PATCH 3.10 04/19] ALSA: emu10k1: Fix card shortname string buffer overflow Greg Kroah-Hartman
2015-05-11 17:55 ` [PATCH 3.10 05/19] ALSA: emu10k1: Emu10k2 32 bit DMA mode Greg Kroah-Hartman
2015-05-11 17:55 ` [PATCH 3.10 07/19] serial: of-serial: Remove device_type = "serial" registration Greg Kroah-Hartman
2015-05-11 17:55 ` [PATCH 3.10 08/19] rbd: end I/O the entire obj_request on error Greg Kroah-Hartman
2015-05-11 17:55 ` [PATCH 3.10 09/19] ext4: fix data corruption caused by unwritten and delayed extents Greg Kroah-Hartman
2015-05-11 17:55 ` [PATCH 3.10 10/19] 3w-xxxx: fix command completion race Greg Kroah-Hartman
2015-05-11 17:55 ` [PATCH 3.10 11/19] 3w-9xxx: " Greg Kroah-Hartman
2015-05-11 17:55 ` [PATCH 3.10 12/19] 3w-sas: " Greg Kroah-Hartman
2015-05-11 17:55 ` [PATCH 3.10 13/19] usb: host: oxu210hp: use new USB_RESUME_TIMEOUT Greg Kroah-Hartman
2015-05-11 17:55 ` [PATCH 3.10 14/19] usb: gadget: printer: enqueue printers response for setup request Greg Kroah-Hartman
2015-05-11 17:55 ` [PATCH 3.10 15/19] staging: panel: fix lcd type Greg Kroah-Hartman
2015-05-11 17:55 ` [PATCH 3.10 16/19] ARM: dts: dove: Fix uart[23] reg property Greg Kroah-Hartman
2015-05-11 17:55 ` [PATCH 3.10 17/19] Drivers: hv: vmbus: Dont wait after requesting offers Greg Kroah-Hartman
2015-05-11 17:55 ` [PATCH 3.10 18/19] UBI: fix soft lockup in ubi_check_volume() Greg Kroah-Hartman
2015-05-11 17:55 ` [PATCH 3.10 19/19] ARC: signal handling robustify Greg Kroah-Hartman
2015-05-11 20:02 ` [PATCH 3.10 00/19] 3.10.78-stable review Guenter Roeck
2015-05-11 23:41 ` Shuah Khan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).