From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.us.es ([193.147.175.20]:56776 "EHLO mail.us.es" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752621AbdCAPhr (ORCPT ); Wed, 1 Mar 2017 10:37:47 -0500 Received: from antivirus1-rhel7.int (unknown [192.168.2.11]) by mail.us.es (Postfix) with ESMTP id 754E91BCFCE for ; Wed, 1 Mar 2017 16:37:39 +0100 (CET) Received: from antivirus1-rhel7.int (localhost [127.0.0.1]) by antivirus1-rhel7.int (Postfix) with ESMTP id 61DA7DA856 for ; Wed, 1 Mar 2017 16:37:39 +0100 (CET) Received: from antivirus1-rhel7.int (localhost [127.0.0.1]) by antivirus1-rhel7.int (Postfix) with ESMTP id 6CD1ADA817 for ; Wed, 1 Mar 2017 16:37:37 +0100 (CET) Date: Wed, 1 Mar 2017 16:37:32 +0100 From: Pablo Neira Ayuso To: Greg KH Cc: stable@vger.kernel.org, Nicolas Dichtel , netfilter-devel@vger.kernel.org Subject: netfilter: conntrack: refine gc worker heuristics, redux Message-ID: <20170301153732.GA7680@salvia> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Sender: stable-owner@vger.kernel.org List-ID: Hi Greg, Please cherry-pick this into 4.9. commit e5072053b09642b8ff417d47da05b84720aea3ee Author: Florian Westphal Date: Wed Jan 18 02:01:22 2017 +0100 netfilter: conntrack: refine gc worker heuristics, redux Thanks!