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 <[email protected]>
    Linux 3.4.91-rc1

Mikulas Patocka <[email protected]>
    tgafb: fix mode setting with fbset

Andreas Schwab <[email protected]>
    powerpc: Add vr save/restore functions

Steven Rostedt (Red Hat) <[email protected]>
    tracepoint: Do not waste memory on mods with no tracepoints

Thomas Graf <[email protected]>
    netfilter: Can't fail and free after table replacement

Joe Perches <[email protected]>
    net: Add net_ratelimited_function and net_<level>_ratelimited macros

Andrey Vagin <[email protected]>
    netfilter: nf_conntrack: reserve two bytes for nf_ct_ext->len

Roman Pen <[email protected]>
    blktrace: fix accounting of partially completed requests

Peter Hurley <[email protected]>
    n_tty: Fix n_tty_write crash when echoing in raw mode

Dan Carpenter <[email protected]>
    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 stable" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to