From owner-svn-src-stable-11@freebsd.org Wed Feb 21 09:21:05 2018 Return-Path: Delivered-To: svn-src-stable-11@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 09B41F161BC for ; Wed, 21 Feb 2018 09:21:05 +0000 (UTC) (envelope-from Andre.Albsmeier@siemens.com) Received: from goliath.siemens.de (goliath.siemens.de [192.35.17.28]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "goliath.siemens.de", Issuer "Siemens Issuing CA Internet Server 2017" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 76D656ED3B; Wed, 21 Feb 2018 09:21:03 +0000 (UTC) (envelope-from Andre.Albsmeier@siemens.com) Received: from mail1.siemens.de (mail1.siemens.de [139.23.33.14]) by goliath.siemens.de (8.15.2/8.15.2) with ESMTPS id w1L9Dj3E020376 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Wed, 21 Feb 2018 10:13:45 +0100 Received: from curry.mchp.siemens.de (curry.mchp.siemens.de [139.25.40.130]) by mail1.siemens.de (8.15.2/8.15.2) with ESMTP id w1L9Dj9s006360; Wed, 21 Feb 2018 10:13:45 +0100 Received: (from user@localhost) by curry.mchp.siemens.de (8.15.2/8.15.2) id w1L9DjP0044009; Date: Wed, 21 Feb 2018 10:13:45 +0100 From: Andre Albsmeier To: Konstantin Belousov Cc: Andre Albsmeier , src-committers@freebsd.org, svn-src-stable-11@freebsd.org Subject: Re: svn commit: r329462 - in stable/11/sys: amd64/amd64 amd64/ia32 amd64/include amd64/vmm amd64/vmm/intel dev/cpuctl dev/hyperv/vmbus dev/hyperv/vmbus/amd64 dev/hyperv/vmbus/i386 i386/i386 x86/include... Message-ID: <20180221091345.GA35468@bali> References: <201802171800.w1HI01KX064024@repo.freebsd.org> <20180221054025.GA31728@bali> <20180221091105.GT94212@kib.kiev.ua> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180221091105.GT94212@kib.kiev.ua> User-Agent: Mutt/1.7.2 (2016-11-26) X-BeenThere: svn-src-stable-11@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for only the 11-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Feb 2018 09:21:05 -0000 On Wed, 21-Feb-2018 at 11:11:06 +0200, Konstantin Belousov wrote: > On Wed, Feb 21, 2018 at 06:40:25AM +0100, Andre Albsmeier wrote: > > On Sat, 17-Feb-2018 at 18:00:01 +0000, Konstantin Belousov wrote: > > > Author: kib > > > Date: Sat Feb 17 18:00:01 2018 > > > New Revision: 329462 > > > URL: https://svnweb.freebsd.org/changeset/base/329462 > > > > > > Log: > > > MFC r328083,328096,328116,328119,328120,328128,328135,328153,328157, > > > 328166,328177,328199,328202,328205,328468,328470,328624,328625,328627, > > > 328628,329214,329297,329365: > > > > > > Meltdown mitigation by PTI, PCID optimization of PTI, and kernel use of IBRS > > > for some mitigations of Spectre. > > > > One stupid question: Is this only for amd64 or also for i386? > Only for amd64. i386 is worked on, slowly. OK, thanks for clarifying....