stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 3.14 00/17] 3.14.34-stable review
@ 2015-02-25  2:10 Greg Kroah-Hartman
  2015-02-25  2:10 ` [PATCH 3.14 01/17] ip: zero sockaddr returned on error queue Greg Kroah-Hartman
                   ` (18 more replies)
  0 siblings, 19 replies; 20+ messages in thread
From: Greg Kroah-Hartman @ 2015-02-25  2:10 UTC (permalink / raw)
  To: linux-kernel
  Cc: Greg Kroah-Hartman, torvalds, akpm, linux, satoru.takeuchi,
	shuah.kh, stable

This is the start of the stable review cycle for the 3.14.34 release.
There are 17 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 Fri Feb 27 02:08:17 UTC 2015.
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.14.34-rc1.gz
and the diffstat can be found below.

thanks,

greg k-h

-------------
Pseudo-Shortlog of commits:

Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    Linux 3.14.34-rc1

Austin Lund <austin.lund@gmail.com>
    media/rc: Send sync space information on the lirc device

Saran Maruti Ramanara <saran.neti@telus.com>
    net: sctp: fix passing wrong parameter header to param_type2af in sctp_process_param

Florian Westphal <fw@strlen.de>
    ppp: deflate: never return len larger than output buffer

Eric Dumazet <edumazet@google.com>
    ipv4: tcp: get rid of ugly unicast_sock

Eric Dumazet <edumazet@google.com>
    tcp: ipv4: initialize unicast_sock sk_pacing_rate

Roopa Prabhu <roopa@cumulusnetworks.com>
    bridge: dont send notification when skb->len == 0 in rtnl_bridge_notify

Christoph Hellwig <hch@lst.de>
    net: don't OOPS on socket aio

Govindarajulu Varadarajan <_govind@gmx.com>
    bnx2x: fix napi poll return value for repoll

Hannes Frederic Sowa <hannes@stressinduktion.org>
    ipv6: replacing a rt6_info needs to purge possible propagated rt6_infos too

subashab@codeaurora.org <subashab@codeaurora.org>
    ping: Fix race in free in receive path

Herbert Xu <herbert@gondor.apana.org.au>
    udp_diag: Fix socket skipping within chain

Hannes Frederic Sowa <hannes@stressinduktion.org>
    ipv4: try to cache dst_entries which would cause a redirect

Daniel Borkmann <dborkman@redhat.com>
    net: sctp: fix slab corruption from use after free on INIT collisions

Eric Dumazet <edumazet@google.com>
    netxen: fix netxen_nic_poll() logic

Hagen Paul Pfeifer <hagen@jauu.net>
    ipv6: stop sending PTB packets for MTU < 1280

Eric Dumazet <edumazet@google.com>
    net: rps: fix cpu unplug

Willem de Bruijn <willemb@google.com>
    ip: zero sockaddr returned on error queue


-------------

Diffstat:

 Makefile                                           |  4 +-
 drivers/media/rc/ir-lirc-codec.c                   | 12 ++++--
 drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c    |  2 +-
 .../net/ethernet/qlogic/netxen/netxen_nic_main.c   |  5 ++-
 drivers/net/ppp/ppp_deflate.c                      |  2 +-
 include/net/ip.h                                   | 13 ++++---
 include/net/netns/ipv4.h                           |  1 +
 net/core/dev.c                                     | 20 +++++++---
 net/core/rtnetlink.c                               |  6 ++-
 net/ipv4/ip_forward.c                              |  3 +-
 net/ipv4/ip_output.c                               | 29 ++------------
 net/ipv4/ip_sockglue.c                             |  8 +---
 net/ipv4/ping.c                                    |  5 ++-
 net/ipv4/route.c                                   |  9 +++--
 net/ipv4/tcp_ipv4.c                                | 37 +++++++++++++++---
 net/ipv4/udp_diag.c                                |  4 +-
 net/ipv6/datagram.c                                | 10 ++---
 net/ipv6/ip6_fib.c                                 | 45 +++++++++++++---------
 net/ipv6/route.c                                   |  7 +---
 net/sctp/associola.c                               |  1 -
 net/sctp/sm_make_chunk.c                           |  2 +-
 net/socket.c                                       |  3 --
 22 files changed, 128 insertions(+), 100 deletions(-)



^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2015-02-25 20:55 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-25  2:10 [PATCH 3.14 00/17] 3.14.34-stable review Greg Kroah-Hartman
2015-02-25  2:10 ` [PATCH 3.14 01/17] ip: zero sockaddr returned on error queue Greg Kroah-Hartman
2015-02-25  2:10 ` [PATCH 3.14 02/17] net: rps: fix cpu unplug Greg Kroah-Hartman
2015-02-25  2:10 ` [PATCH 3.14 03/17] ipv6: stop sending PTB packets for MTU < 1280 Greg Kroah-Hartman
2015-02-25  2:10 ` [PATCH 3.14 04/17] netxen: fix netxen_nic_poll() logic Greg Kroah-Hartman
2015-02-25  2:10 ` [PATCH 3.14 05/17] net: sctp: fix slab corruption from use after free on INIT collisions Greg Kroah-Hartman
2015-02-25  2:10 ` [PATCH 3.14 06/17] ipv4: try to cache dst_entries which would cause a redirect Greg Kroah-Hartman
2015-02-25  2:10 ` [PATCH 3.14 07/17] udp_diag: Fix socket skipping within chain Greg Kroah-Hartman
2015-02-25  2:10 ` [PATCH 3.14 08/17] ping: Fix race in free in receive path Greg Kroah-Hartman
2015-02-25  2:10 ` [PATCH 3.14 09/17] ipv6: replacing a rt6_info needs to purge possible propagated rt6_infos too Greg Kroah-Hartman
2015-02-25  2:10 ` [PATCH 3.14 10/17] bnx2x: fix napi poll return value for repoll Greg Kroah-Hartman
2015-02-25  2:10 ` [PATCH 3.14 11/17] net: dont OOPS on socket aio Greg Kroah-Hartman
2015-02-25  2:10 ` [PATCH 3.14 12/17] bridge: dont send notification when skb->len == 0 in rtnl_bridge_notify Greg Kroah-Hartman
2015-02-25  2:10 ` [PATCH 3.14 13/17] tcp: ipv4: initialize unicast_sock sk_pacing_rate Greg Kroah-Hartman
2015-02-25  2:10 ` [PATCH 3.14 14/17] ipv4: tcp: get rid of ugly unicast_sock Greg Kroah-Hartman
2015-02-25  2:10 ` [PATCH 3.14 15/17] ppp: deflate: never return len larger than output buffer Greg Kroah-Hartman
2015-02-25  2:10 ` [PATCH 3.14 16/17] net: sctp: fix passing wrong parameter header to param_type2af in sctp_process_param Greg Kroah-Hartman
2015-02-25  2:10 ` [PATCH 3.14 17/17] [media] media/rc: Send sync space information on the lirc device Greg Kroah-Hartman
2015-02-25 16:45 ` [PATCH 3.14 00/17] 3.14.34-stable review Guenter Roeck
2015-02-25 20:55 ` Shuah Khan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).