This is the start of the stable review cycle for the 3.10.79 release.
There are 17 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 May 17 23:09:54 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.79-rc1.gz
and the diffstat can be found below.

thanks,

greg k-h

-------------
Pseudo-Shortlog of commits:

Greg Kroah-Hartman <gre...@linuxfoundation.org>
    Linux 3.10.79-rc1

Lv Zheng <lv.zh...@intel.com>
    ACPICA: Utilities: Cleanup to enforce 
ACPI_PHYSADDR_TO_PTR()/ACPI_PTR_TO_PHYSADDR().

Lv Zheng <lv.zh...@intel.com>
    ACPICA: Tables: Change acpi_find_root_pointer() to use 
acpi_physical_address.

Christoph Hellwig <h...@infradead.org>
    revert "softirq: Add support for triggering softirq work on softirqs"

Alexey Khoroshilov <khoroshi...@ispras.ru>
    sound/oss: fix deadlock in sequencer_ioctl(SNDCTL_SEQ_OUTOFBAND)

Chuanxiao Dong <chuanxiao.d...@intel.com>
    mmc: card: Don't access RPMB partitions for normal read/write

Doug Anderson <diand...@chromium.org>
    pinctrl: Don't just pretend to protect pinctrl_maps, do it for real

Lukas Wunner <lu...@wunner.de>
    drm/i915: Add missing MacBook Pro models with dual channel LVDS

Gregory CLEMENT <gregory.clem...@free-electrons.com>
    ARM: mvebu: armada-xp-openblocks-ax3-4: Disable internal RTC

Stefan Wahren <stefan.wah...@i2se.com>
    ARM: dts: imx23-olinuxino: Fix dr_mode of usb0

Marek Vasut <ma...@denx.de>
    ARM: dts: imx28: Fix AUART4 TX-DMA interrupt name

Markus Pargmann <m...@pengutronix.de>
    ARM: dts: imx25: Add #pwm-cells to pwm4

Johan Hovold <jo...@kernel.org>
    gpio: sysfs: fix memory leaks and device hotplug

Johan Hovold <jo...@kernel.org>
    gpio: unregister gpiochip device before removing it

Boris Ostrovsky <boris.ostrov...@oracle.com>
    xen/console: Update console event channel on resume

Naoya Horiguchi <n-horigu...@ah.jp.nec.com>
    mm/memory-failure: call shake_page() when error hits thp tail page

Ryusuke Konishi <konishi.ryus...@lab.ntt.co.jp>
    nilfs2: fix sanity check of btree level in nilfs_btree_root_broken()

Junxiao Bi <junxiao...@oracle.com>
    ocfs2: dlm: fix race between purge and get lock resource


-------------

Diffstat:

 .../devicetree/bindings/dma/fsl-mxs-dma.txt        |   2 +-
 Makefile                                           |   4 +-
 arch/arm/boot/dts/armada-xp-openblocks-ax3-4.dts   |   4 +
 arch/arm/boot/dts/imx23-olinuxino.dts              |   1 +
 arch/arm/boot/dts/imx25.dtsi                       |   1 +
 arch/arm/boot/dts/imx28.dtsi                       |   2 +-
 drivers/acpi/acpica/dsopcode.c                     |   3 +-
 drivers/acpi/acpica/tbinstal.c                     |   5 +-
 drivers/acpi/acpica/tbxfroot.c                     |   7 +-
 drivers/gpio/gpiolib.c                             |  24 +++-
 drivers/gpu/drm/i915/intel_lvds.c                  |  18 ++-
 drivers/mmc/card/block.c                           |  12 ++
 drivers/mmc/card/queue.c                           |   2 +-
 drivers/mmc/card/queue.h                           |   2 +
 drivers/pinctrl/core.c                             |  10 +-
 drivers/pinctrl/core.h                             |   2 +-
 drivers/pinctrl/devicetree.c                       |   2 +-
 drivers/tty/hvc/hvc_xen.c                          |  18 ++-
 fs/nilfs2/btree.c                                  |   2 +-
 fs/ocfs2/dlm/dlmmaster.c                           |  13 ++
 include/acpi/acpixf.h                              |   2 +-
 include/linux/interrupt.h                          |  22 ----
 include/linux/nilfs2_fs.h                          |   2 +-
 kernel/softirq.c                                   | 131 ---------------------
 mm/memory-failure.c                                |   8 +-
 sound/oss/sequencer.c                              |  12 +-
 26 files changed, 115 insertions(+), 196 deletions(-)


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to