From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1032991Ab2CSUHd (ORCPT ); Mon, 19 Mar 2012 16:07:33 -0400 Received: from casper.infradead.org ([85.118.1.10]:49396 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1032761Ab2CSUHa convert rfc822-to-8bit (ORCPT ); Mon, 19 Mar 2012 16:07:30 -0400 Message-ID: <1332187616.18960.391.camel@twins> Subject: Re: [RFC][PATCH 00/26] sched/numa From: Peter Zijlstra To: Andrea Arcangeli Cc: Avi Kivity , Linus Torvalds , Andrew Morton , Thomas Gleixner , Ingo Molnar , Paul Turner , Suresh Siddha , Mike Galbraith , "Paul E. McKenney" , Lai Jiangshan , Dan Smith , Bharata B Rao , Lee Schermerhorn , Rik van Riel , Johannes Weiner , linux-kernel@vger.kernel.org, linux-mm@kvack.org Date: Mon, 19 Mar 2012 21:06:56 +0100 In-Reply-To: <20120319134029.GK24602@redhat.com> References: <20120316144028.036474157@chello.nl> <4F670325.7080700@redhat.com> <1332155527.18960.292.camel@twins> <4F671B90.3010209@redhat.com> <20120319134029.GK24602@redhat.com> Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7BIT X-Mailer: Evolution 3.2.2- Mime-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 2012-03-19 at 14:40 +0100, Andrea Arcangeli wrote: > > I agree with this, but it's really widespread throughout the kernel, > > from interrupts to work items to background threads. It needs to be > > solved generically (IIRC vhost has some accouting fix for a similar issue). > > Exactly. The fact that we all agree its a problem and that nobody has a sane idea on how to solve it might argue against this. Also, the fact that there's existing ugly isn't excuse to stop worrying about it and add more.