stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 3.13 00/22] 3.13.9-stable review
@ 2014-04-01  4:08 Greg Kroah-Hartman
  2014-04-01  4:08 ` [PATCH 3.13 01/22] ext4: atomically set inode->i_flags in ext4_set_inode_flags() Greg Kroah-Hartman
                   ` (22 more replies)
  0 siblings, 23 replies; 29+ messages in thread
From: Greg Kroah-Hartman @ 2014-04-01  4:08 UTC (permalink / raw)
  To: linux-kernel
  Cc: Greg Kroah-Hartman, torvalds, akpm, linux, satoru.takeuchi,
	shuah.kh, stable

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

Daniel Borkmann <dborkman@redhat.com>
    netfilter: nf_conntrack_dccp: fix skb_header_pointer API usages

Li Zefan <lizefan@huawei.com>
    cgroup: protect modifications to cgroup_idr with cgroup_mutex

David Rientjes <rientjes@google.com>
    mm: close PageTail race

Al Viro <viro@zeniv.linux.org.uk>
    switch mnt_hash to hlist

Al Viro <viro@zeniv.linux.org.uk>
    don't bother with propagate_mnt() unless the target is shared

Al Viro <viro@zeniv.linux.org.uk>
    keep shadowed vfsmounts together

Al Viro <viro@zeniv.linux.org.uk>
    resizable namespace.c hashes

Sasha Levin <sasha.levin@oracle.com>
    random32: avoid attempt to late reseed if in the middle of seeding

Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
    net: mvneta: fix usage as a module on RGMII configurations

Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
    net: mvneta: rename MVNETA_GMAC2_PSC_ENABLE to MVNETA_GMAC2_PCS_ENABLE

Al Viro <viro@zeniv.linux.org.uk>
    make prepend_name() work correctly when called with negative *buflen

Artem Fetishev <artem_fetishev@epam.com>
    x86: fix boot on uniprocessor systems

Daniel Vetter <daniel.vetter@ffwll.ch>
    drm/i915: Undo gtt scratch pte unmapping again

Scott Wood <scottwood@freescale.com>
    i2c: cpm: Fix build by adding of_address.h and of_irq.h

David Vrabel <david.vrabel@citrix.com>
    Revert "xen: properly account for _PAGE_NUMA during xen pte translations"

Wei Liu <wei.liu2@citrix.com>
    xen/balloon: flush persistent kmaps in correct position

Hans de Goede <hdegoede@redhat.com>
    Input: cypress_ps2 - don't report as a button pads

Hans de Goede <hdegoede@redhat.com>
    Input: synaptics - add manual min/max quirk for ThinkPad X240

Benjamin Tissoires <benjamin.tissoires@redhat.com>
    Input: synaptics - add manual min/max quirk

Dmitry Torokhov <dmitry.torokhov@gmail.com>
    Input: mousedev - fix race when creating mixed device

Al Viro <viro@zeniv.linux.org.uk>
    rcuwalk: recheck mount_lock after mountpoint crossing attempts

Theodore Ts'o <tytso@mit.edu>
    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(-)



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

end of thread, other threads:[~2014-04-10 10:08 UTC | newest]

Thread overview: 29+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-01  4:08 [PATCH 3.13 00/22] 3.13.9-stable review Greg Kroah-Hartman
2014-04-01  4:08 ` [PATCH 3.13 01/22] ext4: atomically set inode->i_flags in ext4_set_inode_flags() Greg Kroah-Hartman
2014-04-01  4:08 ` [PATCH 3.13 02/22] rcuwalk: recheck mount_lock after mountpoint crossing attempts Greg Kroah-Hartman
2014-04-01  4:08 ` [PATCH 3.13 03/22] Input: mousedev - fix race when creating mixed device Greg Kroah-Hartman
2014-04-01  4:08 ` [PATCH 3.13 04/22] Input: synaptics - add manual min/max quirk Greg Kroah-Hartman
2014-04-01  4:08 ` [PATCH 3.13 05/22] Input: synaptics - add manual min/max quirk for ThinkPad X240 Greg Kroah-Hartman
2014-04-01  4:08 ` [PATCH 3.13 06/22] Input: cypress_ps2 - dont report as a button pads Greg Kroah-Hartman
2014-04-01  4:08 ` [PATCH 3.13 07/22] xen/balloon: flush persistent kmaps in correct position Greg Kroah-Hartman
2014-04-01  4:08 ` [PATCH 3.13 08/22] Revert "xen: properly account for _PAGE_NUMA during xen pte translations" Greg Kroah-Hartman
2014-04-10 10:05   ` Steven Noonan
2014-04-10 10:08     ` David Vrabel
2014-04-01  4:08 ` [PATCH 3.13 09/22] i2c: cpm: Fix build by adding of_address.h and of_irq.h Greg Kroah-Hartman
2014-04-01  4:08 ` [PATCH 3.13 10/22] drm/i915: Undo gtt scratch pte unmapping again Greg Kroah-Hartman
2014-04-01  4:08 ` [PATCH 3.13 11/22] x86: fix boot on uniprocessor systems Greg Kroah-Hartman
2014-04-01  4:08 ` [PATCH 3.13 12/22] make prepend_name() work correctly when called with negative *buflen Greg Kroah-Hartman
2014-04-09 20:17   ` Sasha Levin
2014-04-01  4:08 ` [PATCH 3.13 13/22] net: mvneta: rename MVNETA_GMAC2_PSC_ENABLE to MVNETA_GMAC2_PCS_ENABLE Greg Kroah-Hartman
2014-04-01  4:08 ` [PATCH 3.13 14/22] net: mvneta: fix usage as a module on RGMII configurations Greg Kroah-Hartman
2014-04-01  4:08 ` [PATCH 3.13 15/22] random32: avoid attempt to late reseed if in the middle of seeding Greg Kroah-Hartman
2014-04-01  4:08 ` [PATCH 3.13 16/22] resizable namespace.c hashes Greg Kroah-Hartman
2014-04-01  4:08 ` [PATCH 3.13 17/22] keep shadowed vfsmounts together Greg Kroah-Hartman
2014-04-01  4:08 ` [PATCH 3.13 18/22] dont bother with propagate_mnt() unless the target is shared Greg Kroah-Hartman
2014-04-01  4:08 ` [PATCH 3.13 19/22] switch mnt_hash to hlist Greg Kroah-Hartman
2014-04-01  4:08 ` [PATCH 3.13 20/22] mm: close PageTail race Greg Kroah-Hartman
2014-04-01  4:08 ` [PATCH 3.13 21/22] cgroup: protect modifications to cgroup_idr with cgroup_mutex Greg Kroah-Hartman
2014-04-01  4:08 ` [PATCH 3.13 22/22] netfilter: nf_conntrack_dccp: fix skb_header_pointer API usages Greg Kroah-Hartman
2014-04-02  0:03 ` [PATCH 3.13 00/22] 3.13.9-stable review Guenter Roeck
2014-04-03 22:45   ` Greg Kroah-Hartman
2014-04-04 13:30     ` 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).