From owner-freebsd-arm@FreeBSD.ORG Tue Sep 10 12:00:24 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id AAF32625 for ; Tue, 10 Sep 2013 12:00:24 +0000 (UTC) (envelope-from zbodek@gmail.com) Received: from mail-wi0-x236.google.com (mail-wi0-x236.google.com [IPv6:2a00:1450:400c:c05::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4A44222FD for ; Tue, 10 Sep 2013 12:00:24 +0000 (UTC) Received: by mail-wi0-f182.google.com with SMTP id ez12so562442wid.15 for ; Tue, 10 Sep 2013 05:00:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:content-type; bh=BMFE4scejNEWr08klye3hoIRjTMjMPuyOR4tjGGQq3g=; b=NNLB/zDb8I5+R2Wr3+mJB3kLw9gbxgu8DlE2qhnRKYAjBYCrMZckWuaZ86g+Nt8uCl aw6GDgIML18EbMiImceCZ+mDQ+1AtvxgtDaZCI1OU2wlDYHtfV/JIF/05QEn4WMbpR+L MvnbJwcR2d09Q7fe92GJOgyR1nU4yaVsl2KLY5HSgN1wFaXPj5tuAGZ+EMRlfjbOTYzS 1qRAFOIUCXhilf6U4Rj0+53FzJslDjcOAk9NfCwbmWcOg6zkaCoeXCD1LV4HP/l4KkR/ noCJg0znRmPagUbA9Gvm6zgepaGcqmZ1hPig7DKmkmmb1MtMeP+G+0+3szuxGWrVr/Dr WjFg== MIME-Version: 1.0 X-Received: by 10.194.88.40 with SMTP id bd8mr1274924wjb.56.1378814422620; Tue, 10 Sep 2013 05:00:22 -0700 (PDT) Sender: zbodek@gmail.com Received: by 10.217.38.69 with HTTP; Tue, 10 Sep 2013 05:00:22 -0700 (PDT) Date: Tue, 10 Sep 2013 14:00:22 +0200 X-Google-Sender-Auth: v_rkisUgiKhkJVCHppWvpObdr78 Message-ID: Subject: pmap_advise() + bug fix for ARMv6/v7 From: Zbigniew Bodek To: freebsd-arm@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Sep 2013 12:00:24 -0000 Hello, I would like to present two, new patches for pmap-v6, available here: http://people.freebsd.org/~zbb/arm/pmap/ * 0001-Write-protect-base-page-after-superpage-demotion-so-.patch - bug fix for attributes modification after superpage demotion so that it could repromote on a subsequent write access. * 0002-Implement-pmap_advise-for-ARMv6-v7-pmap-module.patch - implementation of the pmap_advise() routine I will appreciate if you could test those patches on your ARM-based machines and send your feedback. Any remarks are also welcome :) In case of no objections I will write to re@ for permission to commit them. Best regards Zbyszek