| From: |
| Greg KH <gregkh@linuxfoundation.org> |
| To: |
| linux-kernel@vger.kernel.org, Andrew Morton <akpm@linux-foundation.org>, torvalds@linux-foundation.org, stable@vger.kernel.org |
| Subject: |
| Linux 3.10.36 |
| Date: |
| Thu, 3 Apr 2014 15:47:04 -0700 |
| Message-ID: |
| <20140403224704.GA13908@kroah.com> |
| Cc: |
| lwn@lwn.net, Jiri Slaby <jslaby@suse.cz> |
| Archive‑link: | |
Article |
I'm announcing the release of the 3.10.36 kernel.
All users of the 3.10 kernel series must upgrade.
The updated 3.10.y git tree can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.10.y
and can be browsed at the normal kernel.org git web browser:
http://git.kernel.org/?p=linux/kernel/git/stable/linux-st...
thanks,
greg k-h
------------
Makefile | 2
arch/x86/include/asm/topology.h | 3 -
drivers/block/aoe/aoecmd.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 | 4 -
drivers/vfio/vfio_iommu_type1.c | 4 -
fs/ext4/inode.c | 15 +++---
fs/proc/page.c | 2
include/linux/bitops.h | 15 ++++++
include/linux/huge_mm.h | 18 -------
include/linux/mm.h | 14 +++++-
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 +-
virt/kvm/kvm_main.c | 4 -
19 files changed, 154 insertions(+), 76 deletions(-)
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
David Rientjes (1):
mm: close PageTail race
Dmitry Torokhov (1):
Input: mousedev - fix race when creating mixed device
Greg Kroah-Hartman (1):
Linux 3.10.36
Hans de Goede (2):
Input: synaptics - add manual min/max quirk for ThinkPad X240
Input: cypress_ps2 - don't report as a button pads
Theodore Ts'o (1):
ext4: atomically set inode->i_flags in ext4_set_inode_flags()
Thomas Petazzoni (1):
net: mvneta: rename MVNETA_GMAC2_PSC_ENABLE to MVNETA_GMAC2_PCS_ENABLE