From owner-freebsd-current@FreeBSD.ORG Sat Aug 10 09:31:25 2013 Return-Path: Delivered-To: freebsd-current@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 CB39A15C for ; Sat, 10 Aug 2013 09:31:25 +0000 (UTC) (envelope-from gljennjohn@googlemail.com) Received: from mail-bk0-x234.google.com (mail-bk0-x234.google.com [IPv6:2a00:1450:4008:c01::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5347521BF for ; Sat, 10 Aug 2013 09:31:25 +0000 (UTC) Received: by mail-bk0-f52.google.com with SMTP id e11so1651567bkh.11 for ; Sat, 10 Aug 2013 02:31:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=date:from:to:cc:subject:message-id:in-reply-to:references:reply-to :mime-version:content-type:content-transfer-encoding; bh=4SaNYZn3zxdR2uJeqqBMFG5wQGG1QgtjA3MnIKpz9bo=; b=XsYYp1XfUPvAQQW8nzZ+sy7TnbLZYFx5Hs5ILg2Aa05G/Dz05WbublIbFLGtUo77sZ tdON+X17yQPIzS8ti05q8qzzWl9cpImJ2aqq7Lls4ASiBIXgHda3naepUdHNO8AJycdh NENJ/vEOJd1Nt5UPJdAAa4ZvMI6hSnlLcpYfItMZQwS/tEfXxiDfv2Rf4ygdqZAoepk2 7Gn+d3KkV23T5t3Js3mMyKgzXMShxGfjFS/B1d9x4xlKZS9E/b5DfjoG8vMSK7Q0FxDz iuR1pkUTUG6R0Z0k1f+FzL49JRwE9FrPQCR5ncBpM6UrmPCwfiqmjhGFE5NlhWJq8q6j OFeQ== X-Received: by 10.204.74.135 with SMTP id u7mr2692095bkj.54.1376127083351; Sat, 10 Aug 2013 02:31:23 -0700 (PDT) Received: from ernst.home (p4FCA6A8C.dip0.t-ipconnect.de. [79.202.106.140]) by mx.google.com with ESMTPSA id h5sm3912232bkg.8.2013.08.10.02.31.21 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Sat, 10 Aug 2013 02:31:22 -0700 (PDT) Date: Sat, 10 Aug 2013 11:31:19 +0200 From: Gary Jennejohn To: Rainer Hurling Subject: Re: CURRENT crashes with nvidia GPU BLOB : vm_radix_insert: key 23c078 is already present Message-ID: <20130810113119.3f44ae32@ernst.home> In-Reply-To: <52060390.1040505@gwdg.de> References: <20130808201018.1215f733@munin.geoinf.fu-berlin.de> <1375997961.1451.3.camel@localhost> <20130809073251.376c9206@munin.geoinf.fu-berlin.de> <20130809171237.GN1746@albert.catwhisker.org> <20130810103705.022ce7be@ernst.home> <52060390.1040505@gwdg.de> X-Mailer: Claws Mail 3.9.2 (GTK+ 2.24.17; amd64-portbld-freebsd10.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: FreeBSD CURRENT X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: gljennjohn@googlemail.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Aug 2013 09:31:25 -0000 On Sat, 10 Aug 2013 11:10:40 +0200 Rainer Hurling wrote: > Yes, I can confirm, that it builds, installs and runs fine for me. > > The patch should be placed as > x11/nvidia-driver/files/patch-src__nvidia_subr.c, shoudn't it? > > Many thanks for this work. > Thanks for testing. Yes, putting the patch into files/ with that name works also and is much simpler than the steps I outlined. -- Gary Jennejohn