From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755846AbZLIQBW (ORCPT ); Wed, 9 Dec 2009 11:01:22 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753571AbZLIQBU (ORCPT ); Wed, 9 Dec 2009 11:01:20 -0500 Received: from mx1.redhat.com ([209.132.183.28]:37762 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752650AbZLIQBT (ORCPT ); Wed, 9 Dec 2009 11:01:19 -0500 Date: Wed, 9 Dec 2009 16:55:12 +0100 From: Oleg Nesterov To: Peter Zijlstra Cc: "Eric W. Biederman" , Linus Torvalds , Thomas Gleixner , Ingo Molnar , Christoph Hellwig , Nick Piggin , Linux Kernel Mailing List Subject: Re: [rfc] "fair" rw spinlocks Message-ID: <20091209155512.GB13192@redhat.com> References: <20091130174638.GA9782@elte.hu> <1259616429.26472.499.camel@laptop> <20091207183226.GA20139@redhat.com> <1260218320.3935.723.camel@laptop> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1260218320.3935.723.camel@laptop> User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 12/07, Peter Zijlstra wrote: > > Didn't Thomas and you also come up with a scheme to push most signal > processing into task context? We discussed another case (posix timers), this doesn't involve tasklist. Oh, and stilll lacks a solution :/ Oleg.