From owner-freebsd-arch@FreeBSD.ORG Sun Apr 18 19:31:59 2010 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 11BBC106566B for ; Sun, 18 Apr 2010 19:31:59 +0000 (UTC) (envelope-from alan.l.cox@gmail.com) Received: from mail-pz0-f201.google.com (mail-pz0-f201.google.com [209.85.222.201]) by mx1.freebsd.org (Postfix) with ESMTP id CFC2B8FC19 for ; Sun, 18 Apr 2010 19:31:58 +0000 (UTC) Received: by pzk39 with SMTP id 39so2868680pzk.7 for ; Sun, 18 Apr 2010 12:31:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:reply-to:in-reply-to :references:date:received:message-id:subject:from:to:cc:content-type; bh=8kCCI51TTQVc9OMJ32W+whWAOXVrq/DqT+5Oj0CCKwk=; b=Xmpahl3dYAOLYbKFhQTdNO3DqOT2KRb5ohJ2IDHyrs0D0o8jh0lKzuXussY3hIkZjM l1GvIoLLT/s1eHKlfHKPFMtUyO+TKwCp1lpuuFJ8MPC7RxsnDLxsI209vtFuE7bHvub2 aoqXxqj7fDw3g+hSk0TKRQsVMS6aXBkSytoto= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; b=Xizx3Lvo/tfXJtG54sZeOeZxOlD/TsIDwSjE0uy9fnqWfpWwFGfW2SVJ+WZvZQ1hs2 bsuQHyH1DBKxcAsIf36gZUVjI6a+vncYFBjvdGedTIIbyTtz2b3b9gjCgH1jb2GgBgUk 9Kl5zZuiYqeJuBoe17oa49vJqSl2K7N1y8KAM= MIME-Version: 1.0 Received: by 10.142.254.16 with HTTP; Sun, 18 Apr 2010 12:31:58 -0700 (PDT) In-Reply-To: References: <20100418184325.53e091fd@ernst.jennejohn.org> Date: Sun, 18 Apr 2010 14:31:58 -0500 Received: by 10.142.2.2 with SMTP id 2mr1648670wfb.75.1271619118269; Sun, 18 Apr 2010 12:31:58 -0700 (PDT) Message-ID: From: Alan Cox To: kmacy@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: gary.jennejohn@freenet.de, freebsd-arch@freebsd.org Subject: Re: Moving forward with vm page lock X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: alc@freebsd.org List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Apr 2010 19:31:59 -0000 On Sun, Apr 18, 2010 at 1:50 PM, K. Macy wrote: > On Sun, Apr 18, 2010 at 9:43 AM, Gary Jennejohn > wrote: > > On Sat, 17 Apr 2010 14:55:30 -0700 > > "K. Macy" wrote: > > > >> The current version of the patch can be found at: > >> http://people.freebsd.org/~kmacy/diffs/head_page_lock.diff > >> > > > > Unfortunately, this patch is already out-of-date: > > > > [apply patch] > > find . -type f -name \*.rej > > ./sys/amd64/amd64/pmap.c.rej > > ./sys/vm/swap_pager.c.rej > > ./sys/vm/vm_glue.c.rej > > ./sys/vm/vm_object.c.rej > > Please try the branch. I will update the patch today, but I cannot > make any guarantees about the absence of conflicts from one day to the > next. > > I will be done making changes this evening. If you can wait about 12 hours before making the patch, it should be good for about a week. Regards, Alan