Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Fri, 4 Oct 2002 18:42:24 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Fri, 4 Oct 2002 18:42:24 -0400 Received: from ip-208-181-150-114.adsl.radiant.net ([208.181.150.114]:32388 "EHLO kushida.apsleyroad.org") by vger.kernel.org with ESMTP id ; Fri, 4 Oct 2002 18:42:23 -0400 Date: Fri, 4 Oct 2002 23:47:06 +0100 From: Jamie Lokier To: Ingo Molnar Cc: Linus Torvalds , Andrew Morton , Rusty Russell , linux-kernel@vger.kernel.org Subject: Re: [patch] 'sticky pages' support in the VM, futex-2.5.38-C5 Message-ID: <20021004234706.A6683@kushida.apsleyroad.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: ; from mingo@elte.hu on Thu, Sep 26, 2002 at 01:30:55PM +0200 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 639 Lines: 16 Ingo Molnar wrote: > futexes were not really designed with COW in mind - they were designed > to be used in non-COW shared memory. This is a very bad limitation I thought that futex-based locks were only reliable with PROT_SEM memory, for architectures that define PROT_SEM (e.g. PPC) -- because of the need for locking primitives to work in a cache coherent manner. Is this not so? -- Jamie - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/