From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out4-smtp.messagingengine.com ([66.111.4.28]:57429 "EHLO out4-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934113AbdKPQbm (ORCPT ); Thu, 16 Nov 2017 11:31:42 -0500 Date: Thu, 16 Nov 2017 17:31:45 +0100 From: Greg KH To: Florian Westphal Cc: stable@vger.kernel.org, s.gottschall@dd-wrt.com, g.nault@alphalink.fr, pablo@netfilter.org Subject: Re: [PATCH 4.9.y 0/2] netfilter: nat: revert rhashtable conversion Message-ID: <20171116163145.GA24442@kroah.com> References: <20171116103256.1633-1-fw@strlen.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171116103256.1633-1-fw@strlen.de> Sender: stable-owner@vger.kernel.org List-ID: On Thu, Nov 16, 2017 at 11:32:54AM +0100, Florian Westphal wrote: > These two patches get rid of rhashtable the conversion. > > First patch is an implicit dependency, rhlist remove interface > is a no-op in case element is not yet in the table, but hlist_del_rcu() > must only be called for conntracks that already have been inserted. > > Second patch is the actual revert. Thanks for the patches, now queued up. greg k-h