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 <gre...@linuxfoundation.org>
    Linux 3.4.91-rc1

Mikulas Patocka <mpato...@redhat.com>
    tgafb: fix mode setting with fbset

Andreas Schwab <sch...@linux-m68k.org>
    powerpc: Add vr save/restore functions

Steven Rostedt (Red Hat) <rost...@goodmis.org>
    tracepoint: Do not waste memory on mods with no tracepoints

Thomas Graf <tg...@suug.ch>
    netfilter: Can't fail and free after table replacement

Joe Perches <j...@perches.com>
    net: Add net_ratelimited_function and net_<level>_ratelimited macros

Andrey Vagin <ava...@openvz.org>
    netfilter: nf_conntrack: reserve two bytes for nf_ct_ext->len

Roman Pen <r.peni...@gmail.com>
    blktrace: fix accounting of partially completed requests

Peter Hurley <pe...@hurleysoftware.com>
    n_tty: Fix n_tty_write crash when echoing in raw mode

Dan Carpenter <dan.carpen...@oracle.com>
    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(-)


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to