I'm announcing the release of the 3.14.43 kernel. All users of the 3.14 kernel series must upgrade. The updated 3.14.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.14.y and can be browsed at the normal kernel.org git web browser: http://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=summary thanks, greg k-h ------------ Documentation/devicetree/bindings/dma/fsl-mxs-dma.txt | 2 Makefile | 2 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, 771 insertions(+), 301 deletions(-) Al Viro (1): deal with deadlock in d_walk() Alexey Khoroshilov (1): sound/oss: fix deadlock in sequencer_ioctl(SNDCTL_SEQ_OUTOFBAND) Andre Przywara (1): KVM: arm/arm64: vgic: fix GICD_ICFGR register accesses Boris Ostrovsky (3): xen/events: Clear cpu_evtchn_mask before resuming xen/console: Update console event channel on resume xen/events: Set irq_info->evtchn before binding the channel to CPU in __startup_pirq() Christian König (3): drm/radeon: disable semaphores for UVD V1 (v2) drm/radeon: make UVD handle checking more strict drm/radeon: more strictly validate the UVD codec Chuanxiao Dong (1): mmc: card: Don't access RPMB partitions for normal read/write Doug Anderson (1): pinctrl: Don't just pretend to protect pinctrl_maps, do it for real Eric W. Biederman (1): mnt: Fix fs_fully_visible to verify the root directory is visible Fabio Estevam (1): ARM: dts: imx23-olinuxino: Fix polarity of LED GPIO Greg Kroah-Hartman (1): Linux 3.14.43 Gregory CLEMENT (1): ARM: mvebu: armada-xp-openblocks-ax3-4: Disable internal RTC Grygorii Strashko (1): mmc: core: add missing pm event in mmc_pm_notify to fix hib restore Haibin Wang (1): KVM: ARM: vgic: Fix the overlap check action about setting the GICD & GICC base address. Jason Gunthorpe (1): RDMA/CMA: Canonize IPv4 on IPV6 sockets properly Johan Hovold (2): gpio: unregister gpiochip device before removing it gpio: sysfs: fix memory leaks and device hotplug Junxiao Bi (1): ocfs2: dlm: fix race between purge and get lock resource Lukas Wunner (1): drm/i915: Add missing MacBook Pro models with dual channel LVDS Lv Zheng (4): ACPICA: Tables: Change acpi_find_root_pointer() to use acpi_physical_address. ACPICA: Utilities: Cleanup to enforce ACPI_PHYSADDR_TO_PTR()/ACPI_PTR_TO_PHYSADDR(). ACPICA: Utilities: Cleanup to convert physical address printing formats. ACPICA: Utilities: Cleanup to remove useless ACPI_PRINTF/FORMAT_xxx helpers. Marc Zyngier (11): arm64: KVM: force cache clean on page fault when caches are off arm64: KVM: allows discrimination of AArch32 sysreg access arm64: KVM: trap VM system registers until MMU and caches are ON ARM: KVM: introduce kvm_p*d_addr_end arm64: KVM: flush VM pages before letting the guest enable caches ARM: KVM: force cache clean on page fault when caches are off ARM: KVM: fix handling of trapped 64bit coprocessor accesses ARM: KVM: fix ordering of 64bit coprocessor accesses ARM: KVM: introduce per-vcpu HYP Configuration Register ARM: KVM: add world-switch for AMAIR{0,1} ARM: KVM: trap VM system registers until MMU and caches are ON Marek Vasut (1): ARM: dts: imx28: Fix AUART4 TX-DMA interrupt name Markus Pargmann (1): ARM: dts: imx25: Add #pwm-cells to pwm4 Naoya Horiguchi (2): mm/memory-failure: call shake_page() when error hits thp tail page mm: soft-offline: fix num_poisoned_pages counting on concurrent events Nicolas Schichan (1): ARM: net fix emit_udiv() for BPF_ALU | BPF_DIV | BPF_K intruction. Rabin Vincent (1): Revert "dm crypt: fix deadlock when async crypto algorithm returns -EBUSY" Ryusuke Konishi (1): nilfs2: fix sanity check of btree level in nilfs_btree_root_broken() Stefan Wahren (1): ARM: dts: imx23-olinuxino: Fix dr_mode of usb0 Takeshi Kihara (1): mmc: sh_mmcif: Fix timeout value for command request Tejun Heo (1): writeback: use |1 instead of +1 to protect against div by zero Ulf Hansson (3): ARM: ux500: Move GPIO regulator for SD-card into board DTSs ARM: ux500: Enable GPIO regulator for SD-card for HREF boards ARM: ux500: Enable GPIO regulator for SD-card for snowball Will Deacon (2): arm64: kvm: use inner-shareable barriers for inner-shareable maintenance kvm: arm64: vgic: fix hyp panic with 64k pages on juno platform
Attachment:
pgpFmlRuI3wAa.pgp
Description: PGP signature