From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: linux-kernel@vger.kernel.org
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
torvalds@linux-foundation.org, akpm@linux-foundation.org,
linux@roeck-us.net, shuah.kh@samsung.com, stable@vger.kernel.org
Subject: [PATCH 3.14 00/51] 3.14.43-stable review
Date: Fri, 15 May 2015 16:10:02 -0700 [thread overview]
Message-ID: <20150515230950.640453239@linuxfoundation.org> (raw)
This is the start of the stable review cycle for the 3.14.43 release.
There are 51 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:28 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.14.43-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.14.43-rc1
Will Deacon <will.deacon@arm.com>
kvm: arm64: vgic: fix hyp panic with 64k pages on juno platform
Will Deacon <will.deacon@arm.com>
arm64: kvm: use inner-shareable barriers for inner-shareable maintenance
Haibin Wang <wanghaibin.wang@huawei.com>
KVM: ARM: vgic: Fix the overlap check action about setting the GICD & GICC base address.
Andre Przywara <andre.przywara@arm.com>
KVM: arm/arm64: vgic: fix GICD_ICFGR register accesses
Marc Zyngier <marc.zyngier@arm.com>
ARM: KVM: trap VM system registers until MMU and caches are ON
Marc Zyngier <marc.zyngier@arm.com>
ARM: KVM: add world-switch for AMAIR{0,1}
Marc Zyngier <marc.zyngier@arm.com>
ARM: KVM: introduce per-vcpu HYP Configuration Register
Marc Zyngier <marc.zyngier@arm.com>
ARM: KVM: fix ordering of 64bit coprocessor accesses
Marc Zyngier <marc.zyngier@arm.com>
ARM: KVM: fix handling of trapped 64bit coprocessor accesses
Marc Zyngier <marc.zyngier@arm.com>
ARM: KVM: force cache clean on page fault when caches are off
Marc Zyngier <marc.zyngier@arm.com>
arm64: KVM: flush VM pages before letting the guest enable caches
Marc Zyngier <marc.zyngier@arm.com>
ARM: KVM: introduce kvm_p*d_addr_end
Marc Zyngier <marc.zyngier@arm.com>
arm64: KVM: trap VM system registers until MMU and caches are ON
Marc Zyngier <marc.zyngier@arm.com>
arm64: KVM: allows discrimination of AArch32 sysreg access
Marc Zyngier <marc.zyngier@arm.com>
arm64: KVM: force cache clean on page fault when caches are off
Al Viro <viro@zeniv.linux.org.uk>
deal with deadlock in d_walk()
Lv Zheng <lv.zheng@intel.com>
ACPICA: Utilities: Cleanup to remove useless ACPI_PRINTF/FORMAT_xxx helpers.
Lv Zheng <lv.zheng@intel.com>
ACPICA: Utilities: Cleanup to convert physical address printing formats.
Lv Zheng <lv.zheng@intel.com>
ACPICA: Utilities: Cleanup to enforce ACPI_PHYSADDR_TO_PTR()/ACPI_PTR_TO_PHYSADDR().
Lv Zheng <lv.zheng@intel.com>
ACPICA: Tables: Change acpi_find_root_pointer() to use acpi_physical_address.
Alexey Khoroshilov <khoroshilov@ispras.ru>
sound/oss: fix deadlock in sequencer_ioctl(SNDCTL_SEQ_OUTOFBAND)
Takeshi Kihara <takeshi.kihara.df@renesas.com>
mmc: sh_mmcif: Fix timeout value for command request
Grygorii Strashko <Grygorii.Strashko@linaro.org>
mmc: core: add missing pm event in mmc_pm_notify to fix hib restore
Chuanxiao Dong <chuanxiao.dong@intel.com>
mmc: card: Don't access RPMB partitions for normal read/write
Doug Anderson <dianders@chromium.org>
pinctrl: Don't just pretend to protect pinctrl_maps, do it for real
Christian König <christian.koenig@amd.com>
drm/radeon: more strictly validate the UVD codec
Christian König <christian.koenig@amd.com>
drm/radeon: make UVD handle checking more strict
Christian König <christian.koenig@amd.com>
drm/radeon: disable semaphores for UVD V1 (v2)
Lukas Wunner <lukas@wunner.de>
drm/i915: Add missing MacBook Pro models with dual channel LVDS
Ulf Hansson <ulf.hansson@linaro.org>
ARM: ux500: Enable GPIO regulator for SD-card for snowball
Ulf Hansson <ulf.hansson@linaro.org>
ARM: ux500: Enable GPIO regulator for SD-card for HREF boards
Ulf Hansson <ulf.hansson@linaro.org>
ARM: ux500: Move GPIO regulator for SD-card into board DTSs
Nicolas Schichan <nschichan@freebox.fr>
ARM: net fix emit_udiv() for BPF_ALU | BPF_DIV | BPF_K intruction.
Gregory CLEMENT <gregory.clement@free-electrons.com>
ARM: mvebu: armada-xp-openblocks-ax3-4: Disable internal RTC
Fabio Estevam <fabio.estevam@freescale.com>
ARM: dts: imx23-olinuxino: Fix polarity of LED GPIO
Stefan Wahren <stefan.wahren@i2se.com>
ARM: dts: imx23-olinuxino: Fix dr_mode of usb0
Marek Vasut <marex@denx.de>
ARM: dts: imx28: Fix AUART4 TX-DMA interrupt name
Markus Pargmann <mpa@pengutronix.de>
ARM: dts: imx25: Add #pwm-cells to pwm4
Rabin Vincent <rabin.vincent@axis.com>
Revert "dm crypt: fix deadlock when async crypto algorithm returns -EBUSY"
Boris Ostrovsky <boris.ostrovsky@oracle.com>
xen/events: Set irq_info->evtchn before binding the channel to CPU in __startup_pirq()
Boris Ostrovsky <boris.ostrovsky@oracle.com>
xen/console: Update console event channel on resume
Boris Ostrovsky <boris.ostrovsky@oracle.com>
xen/events: Clear cpu_evtchn_mask before resuming
Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
mm: soft-offline: fix num_poisoned_pages counting on concurrent events
Tejun Heo <tj@kernel.org>
writeback: use |1 instead of +1 to protect against div by zero
Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
mm/memory-failure: call shake_page() when error hits thp tail page
Eric W. Biederman <ebiederm@xmission.com>
mnt: Fix fs_fully_visible to verify the root directory is visible
Johan Hovold <johan@kernel.org>
gpio: sysfs: fix memory leaks and device hotplug
Johan Hovold <johan@kernel.org>
gpio: unregister gpiochip device before removing it
Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
RDMA/CMA: Canonize IPv4 on IPV6 sockets properly
Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
nilfs2: fix sanity check of btree level in nilfs_btree_root_broken()
Junxiao Bi <junxiao.bi@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 | 4 +-
arch/arm/boot/dts/imx25.dtsi | 1 +
arch/arm/boot/dts/imx28.dtsi | 2 +-
arch/arm/boot/dts/ste-dbx5x0.dtsi | 17 ----
arch/arm/boot/dts/ste-href.dtsi | 15 +++
arch/arm/boot/dts/ste-snowball.dts | 13 +++
arch/arm/include/asm/kvm_arm.h | 4 +-
arch/arm/include/asm/kvm_asm.h | 4 +-
arch/arm/include/asm/kvm_host.h | 9 +-
arch/arm/include/asm/kvm_mmu.h | 30 +++++-
arch/arm/kernel/asm-offsets.c | 1 +
arch/arm/kvm/coproc.c | 84 ++++++++++++----
arch/arm/kvm/coproc.h | 14 ++-
arch/arm/kvm/coproc_a15.c | 2 +-
arch/arm/kvm/coproc_a7.c | 2 +-
arch/arm/kvm/guest.c | 1 +
arch/arm/kvm/interrupts_head.S | 21 ++--
arch/arm/kvm/mmu.c | 107 +++++++++++++++++++--
arch/arm/net/bpf_jit_32.c | 15 ++-
arch/arm64/include/asm/kvm_arm.h | 3 +-
arch/arm64/include/asm/kvm_asm.h | 3 +-
arch/arm64/include/asm/kvm_mmu.h | 22 ++++-
arch/arm64/kvm/hyp.S | 12 ++-
arch/arm64/kvm/sys_regs.c | 99 ++++++++++++++++---
arch/arm64/kvm/sys_regs.h | 2 +
drivers/acpi/acpica/acmacros.h | 10 +-
drivers/acpi/acpica/dsopcode.c | 7 +-
drivers/acpi/acpica/evregion.c | 2 +-
drivers/acpi/acpica/exdump.c | 4 +-
drivers/acpi/acpica/exfldio.c | 10 +-
drivers/acpi/acpica/exregion.c | 8 +-
drivers/acpi/acpica/hwvalid.c | 16 +--
drivers/acpi/acpica/nsdump.c | 12 +--
drivers/acpi/acpica/tbinstal.c | 5 +-
drivers/acpi/acpica/tbprint.c | 17 ++--
drivers/acpi/acpica/tbutils.c | 4 +-
drivers/acpi/acpica/tbxfload.c | 7 +-
drivers/acpi/acpica/tbxfroot.c | 7 +-
drivers/acpi/acpica/utaddress.c | 34 +++----
drivers/gpio/gpiolib.c | 24 ++++-
drivers/gpu/drm/i915/intel_lvds.c | 18 +++-
drivers/gpu/drm/radeon/radeon_asic.c | 2 +-
drivers/gpu/drm/radeon/radeon_asic.h | 4 +
drivers/gpu/drm/radeon/radeon_uvd.c | 105 ++++++++++++++------
drivers/gpu/drm/radeon/rv770d.h | 3 +
drivers/gpu/drm/radeon/uvd_v1_0.c | 14 +--
drivers/gpu/drm/radeon/uvd_v2_2.c | 29 ++++++
drivers/infiniband/core/cma.c | 27 ++++--
drivers/md/dm-crypt.c | 12 +--
drivers/mmc/card/block.c | 12 +++
drivers/mmc/card/queue.c | 2 +-
drivers/mmc/card/queue.h | 2 +
drivers/mmc/core/core.c | 1 +
drivers/mmc/host/sh_mmcif.c | 2 +-
drivers/pinctrl/core.c | 10 +-
drivers/pinctrl/core.h | 2 +-
drivers/pinctrl/devicetree.c | 2 +-
drivers/tty/hvc/hvc_xen.c | 18 +++-
drivers/xen/events/events_2l.c | 10 ++
drivers/xen/events/events_base.c | 7 +-
fs/dcache.c | 31 +++---
fs/namespace.c | 6 ++
fs/nilfs2/btree.c | 2 +-
fs/ocfs2/dlm/dlmmaster.c | 13 +++
include/acpi/acpixf.h | 2 +-
include/linux/nilfs2_fs.h | 2 +-
mm/memory-failure.c | 16 +--
mm/page-writeback.c | 6 +-
sound/oss/sequencer.c | 12 +--
virt/kvm/arm/vgic.c | 38 +++++---
73 files changed, 772 insertions(+), 302 deletions(-)
next reply other threads:[~2015-05-15 23:11 UTC|newest]
Thread overview: 51+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-15 23:10 Greg Kroah-Hartman [this message]
2015-05-15 23:10 ` [PATCH 3.14 01/51] ocfs2: dlm: fix race between purge and get lock resource Greg Kroah-Hartman
2015-05-15 23:10 ` [PATCH 3.14 02/51] nilfs2: fix sanity check of btree level in nilfs_btree_root_broken() Greg Kroah-Hartman
2015-05-15 23:10 ` [PATCH 3.14 03/51] RDMA/CMA: Canonize IPv4 on IPV6 sockets properly Greg Kroah-Hartman
2015-05-15 23:10 ` [PATCH 3.14 04/51] gpio: unregister gpiochip device before removing it Greg Kroah-Hartman
2015-05-15 23:10 ` [PATCH 3.14 05/51] gpio: sysfs: fix memory leaks and device hotplug Greg Kroah-Hartman
2015-05-15 23:10 ` [PATCH 3.14 06/51] mnt: Fix fs_fully_visible to verify the root directory is visible Greg Kroah-Hartman
2015-05-15 23:10 ` [PATCH 3.14 07/51] mm/memory-failure: call shake_page() when error hits thp tail page Greg Kroah-Hartman
2015-05-15 23:10 ` [PATCH 3.14 08/51] writeback: use |1 instead of +1 to protect against div by zero Greg Kroah-Hartman
2015-05-15 23:10 ` [PATCH 3.14 09/51] mm: soft-offline: fix num_poisoned_pages counting on concurrent events Greg Kroah-Hartman
2015-05-15 23:10 ` [PATCH 3.14 10/51] xen/events: Clear cpu_evtchn_mask before resuming Greg Kroah-Hartman
2015-05-15 23:10 ` [PATCH 3.14 11/51] xen/console: Update console event channel on resume Greg Kroah-Hartman
2015-05-15 23:10 ` [PATCH 3.14 12/51] xen/events: Set irq_info->evtchn before binding the channel to CPU in __startup_pirq() Greg Kroah-Hartman
2015-05-15 23:10 ` [PATCH 3.14 13/51] Revert "dm crypt: fix deadlock when async crypto algorithm returns -EBUSY" Greg Kroah-Hartman
2015-05-15 23:10 ` [PATCH 3.14 14/51] ARM: dts: imx25: Add #pwm-cells to pwm4 Greg Kroah-Hartman
2015-05-15 23:10 ` [PATCH 3.14 15/51] ARM: dts: imx28: Fix AUART4 TX-DMA interrupt name Greg Kroah-Hartman
2015-05-15 23:10 ` [PATCH 3.14 16/51] ARM: dts: imx23-olinuxino: Fix dr_mode of usb0 Greg Kroah-Hartman
2015-05-15 23:10 ` [PATCH 3.14 17/51] ARM: dts: imx23-olinuxino: Fix polarity of LED GPIO Greg Kroah-Hartman
2015-05-15 23:10 ` [PATCH 3.14 18/51] ARM: mvebu: armada-xp-openblocks-ax3-4: Disable internal RTC Greg Kroah-Hartman
2015-05-15 23:10 ` [PATCH 3.14 19/51] ARM: net fix emit_udiv() for BPF_ALU | BPF_DIV | BPF_K intruction Greg Kroah-Hartman
2015-05-15 23:10 ` [PATCH 3.14 20/51] ARM: ux500: Move GPIO regulator for SD-card into board DTSs Greg Kroah-Hartman
2015-05-15 23:10 ` [PATCH 3.14 21/51] ARM: ux500: Enable GPIO regulator for SD-card for HREF boards Greg Kroah-Hartman
2015-05-15 23:10 ` [PATCH 3.14 22/51] ARM: ux500: Enable GPIO regulator for SD-card for snowball Greg Kroah-Hartman
2015-05-15 23:10 ` [PATCH 3.14 23/51] drm/i915: Add missing MacBook Pro models with dual channel LVDS Greg Kroah-Hartman
2015-05-15 23:10 ` [PATCH 3.14 27/51] pinctrl: Dont just pretend to protect pinctrl_maps, do it for real Greg Kroah-Hartman
2015-05-15 23:10 ` [PATCH 3.14 28/51] mmc: card: Dont access RPMB partitions for normal read/write Greg Kroah-Hartman
2015-05-15 23:10 ` [PATCH 3.14 29/51] mmc: core: add missing pm event in mmc_pm_notify to fix hib restore Greg Kroah-Hartman
2015-05-15 23:10 ` [PATCH 3.14 30/51] mmc: sh_mmcif: Fix timeout value for command request Greg Kroah-Hartman
2015-05-15 23:10 ` [PATCH 3.14 31/51] sound/oss: fix deadlock in sequencer_ioctl(SNDCTL_SEQ_OUTOFBAND) Greg Kroah-Hartman
2015-05-15 23:10 ` [PATCH 3.14 32/51] ACPICA: Tables: Change acpi_find_root_pointer() to use acpi_physical_address Greg Kroah-Hartman
2015-05-15 23:10 ` [PATCH 3.14 33/51] ACPICA: Utilities: Cleanup to enforce ACPI_PHYSADDR_TO_PTR()/ACPI_PTR_TO_PHYSADDR() Greg Kroah-Hartman
2015-05-15 23:10 ` [PATCH 3.14 34/51] ACPICA: Utilities: Cleanup to convert physical address printing formats Greg Kroah-Hartman
2015-05-15 23:10 ` [PATCH 3.14 35/51] ACPICA: Utilities: Cleanup to remove useless ACPI_PRINTF/FORMAT_xxx helpers Greg Kroah-Hartman
2015-05-15 23:10 ` [PATCH 3.14 36/51] deal with deadlock in d_walk() Greg Kroah-Hartman
2015-05-15 23:10 ` [PATCH 3.14 37/51] arm64: KVM: force cache clean on page fault when caches are off Greg Kroah-Hartman
2015-05-15 23:10 ` [PATCH 3.14 38/51] arm64: KVM: allows discrimination of AArch32 sysreg access Greg Kroah-Hartman
2015-05-15 23:10 ` [PATCH 3.14 39/51] arm64: KVM: trap VM system registers until MMU and caches are ON Greg Kroah-Hartman
2015-05-15 23:10 ` [PATCH 3.14 40/51] ARM: KVM: introduce kvm_p*d_addr_end Greg Kroah-Hartman
2015-05-15 23:10 ` [PATCH 3.14 41/51] arm64: KVM: flush VM pages before letting the guest enable caches Greg Kroah-Hartman
2015-05-15 23:10 ` [PATCH 3.14 42/51] ARM: KVM: force cache clean on page fault when caches are off Greg Kroah-Hartman
2015-05-15 23:10 ` [PATCH 3.14 43/51] ARM: KVM: fix handling of trapped 64bit coprocessor accesses Greg Kroah-Hartman
2015-05-15 23:10 ` [PATCH 3.14 44/51] ARM: KVM: fix ordering of " Greg Kroah-Hartman
2015-05-15 23:10 ` [PATCH 3.14 45/51] ARM: KVM: introduce per-vcpu HYP Configuration Register Greg Kroah-Hartman
2015-05-15 23:10 ` [PATCH 3.14 46/51] ARM: KVM: add world-switch for AMAIR{0,1} Greg Kroah-Hartman
2015-05-15 23:10 ` [PATCH 3.14 47/51] ARM: KVM: trap VM system registers until MMU and caches are ON Greg Kroah-Hartman
2015-05-15 23:10 ` [PATCH 3.14 48/51] KVM: arm/arm64: vgic: fix GICD_ICFGR register accesses Greg Kroah-Hartman
2015-05-15 23:10 ` [PATCH 3.14 49/51] KVM: ARM: vgic: Fix the overlap check action about setting the GICD & GICC base address Greg Kroah-Hartman
2015-05-15 23:10 ` [PATCH 3.14 50/51] arm64: kvm: use inner-shareable barriers for inner-shareable maintenance Greg Kroah-Hartman
2015-05-15 23:10 ` [PATCH 3.14 51/51] kvm: arm64: vgic: fix hyp panic with 64k pages on juno platform Greg Kroah-Hartman
2015-05-16 3:15 ` [PATCH 3.14 00/51] 3.14.43-stable review Shuah Khan
2015-05-16 3:15 ` Guenter Roeck
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150515230950.640453239@linuxfoundation.org \
--to=gregkh@linuxfoundation.org \
--cc=akpm@linux-foundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@roeck-us.net \
--cc=shuah.kh@samsung.com \
--cc=stable@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox