From mboxrd@z Thu Jan 1 00:00:00 1970 From: Xin Long Subject: Re: [PATCH net] nftables: use list_for_each_entry_safe_reverse to traversal commit_list in nf_tables_abort Date: Mon, 1 Feb 2016 18:47:33 +0800 Message-ID: References: <15bcb964221e1a9498e901417d020609cd5aac65.1449485287.git.lucien.xin@gmail.com> <20151209140330.GA1695@salvia> <20151213214709.GA1827@salvia> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Cc: network dev , netfilter-devel@vger.kernel.org, davem , fw@strlen.de To: Pablo Neira Ayuso Return-path: In-Reply-To: <20151213214709.GA1827@salvia> Sender: netdev-owner@vger.kernel.org List-Id: netfilter-devel.vger.kernel.org > > No need to resend. > > Yes, we need this reverse iteration there to handle the 'delete table' > command in the batch. This problem happens since we have > nft_flush_table(). > > Other callsites are artificially restriction deletion of inactive > objects but that should be removed as we already discuss on the > mailing list. > > So I'm applying this, thanks. Hi Pablo, has this one been applied ?