Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752550AbaDAELl (ORCPT ); Tue, 1 Apr 2014 00:11:41 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:53835 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750966AbaDAELj (ORCPT ); Tue, 1 Apr 2014 00:11:39 -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, satoru.takeuchi@gmail.com, shuah.kh@samsung.com, stable@vger.kernel.org Subject: [PATCH 3.13 00/22] 3.13.9-stable review Date: Mon, 31 Mar 2014 21:08:30 -0700 Message-Id: <20140401040703.045139933@linuxfoundation.org> X-Mailer: git-send-email 1.9.0 User-Agent: quilt/0.60-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This is the start of the stable review cycle for the 3.13.9 release. There are 22 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 Thu Apr 3 04:06:39 UTC 2014. 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.0/stable-review/patch-3.13.9-rc1.gz and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman Linux 3.13.9-rc1 Daniel Borkmann netfilter: nf_conntrack_dccp: fix skb_header_pointer API usages Li Zefan cgroup: protect modifications to cgroup_idr with cgroup_mutex David Rientjes mm: close PageTail race Al Viro switch mnt_hash to hlist Al Viro don't bother with propagate_mnt() unless the target is shared Al Viro keep shadowed vfsmounts together Al Viro resizable namespace.c hashes Sasha Levin random32: avoid attempt to late reseed if in the middle of seeding Thomas Petazzoni net: mvneta: fix usage as a module on RGMII configurations Thomas Petazzoni net: mvneta: rename MVNETA_GMAC2_PSC_ENABLE to MVNETA_GMAC2_PCS_ENABLE Al Viro make prepend_name() work correctly when called with negative *buflen Artem Fetishev x86: fix boot on uniprocessor systems Daniel Vetter drm/i915: Undo gtt scratch pte unmapping again Scott Wood i2c: cpm: Fix build by adding of_address.h and of_irq.h David Vrabel Revert "xen: properly account for _PAGE_NUMA during xen pte translations" Wei Liu xen/balloon: flush persistent kmaps in correct position Hans de Goede Input: cypress_ps2 - don't report as a button pads Hans de Goede Input: synaptics - add manual min/max quirk for ThinkPad X240 Benjamin Tissoires Input: synaptics - add manual min/max quirk Dmitry Torokhov Input: mousedev - fix race when creating mixed device Al Viro rcuwalk: recheck mount_lock after mountpoint crossing attempts Theodore Ts'o ext4: atomically set inode->i_flags in ext4_set_inode_flags() ------------- Diffstat: Makefile | 4 +- arch/x86/include/asm/pgtable.h | 14 +-- arch/x86/include/asm/topology.h | 3 +- arch/x86/xen/mmu.c | 4 +- drivers/block/aoe/aoecmd.c | 4 +- drivers/gpu/drm/i915/i915_gem_gtt.c | 2 +- drivers/i2c/busses/i2c-cpm.c | 2 + drivers/input/mouse/cypress_ps2.c | 1 - drivers/input/mouse/synaptics.c | 55 ++++++++++ drivers/input/mousedev.c | 73 +++++++------ drivers/net/ethernet/marvell/mvneta.c | 43 ++------ drivers/vfio/vfio_iommu_type1.c | 4 +- drivers/xen/balloon.c | 24 +++-- fs/dcache.c | 4 +- fs/ext4/inode.c | 15 +-- fs/mount.h | 4 +- fs/namei.c | 29 +++--- fs/namespace.c | 177 +++++++++++++++++++++----------- fs/pnode.c | 26 +++-- fs/pnode.h | 4 +- fs/proc/page.c | 2 +- include/linux/bitops.h | 15 +++ include/linux/cgroup.h | 2 + include/linux/huge_mm.h | 18 ---- include/linux/mm.h | 14 ++- kernel/cgroup.c | 26 ++--- lib/random32.c | 13 ++- mm/ksm.c | 2 +- mm/memory-failure.c | 2 +- mm/page_alloc.c | 4 +- mm/swap.c | 4 +- net/netfilter/nf_conntrack_proto_dccp.c | 6 +- 32 files changed, 362 insertions(+), 238 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/