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 <gregkh@xxxxxxxxxxxxxxxxxxx> Linux 3.4.86-rc1 Daniel Borkmann <dborkman@xxxxxxxxxx> netfilter: nf_conntrack_dccp: fix skb_header_pointer API usages Artem Fetishev <artem_fetishev@xxxxxxxx> x86: fix boot on uniprocessor systems Hans de Goede <hdegoede@xxxxxxxxxx> Input: synaptics - add manual min/max quirk for ThinkPad X240 Benjamin Tissoires <benjamin.tissoires@xxxxxxxxxx> Input: synaptics - add manual min/max quirk Theodore Ts'o <tytso@xxxxxxx> ext4: atomically set inode->i_flags in ext4_set_inode_flags() Samuel Thibault <samuel.thibault@xxxxxxxxxxxx> 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(-) -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html