Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754317AbbBYC3s (ORCPT ); Tue, 24 Feb 2015 21:29:48 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:43409 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752971AbbBYCQF (ORCPT ); Tue, 24 Feb 2015 21:16:05 -0500 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.10 00/16] 3.10.70-stable review Date: Tue, 24 Feb 2015 18:09:52 -0800 Message-Id: <20150225020811.453644010@linuxfoundation.org> X-Mailer: git-send-email 2.3.0 User-Agent: quilt/0.64 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 3829 Lines: 104 This is the start of the stable review cycle for the 3.10.70 release. There are 16 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:07:52 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.10.70-rc1.gz and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman Linux 3.10.70-rc1 Alex Elder rbd: drop an unsafe assertion Austin Lund media/rc: Send sync space information on the lirc device Saran Maruti Ramanara net: sctp: fix passing wrong parameter header to param_type2af in sctp_process_param Florian Westphal ppp: deflate: never return len larger than output buffer Eric Dumazet ipv4: tcp: get rid of ugly unicast_sock Eric Dumazet tcp: ipv4: initialize unicast_sock sk_pacing_rate Roopa Prabhu bridge: dont send notification when skb->len == 0 in rtnl_bridge_notify Hannes Frederic Sowa ipv6: replacing a rt6_info needs to purge possible propagated rt6_infos too subashab@codeaurora.org ping: Fix race in free in receive path Herbert Xu udp_diag: Fix socket skipping within chain Hannes Frederic Sowa ipv4: try to cache dst_entries which would cause a redirect Daniel Borkmann net: sctp: fix slab corruption from use after free on INIT collisions Eric Dumazet netxen: fix netxen_nic_poll() logic Hagen Paul Pfeifer ipv6: stop sending PTB packets for MTU < 1280 Eric Dumazet net: rps: fix cpu unplug Willem de Bruijn ip: zero sockaddr returned on error queue ------------- Diffstat: Makefile | 4 +- drivers/block/rbd.c | 1 - drivers/media/rc/ir-lirc-codec.c | 12 ++++-- .../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 +- 21 files changed, 127 insertions(+), 97 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/