From owner-freebsd-stable@freebsd.org Tue Feb 27 03:48:28 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 AFC3BF0B57C for ; Tue, 27 Feb 2018 03:48:28 +0000 (UTC) (envelope-from eugen@grosbein.net) Received: from hz.grosbein.net (hz.grosbein.net [78.47.246.247]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "hz.grosbein.net", Issuer "hz.grosbein.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 3ADA07EFE1 for ; Tue, 27 Feb 2018 03:48:27 +0000 (UTC) (envelope-from eugen@grosbein.net) Received: from eg.sd.rdtc.ru (root@eg.sd.rdtc.ru [62.231.161.221] (may be forged)) by hz.grosbein.net (8.15.2/8.15.2) with ESMTPS id w1R3mEZG052910 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 27 Feb 2018 04:48:15 +0100 (CET) (envelope-from eugen@grosbein.net) X-Envelope-From: eugen@grosbein.net X-Envelope-To: kostikbel@gmail.com Received: from [10.58.0.4] ([10.58.0.4]) by eg.sd.rdtc.ru (8.15.2/8.15.2) with ESMTPS id w1R3lxeO035860 (version=TLSv1.2 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT); Tue, 27 Feb 2018 10:48:00 +0700 (+07) (envelope-from eugen@grosbein.net) Subject: Re: Now that the meltdown-patches are in STABLE... To: Konstantin Belousov , Rainer Duffner References: <9167F335-70C1-4289-B94D-C13900FAD323@ultra-secure.de> <20180226224710.GU94212@kib.kiev.ua> Cc: freebsd-stable@FreeBSD.org From: Eugene Grosbein Message-ID: <5A94D4E9.4020308@grosbein.net> Date: Tue, 27 Feb 2018 10:47:53 +0700 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.7.2 MIME-Version: 1.0 In-Reply-To: <20180226224710.GU94212@kib.kiev.ua> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=2.2 required=5.0 tests=BAYES_00, LOCAL_FROM, RDNS_NONE autolearn=no autolearn_force=no version=3.4.1 X-Spam-Report: * -2.3 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * 1.9 RDNS_NONE Delivered to internal network by a host with no rDNS * 2.6 LOCAL_FROM From my domains X-Spam-Level: ** X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on hz.grosbein.net 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, 27 Feb 2018 03:48:28 -0000 27.02.2018 5:47, Konstantin Belousov wrote: > I put the snapshot of the WIP of the merge to 11.1 at > https://kib.kiev.ua/kib/amd64_11.1_meltdown.1.patch > > I only compiled this on the stable/11, not even booted. I suspect that > it is not compilable on 11.1 because apparently the patch depends on some > features of assembler only added in clang 5.0. > > If somebody does the runtime test of the patch, it would be useful. I've just used 10.4-STABLE r329879 running inside VirtualBox 5.2.2 to build releng/11.1 r330038 plus this patch. Had to manually fix single reject due to $FreeBSD$ mismatch in the sys/amd64/include/frame.h.rej Otherwise, it builds just fine. And booted, too. Not sure if there are other runtime tests needed.