From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756318AbYIYXFo (ORCPT ); Thu, 25 Sep 2008 19:05:44 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753029AbYIYXFf (ORCPT ); Thu, 25 Sep 2008 19:05:35 -0400 Received: from gate.crashing.org ([63.228.1.57]:34570 "EHLO gate.crashing.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752794AbYIYXFf (ORCPT ); Thu, 25 Sep 2008 19:05:35 -0400 Subject: Re: PTE access rules & abstraction From: Benjamin Herrenschmidt Reply-To: benh@kernel.crashing.org To: Jeremy Fitzhardinge Cc: Hugh Dickins , Linux Memory Management List , Linux Kernel list , Nick Piggin , Martin Schwidefsky In-Reply-To: <48DC106D.9010601@goop.org> References: <1221846139.8077.25.camel@pasglop> <48D739B2.1050202@goop.org> <1222117551.12085.39.camel@pasglop> <1222291248.8277.90.camel@pasglop> <1222304686.8277.136.camel@pasglop> <48DBD532.80607@goop.org> <1222379063.8277.202.camel@pasglop> <48DC106D.9010601@goop.org> Content-Type: text/plain Date: Fri, 26 Sep 2008 09:02:17 +1000 Message-Id: <1222383737.8277.205.camel@pasglop> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 2008-09-25 at 15:27 -0700, Jeremy Fitzhardinge wrote: > Yeah, that would work too; that's pretty much how Xen implements it > anyway. The main advantage of the start/commit pair is that the > resulting code was completely unchanged from the old code. The mprotect > sequence using ptep_modify_protection would end up reading the pte twice > before writing it. Not necessarily .. depends how you factor out the interface to it. Anyway, not a big deal now. I'll do a patch to fix the hole on powerpc, and if my brain clicks, over the next few weeks, I'll see if I can come up with an overall nicer API covering all usages. In many case might just be a matter of giving a saner name to existing calls and documenting them properly tho :-) Cheers, Ben.