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/9] 3.4.91-stable review Date: Fri, 16 May 2014 15:55:23 -0700 Message-Id: <20140516225458.512693003@linuxfoundation.org> Sender: linux-kernel-owner@vger.kernel.org List-ID: This is the start of the stable review cycle for the 3.4.91 release. There are 9 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 Sun May 18 22:54:50 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.91-rc1.gz and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman Linux 3.4.91-rc1 Mikulas Patocka tgafb: fix mode setting with fbset Andreas Schwab powerpc: Add vr save/restore functions Steven Rostedt (Red Hat) tracepoint: Do not waste memory on mods with no tracepoints Thomas Graf netfilter: Can't fail and free after table replacement Joe Perches net: Add net_ratelimited_function and net__ratelimited macros Andrey Vagin netfilter: nf_conntrack: reserve two bytes for nf_ct_ext->len Roman Pen blktrace: fix accounting of partially completed requests Peter Hurley n_tty: Fix n_tty_write crash when echoing in raw mode Dan Carpenter SCSI: megaraid: missing bounds check in mimd_to_kioc() ------------- Diffstat: Makefile | 4 +- arch/powerpc/lib/crtsavres.S | 186 ++++++++++++++++++++++++++++ block/blk-core.c | 2 +- drivers/scsi/megaraid/megaraid_mm.c | 2 + drivers/tty/n_tty.c | 2 + drivers/video/tgafb.c | 15 ++- include/linux/net.h | 23 ++++ include/net/netfilter/nf_conntrack_extend.h | 4 +- include/trace/events/block.h | 33 ++++- kernel/trace/blktrace.c | 20 +-- kernel/tracepoint.c | 6 + net/bridge/netfilter/ebtables.c | 5 +- net/ipv4/netfilter/arp_tables.c | 6 +- net/ipv4/netfilter/ip_tables.c | 6 +- net/ipv6/netfilter/ip6_tables.c | 6 +- scripts/mod/modpost.c | 8 +- 16 files changed, 297 insertions(+), 31 deletions(-)