From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick McHardy Subject: Re: [v1 PATCH 7/14] netfilter: Use rhashtable_lookup instead of lookup_compare Date: Sat, 21 Mar 2015 05:23:26 +0000 Message-ID: <20150321052325.GA24466@acer.localdomain> References: <20150316082842.GA10896@casper.infradead.org> <20150316091415.GA31089@gondor.apana.org.au> <20150316111345.GA22070@acer.localdomain> <20150320085509.GA16748@gondor.apana.org.au> <20150320092216.GE21258@acer.localdomain> <20150320092703.GA17081@gondor.apana.org.au> <20150320095908.GG21258@acer.localdomain> <20150320101603.GA17662@gondor.apana.org.au> <20150320102701.GA28736@acer.localdomain> <20150320214712.GA23963@gondor.apana.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Thomas Graf , David Miller , netdev@vger.kernel.org, Eric Dumazet To: Herbert Xu Return-path: Received: from stinky.trash.net ([213.144.137.162]:43339 "EHLO stinky.trash.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751951AbbCUFXb (ORCPT ); Sat, 21 Mar 2015 01:23:31 -0400 Content-Disposition: inline In-Reply-To: <20150320214712.GA23963@gondor.apana.org.au> Sender: netdev-owner@vger.kernel.org List-ID: On 21.03, Herbert Xu wrote: > On Fri, Mar 20, 2015 at 10:27:01AM +0000, Patrick McHardy wrote: > > On 20.03, Herbert Xu wrote: > > > > > Any hash function can be attacked. That's why we need to be able > > > to rehash it. And the best way to decide when to rehash is based > > > on chain length (otherwise you'd waste time rehashing periodically > > > like we used to do). With name spaces these days anyone could be > > > an adversary. > > > > We already had this discussion. I strongly do not believe this is > > the right way to fix namespace problems. There are millions of ways > > of creating CPU intensive workloads. You need to be able to put > > bounds on the entire namespace. Fixing individual spots will not > > solve that problem. > > A CPU intensive workload that can be rescheduled is completely > different from one that is running under spin lock with BH disabled. Sure, that's what I actually meant of course.