Quantcast
Viewing all articles
Browse latest Browse all 24115

Linux 3.13.9 (1 reply)

I'm announcing the release of the 3.13.9 kernel.

All users of the 3.13 kernel series must upgrade.

The updated 3.13.y git tree can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.13.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

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

Makefile | 2
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, 361 insertions(+), 237 deletions(-)

Al Viro (6):
rcuwalk: recheck mount_lock after mountpoint crossing attempts
make prepend_name() work correctly when called with negative *buflen
resizable namespace.c hashes
keep shadowed vfsmounts together
don't bother with propagate_mnt() unless the target is shared
switch mnt_hash to hlist

Artem Fetishev (1):
x86: fix boot on uniprocessor systems

Benjamin Tissoires (1):
Input: synaptics - add manual min/max quirk

Daniel Borkmann (1):
netfilter: nf_conntrack_dccp: fix skb_header_pointer API usages

Daniel Vetter (1):
drm/i915: Undo gtt scratch pte unmapping again

David Rientjes (1):
mm: close PageTail race

David Vrabel (1):
Revert "xen: properly account for _PAGE_NUMA during xen pte translations"

Dmitry Torokhov (1):
Input: mousedev - fix race when creating mixed device

Greg Kroah-Hartman (1):
Linux 3.13.9

Hans de Goede (2):
Input: synaptics - add manual min/max quirk for ThinkPad X240
Input: cypress_ps2 - don't report as a button pads

Li Zefan (1):
cgroup: protect modifications to cgroup_idr with cgroup_mutex

Sasha Levin (1):
random32: avoid attempt to late reseed if in the middle of seeding

Scott Wood (1):
i2c: cpm: Fix build by adding of_address.h and of_irq.h

Theodore Ts'o (1):
ext4: atomically set inode->i_flags in ext4_set_inode_flags()

Thomas Petazzoni (2):
net: mvneta: rename MVNETA_GMAC2_PSC_ENABLE to MVNETA_GMAC2_PCS_ENABLE
net: mvneta: fix usage as a module on RGMII configurations

Wei Liu (1):
xen/balloon: flush persistent kmaps in correct position

Viewing all articles
Browse latest Browse all 24115

Trending Articles