From owner-freebsd-x11@freebsd.org Thu Oct 8 15:12:12 2015 Return-Path: Delivered-To: freebsd-x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 074879D2C85 for ; Thu, 8 Oct 2015 15:12:12 +0000 (UTC) (envelope-from shawn.webb@hardenedbsd.org) Received: from mail-pa0-f54.google.com (mail-pa0-f54.google.com [209.85.220.54]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D201F319 for ; Thu, 8 Oct 2015 15:12:11 +0000 (UTC) (envelope-from shawn.webb@hardenedbsd.org) Received: by pablk4 with SMTP id lk4so57511633pab.3 for ; Thu, 08 Oct 2015 08:12:05 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=83cuG9n7FfZwmXswEbe21ZDfaVp+N8vzmNqm86qfeuo=; b=bE1j5Yri+IAKYM/8vir5KdVm4W/LfaUuqV2SaANfNubrsAXjNkxLu6RJ6SE7bguTVO xhkKgJpLgYw/myj5cvUlUZlkKp6s53y9Pn+es44VjVlNqEhnWPmauMf2iRKdo4XlDGFc cvd1dxGnKhx9JDf/G/PYuvR6f2wOQdkAgGo/gh8z0ihNWa79194rPB9qeyCpF3yv2ouZ BPtSV2eHYi6mV26Wyr9d+hWmz311W5GGzcFnfxuxQVEPVIpWkOqFtBMMdIsR6BojK17/ Wp9BypHH9YMQMbCFW8GD+zWNAsU2nq7yPikM6qIoN5s7LO3XQfuGkX9IKtiqVQYq3a7q LExg== X-Gm-Message-State: ALoCoQmvE6thtgKIMO4bgQFdabBWfrO0ega/gP89zf5FE3EA8GYoMElMdPnFCMb5LtI4wpQJvCVZ X-Received: by 10.68.178.131 with SMTP id cy3mr8689568pbc.52.1444317125460; Thu, 08 Oct 2015 08:12:05 -0700 (PDT) Received: from mutt-hardenedbsd ([172.56.16.127]) by smtp.gmail.com with ESMTPSA id bz1sm46379902pad.36.2015.10.08.08.12.04 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 08 Oct 2015 08:12:04 -0700 (PDT) Date: Thu, 8 Oct 2015 11:12:01 -0400 From: Shawn Webb To: Jean-S??bastien P??dron Cc: freebsd-x11@freebsd.org Subject: Re: Testing the new i915 driver Message-ID: <20151008151017.GC40844@mutt-hardenedbsd> References: <5615A42C.3080908@FreeBSD.org> <20151007231519.GA40844@mutt-hardenedbsd> <20151007233535.GB40844@mutt-hardenedbsd> <56161768.2000406@dumbbell.fr> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="KDt/GgjP6HVcx58l" Content-Disposition: inline In-Reply-To: <56161768.2000406@dumbbell.fr> X-Operating-System: FreeBSD mutt-hardenedbsd 11.0-CURRENT-HBSD FreeBSD 11.0-CURRENT-HBSD X-PGP-Key: http://pgp.mit.edu/pks/lookup?op=vindex&search=0x6A84658F52456EEE User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Oct 2015 15:12:12 -0000 --KDt/GgjP6HVcx58l Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Oct 08, 2015 at 09:12:40AM +0200, Jean-S??bastien P??dron wrote: > On 08.10.2015 01:35, Shawn Webb wrote: > > On Wed, Oct 07, 2015 at 07:15:24PM -0400, Shawn Webb wrote: > >> You. Are. Awesome! > >> > >> I'm going to try this on HardenedBSD 11-CURRENT tonight. I'll report > >> back with whatever results I get. >=20 > Thank you very much :) >=20 > > I got this error when doing buildkernel: > >=20 > > /usr/src/sys/modules/drm2/i915kms/../../../dev/drm2/i915/i915_gem_execb= uffer.c:861:9: error: use of undeclared label 'pre_struct_lock_err' > > goto pre_struct_lock_err; >=20 > I don't have this label in my local copy. How did you generate the patch? cd /usr/src # On branch hardened/current/master from HardenedBSD, synced with latest Fr= eeBSD HEAD git remote add graphics git://github.com/freebsd/freebsd-base-graphics.git git fetch graphics git checkout -b hardened/experimental/master-graphics git merge graphics/drm-i915-update-38 make -sj10 buildworld buildkernel KERNCONF=3DHARDENEDBSD Thanks, --=20 Shawn Webb HardenedBSD GPG Key ID: 0x6A84658F52456EEE GPG Key Fingerprint: 2ABA B6BD EF6A F486 BE89 3D9E 6A84 658F 5245 6EEE --KDt/GgjP6HVcx58l Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJWFodWAAoJEGqEZY9SRW7uqK4P+wSDRAAU+Zqt7TGyubAQdOg7 ieosu5uR7e/+g9TOAgxwYBchxRj8fq8OqcSmOl2uHWRubgHEiYXbhXZ2eW2H1JPJ +cAs1E1+io/w14RfuyyYh0ZOsXJNX0mCR97shkRbR9KVyQzjV2H/ZhBFwDOoAmR5 FSQi27VMUKMoQlZSK8zA/8JeYK2ccPiwr2ZCdxBsBALVSJdrfcP/iTLQe9Q4vBVp c5b5AgaRhBH384NUjRRrtX05FRM36OK0YYTxORx/M1uEhHLr2K3g/vvyfHmGcxIE MReNN7O2hv1dZR30vJfpQ/XlLoxosMtohp8HE6jHU43nnuyuE/YSVPYlj2xVE68n 0uHB7Kb/x3WtOo2Toq6H3q8X1sF6otzg+HNxB80antj1+/jgEwb/7wfgUl8BTrNW kEQbFzZ2XUvXVgLDtiIgOKPkgKWZEmANtfqn3jjlX9NFArDMkhx7xkMSQDCQsAhQ ATilnUbUe81rEv/AKeh/dXFzg/TXC2zGjcLICIqbXt2lgaZ3mSKXhioWKQ+GJLNZ Wpo/oYcXJGpKMw/Y0VSq8tM1+Lv2lrqMMB0ZDNILkf5jlDJfDO+ZaVsz8t6cqJon nm+2BXbXl7wPyn4bDqRYvYdIPIDxEBRauu1/sd4Y8FGAj0EQ3SdBdMzdu9cb4jfz k9B3aPW7yKncfi5m79xU =64k4 -----END PGP SIGNATURE----- --KDt/GgjP6HVcx58l--