From owner-freebsd-stable@freebsd.org Tue Mar 13 03:32:55 2018 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 749F9B7BBB3 for ; Tue, 13 Mar 2018 03:32:55 +0000 (UTC) (envelope-from joseph@mulloy.me) Received: from mail.vps-vu-nj-1a.jdmulloy.com (mail.vps-vu-nj-1a.jdmulloy.com [IPv6:2001:19f0:5:331::3]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1E2C2859C0 for ; Tue, 13 Mar 2018 03:32:55 +0000 (UTC) (envelope-from joseph@mulloy.me) Received: from mail.jdmulloy.net (pool-108-7-195-9.bstnma.fios.verizon.net [108.7.195.9]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "mail.jdmulloy.net", Issuer "Mulloy SMTP Client Certificate Authority" (verified OK)) by mail.vps-vu-nj-1a.jdmulloy.com (Postfix) with ESMTPS id 7369CFF61A for ; Tue, 13 Mar 2018 03:32:54 +0000 (UTC) Received: from aluminium.jdmulloy.net (aluminium.jdmulloy.net [10.2.1.20]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.jdmulloy.net (Postfix) with ESMTPSA id EE1D417062 for ; Tue, 13 Mar 2018 03:32:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=mulloy.me; s=2015-07; t=1520911974; i=@mulloy.me; bh=2dr/01Wylw+k1TGfw+Ja/ygcf+Rnacwu4QXWLb6uUYE=; h=Subject:To:References:From:Date:In-Reply-To; b=XPSnUZ7dQTfC06qkldav+6OGQLy81F2thLyqcdsU5xVyBA87iytouKzvV5mko2CAY Q9c6ftaLAPSJ3kDjj/Rz0LbXHD72HBVgfg1C+0eCmGZu//ihqkrlmrB+GZ74rTXTA0 V5xX7cDKWltqMS14ZU3VwDJnQTRlXvaSWUybLvHEnVG2OBApy8lJqouWjvU+rVmNQV tr1IhYvuPc2vfdgj+xipwr5u/tGfBYxfX7J7no9FhNfveAzZG78qhw1yGWGhD7jvcp QQ0OvZOFK3VQ4iHYh4o9GkBzbZZBZgnQo49TrNTDT7hU7uHBp9GjPxozZ3zH4jDx1Z xmrCGgp6zjwRg== Subject: Re: Call for Testing: 11.1-RELEASE Meltdown/Spectre mitigation merge To: freebsd-stable@freebsd.org References: From: Joseph Mulloy Message-ID: <87c584de-0e22-27eb-ba73-9fc5c34cbe56@mulloy.me> Date: Mon, 12 Mar 2018 23:34:03 -0400 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Mar 2018 03:32:55 -0000 Thanks, It did fail to patch that file. I changed the line with the svn tag to "/* $FreeBSD$ */" to match the patch and it applied successfully. It now compiles successfully. On 3/12/18 10:10 PM, J David wrote: > On Mon, Mar 12, 2018 at 10:00 PM, Joseph Mulloy > wrote: >> /usr/src/sys/amd64/amd64/genassym.c:194:16: error: offsetof of incomplete >> type ‘struct pti_frame' > This might be the error you get if frame.h did not patch correctly. > It’s a known issue with the patch (the SVN tag doesn’t match). > > Check for a /usr/src/sys/amd64/include/frame.h.rej file. > > If so, just fix the SVN tag and re-apply and it should build correctly. > > If that’s your issue, there should be an updated version available > soon, if not already. > > Good luck! > _______________________________________________ > freebsd-stable@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"