From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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.4 0/6] 3.4.86-stable review Date: Mon, 31 Mar 2014 21:07:50 -0700 Message-Id: <20140401032815.814334997@linuxfoundation.org> Sender: linux-kernel-owner@vger.kernel.org List-ID: This is the start of the stable review cycle for the 3.4.86 release. There are 6 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 03:28:04 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.4.86-rc1.gz and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman Linux 3.4.86-rc1 Daniel Borkmann netfilter: nf_conntrack_dccp: fix skb_header_pointer API usages Artem Fetishev x86: fix boot on uniprocessor systems Hans de Goede Input: synaptics - add manual min/max quirk for ThinkPad X240 Benjamin Tissoires Input: synaptics - add manual min/max quirk Theodore Ts'o ext4: atomically set inode->i_flags in ext4_set_inode_flags() Samuel Thibault staging: speakup: Prefix externally-visible symbols ------------- Diffstat: Makefile | 4 +- arch/x86/include/asm/topology.h | 3 +- drivers/input/mouse/synaptics.c | 55 +++++ drivers/staging/speakup/i18n.c | 12 +- drivers/staging/speakup/i18n.h | 12 +- drivers/staging/speakup/keyhelp.c | 36 +-- drivers/staging/speakup/kobjects.c | 80 +++---- drivers/staging/speakup/main.c | 366 +++++++++++++++---------------- drivers/staging/speakup/selection.c | 14 +- drivers/staging/speakup/serialio.c | 6 +- drivers/staging/speakup/speakup.h | 72 +++--- drivers/staging/speakup/speakup_acntpc.c | 6 +- drivers/staging/speakup/speakup_acntsa.c | 2 +- drivers/staging/speakup/speakup_apollo.c | 8 +- drivers/staging/speakup/speakup_audptr.c | 2 +- drivers/staging/speakup/speakup_bns.c | 2 +- drivers/staging/speakup/speakup_decext.c | 6 +- drivers/staging/speakup/speakup_decpc.c | 4 +- drivers/staging/speakup/speakup_dectlk.c | 6 +- drivers/staging/speakup/speakup_dtlk.c | 4 +- drivers/staging/speakup/speakup_dummy.c | 2 +- drivers/staging/speakup/speakup_keypc.c | 6 +- drivers/staging/speakup/speakup_ltlk.c | 2 +- drivers/staging/speakup/speakup_spkout.c | 2 +- drivers/staging/speakup/speakup_txprt.c | 2 +- drivers/staging/speakup/spk_priv.h | 8 +- drivers/staging/speakup/synth.c | 38 ++-- drivers/staging/speakup/thread.c | 4 +- drivers/staging/speakup/varhandlers.c | 66 +++--- fs/ext4/inode.c | 15 +- include/linux/bitops.h | 15 ++ net/netfilter/nf_conntrack_proto_dccp.c | 6 +- 32 files changed, 470 insertions(+), 396 deletions(-)