From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752847AbZBQJu1 (ORCPT ); Tue, 17 Feb 2009 04:50:27 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751340AbZBQJuP (ORCPT ); Tue, 17 Feb 2009 04:50:15 -0500 Received: from casper.infradead.org ([85.118.1.10]:60811 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750870AbZBQJuO (ORCPT ); Tue, 17 Feb 2009 04:50:14 -0500 Subject: Re: [PATCH 2/4] generic-smp: remove kmalloc usage From: Peter Zijlstra To: Ingo Molnar Cc: Linus Torvalds , Nick Piggin , Jens Axboe , "Paul E. McKenney" , Rusty Russell , Steven Rostedt , linux-kernel@vger.kernel.org, Oleg Nesterov In-Reply-To: <20090217094359.GA1231@elte.hu> References: <20090216163847.431174825@chello.nl> <20090216164114.521787803@chello.nl> <1234859071.4744.10.camel@laptop> <20090217094359.GA1231@elte.hu> Content-Type: text/plain Date: Tue, 17 Feb 2009 10:49:45 +0100 Message-Id: <1234864185.4744.36.camel@laptop> Mime-Version: 1.0 X-Mailer: Evolution 2.25.90 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 2009-02-17 at 10:43 +0100, Ingo Molnar wrote: > > We should not bend backwards trying to preserve that kmalloc() > [and prove that it's safe and race-free] - i.e. the burden of > proof is on the person insisting that it's needed, not on the > person wanting to remove it. I'm not getting it, I am removing it. The only thing I want to preserve is the multi-cast ipi and not be forced into the multiple single-ipi path.