Received: by 2002:ac0:946b:0:0:0:0:0 with SMTP id j40csp244184imj; Thu, 7 Feb 2019 03:42:49 -0800 (PST) X-Google-Smtp-Source: AHgI3IZ/VY1ADsYTnj+AV8LkZ54tb3mZ3IOf3S9+JtyzXrd1rC7V9RaZczWBuYFtNj1csCsgOXpJ X-Received: by 2002:a63:6e8c:: with SMTP id j134mr6517755pgc.230.1549539769724; Thu, 07 Feb 2019 03:42:49 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1549539769; cv=none; d=google.com; s=arc-20160816; b=Q9vuqm7tHgrERw76zP4Jscsxskf8Nl82kvjV9uKziee9/OjSqJBtYmC10MbwaGvn1w j9oUM7QCQIyujsGAqOOyy1NQIs4xTNYMordlh2EsxQpwH2WaPKj0QX9lSIME0+MN3Mq+ ruePLOx9vPnULPKSQkSaC1CZ6MDkAVXE2YG6e3KRRzvWjTWUpUNzBw7B/1GNXXKSw2aJ MW0MuLEQ2IuytMbnjWOGZYIT69xhHQjBe70b1w512j//3pCp38OIOna4HV12ADIhGkpX JFhHBsiW5cOBxF7/4d27wINjJklaJ/Zg+8QRUgvhp1WqpEUSugvaCxin2maWiCz+Hb0Y ymRg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:user-agent :mime-version:message-id:date:subject:cc:to:from:dkim-signature; bh=nb0jZ/D4Y4cA9vH+farkkatEwfHYEOYFiaP3v2T4gzc=; b=SXJdNF1bgMFNx9TZ5AMhyzjFsBSOpP2rr5lZJs9kmGJdc0T1gjMnW4875hxMLqvcep j9jRWrRFwl2Z9tXS5Yqry2BrjCxGH1zuGboEoed/sHcnQ6BWlbdj+A43Ki01jPEKyGpu YYBJh5LsiFTRw8yu5JaqdShjegyFl/lPYbf8rx6NdGuFgNEYsImx4ro8+nv+htdggl+B K1Z1u9KLEI5Zhnbv7BwhEJGMBfs0O6nBW8AZJsHqvbdb36Y0JhjMu7KjqVMfd4l9PhUT fLyEnowhDYWCircNCAzdPgTv/ZL4HmmBqzQoRVjZsf1ocbh4JVgOq4Fn0QTj0FfOKefb haOA== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=xg25pfbH; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 98si1233387pla.320.2019.02.07.03.42.33; Thu, 07 Feb 2019 03:42:49 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=xg25pfbH; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726901AbfBGLmW (ORCPT + 99 others); Thu, 7 Feb 2019 06:42:22 -0500 Received: from mail.kernel.org ([198.145.29.99]:60616 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726691AbfBGLmW (ORCPT ); Thu, 7 Feb 2019 06:42:22 -0500 Received: from localhost (5356596B.cm-6-7b.dynamic.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 25656218FE; Thu, 7 Feb 2019 11:42:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1549539740; bh=8GJQ6K8i8b2i9RUOR5rhXCJl7zECUdrLoSVF0mlLcsg=; h=From:To:Cc:Subject:Date:From; b=xg25pfbHhSYHKVqwhpnNJGg0ijcYVTij1SchyCxceODY3UzxhYDNXrhf4NPYZuewR x3mNVpmOl0i63gnc+TdnftsCQ152DcYsA1csOou4h3PI4wKXPP2/6QVG15eOCrVgMG cIS6DJmwb6Suf6p82wNJTkGUTVhPYvbQjRq/yAdU= 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, shuah@kernel.org, patches@kernelci.org, ben.hutchings@codethink.co.uk, lkft-triage@lists.linaro.org, stable@vger.kernel.org Subject: [PATCH 4.4 00/34] 4.4.174-stable review Date: Thu, 7 Feb 2019 12:41:42 +0100 Message-Id: <20190207113025.552605181@linuxfoundation.org> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 User-Agent: quilt/0.65 X-stable: review X-Patchwork-Hint: ignore X-KernelTest-Patch: http://kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.4.174-rc1.gz X-KernelTest-Tree: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git X-KernelTest-Branch: linux-4.4.y X-KernelTest-Patches: git://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git X-KernelTest-Version: 4.4.174-rc1 X-KernelTest-Deadline: 2019-02-09T11:30+00:00 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This is the start of the stable review cycle for the 4.4.174 release. There are 34 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 Sat Feb 9 11:30:10 UTC 2019. Anything received after that time might be too late. The whole patch series can be found in one patch at: https://www.kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.4.174-rc1.gz or in the git tree and branch at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-4.4.y and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman Linux 4.4.174-rc1 Paul E. McKenney rcu: Force boolean subscript for expedited stall warnings Michal Kubecek net: ipv4: do not handle duplicate fragments as overlapping Dimitris Michailidis net: fix pskb_trim_rcsum_slow() with odd trim offset Eric Dumazet inet: frags: better deal with smp races Dan Carpenter ipv4: frags: precedence bug in ip_expire() Taehee Yoo ip: frags: fix crash in ip_do_fragment() Peter Oskolkov ip: process in-order fragments efficiently Peter Oskolkov ip: add helpers to process in-order fragments faster. Peter Oskolkov ip: use rb trees for IP frag queue. Eric Dumazet net: pskb_trim_rcsum() and CHECKSUM_COMPLETE are friends Florian Westphal ipv6: defrag: drop non-last frags smaller than min mtu Peter Oskolkov net: modify skb_rbtree_purge to return the truesize of all purged skbs. Peter Oskolkov ip: discard IPv4 datagrams with overlapping segments. Eric Dumazet inet: frags: fix ip6frag_low_thresh boundary Eric Dumazet inet: frags: get rid of ipfrag_skb_cb/FRAG_CB Eric Dumazet inet: frags: reorganize struct netns_frags Eric Dumazet rhashtable: reorganize struct rhashtable layout Eric Dumazet ipv6: frags: rewrite ip6_expire_frag_queue() Eric Dumazet inet: frags: do not clone skb in ip_expire() Eric Dumazet inet: frags: break the 2GB limit for frags storage Eric Dumazet inet: frags: remove inet_frag_maybe_warn_overflow() Eric Dumazet inet: frags: get rif of inet_frag_evicting() Eric Dumazet inet: frags: remove some helpers Paolo Abeni ipfrag: really prevent allocation on netns exit Alexander Aring net: ieee802154: 6lowpan: fix frag reassembly Eric Dumazet inet: frags: use rhashtables for reassembly units Eric Dumazet rhashtable: add schedule points Ben Hutchings rhashtable: Add rhashtable_lookup() Pablo Neira Ayuso rhashtable: add rhashtable_lookup_get_insert_key() Eric Dumazet inet: frags: refactor lowpan_net_frag_init() Eric Dumazet inet: frags: refactor ipv6_frag_init() Eric Dumazet inet: frags: refactor ipfrag_init() Eric Dumazet inet: frags: add a pointer to struct netns_frags Eric Dumazet inet: frags: change inet_frags_init_net() return value ------------- Diffstat: Documentation/networking/ip-sysctl.txt | 13 +- Makefile | 4 +- include/linux/rhashtable.h | 143 ++++++-- include/linux/skbuff.h | 16 +- include/net/inet_frag.h | 133 ++++---- include/net/ip.h | 1 - include/net/ipv6.h | 26 +- include/uapi/linux/snmp.h | 1 + kernel/rcu/tree.c | 2 +- lib/rhashtable.c | 15 +- net/core/skbuff.c | 21 +- net/ieee802154/6lowpan/6lowpan_i.h | 26 +- net/ieee802154/6lowpan/reassembly.c | 148 ++++----- net/ipv4/inet_fragment.c | 389 +++++----------------- net/ipv4/ip_fragment.c | 571 ++++++++++++++++++-------------- net/ipv4/proc.c | 7 +- net/ipv6/netfilter/nf_conntrack_reasm.c | 100 +++--- net/ipv6/proc.c | 5 +- net/ipv6/reassembly.c | 209 ++++++------ 19 files changed, 868 insertions(+), 962 deletions(-)