From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752706AbdHMPdF (ORCPT ); Sun, 13 Aug 2017 11:33:05 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:39144 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752676AbdHMPdE (ORCPT ); Sun, 13 Aug 2017 11:33:04 -0400 Date: Sun, 13 Aug 2017 08:33:03 -0700 From: Greg KH To: linux-kernel@vger.kernel.org, Andrew Morton , torvalds@linux-foundation.org, stable@vger.kernel.org Cc: lwn@lwn.net, Jiri Slaby Subject: Linux 3.18.65 Message-ID: <20170813153303.GA21677@kroah.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="huq684BweRXVnRxX" Content-Disposition: inline User-Agent: Mutt/1.8.3 (2017-05-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --huq684BweRXVnRxX Content-Type: text/plain; charset=us-ascii Content-Disposition: inline I'm announcing the release of the 3.18.65 kernel. All users of the 3.18 kernel series must upgrade. The updated 3.18.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.18.y and can be browsed at the normal kernel.org git web browser: http://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=summary thanks, greg k-h ------------ Makefile | 2 +- net/core/dev.c | 2 +- net/ipv4/ip_output.c | 7 +++++-- net/ipv4/tcp_input.c | 4 ++-- net/ipv4/tcp_output.c | 3 +++ net/ipv4/tcp_timer.c | 3 ++- net/ipv4/udp.c | 2 +- net/ipv4/udp_offload.c | 2 +- net/ipv6/ip6_output.c | 7 ++++--- net/ipv6/udp_offload.c | 2 +- net/packet/af_packet.c | 13 +++++++++---- net/sched/act_ipt.c | 2 +- 12 files changed, 31 insertions(+), 18 deletions(-) Eric Dumazet (2): net: fix keepalive code vs TCP_FASTOPEN_CONNECT tcp: fastopen: tcp_connect() must refresh the route Greg Kroah-Hartman (2): revert "ipv4: Should use consistent conditional judgement for ip fragment in __ip_append_data and ip_finish_output" Linux 3.18.65 Willem de Bruijn (3): net: avoid skb_warn_bad_offload false positives on UFO packet: fix tp_reserve race in packet_set_ring udp: consistently apply ufo or fragmentation Xin Long (1): net: sched: set xt_tgchk_param par.nft_compat as 0 in ipt_init_target Yuchung Cheng (1): tcp: avoid setting cwnd to invalid ssthresh after cwnd reduction states zheng li (1): ipv4: Should use consistent conditional judgement for ip fragment in __ip_append_data and ip_finish_output --huq684BweRXVnRxX Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEZH8oZUiU471FcZm+ONu9yGCSaT4FAlmQcS4ACgkQONu9yGCS aT4liQ/8D8LpGwDEg+sAwFM2Xb8C4A2KIlk2hKGQm8aba0erc6164a6EcEvkvyL7 uiwCqBVBsJQjC8mAqbPwzLs9x36ccLqvRE7u8OgS6R+pf/oeclkpIPg1ITCzTyq0 /Ra9Ge5JMwu51LikfBrVLHUKuLlT8ZRNT0rrBQpao6PD+/ZCSCao3jYeCbaz/DtC 0HNCGurCorz9mK+/78dca7jgOl5JOI8nAQRjpeJUjodjfvUMEeVz/9A0Lr8mJEds IWVLS8ImKJ798J6wfwlRrTSPZB5XkB2psHTnAP0QO+XryP05C2D6NFhbTDFwklBk ibDZTZ74eZB+b/1xo8SnBLn6nGS57TPqiiCN8R4TbVFJXXfvfYLMzHu0qBt8094g 1Se+wAF1Pi1aB4u292Yfs9/2Bn1M3eKokyOtJHAyCy8C5PLsGcd0LzA8dtoJ6A2X BtRUINcPK8B4lGiFUTRc5Nus0UmUzlHjwLqOBCZA06FtWjMrDcB1dJ8ZzBtHUi1i yd4ezseo8FNDYoc/GIaAS7S8h2qjxAZuh9JOOT5XFfNlJIKeF7KKqR9GZCe5bC3b Z6bMMR3fuWg1gNb+BvYbzh7N2xA2zS3jcyzsM1EevAU+PMYIRVPwJfUKMVC8MVc1 QAPhAx1vgmLkgxsmHXVq4Ys5wr+AE9LSHzGXT4mrxRLmf75cJ5M= =i41R -----END PGP SIGNATURE----- --huq684BweRXVnRxX--