From owner-svn-src-stable@freebsd.org Tue Jun 20 08:03:17 2017 Return-Path: Delivered-To: svn-src-stable@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 2FE09D92534; Tue, 20 Jun 2017 08:03:17 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from citapm.icyb.net.ua (citapm.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 763E3782D8; Tue, 20 Jun 2017 08:03:08 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from porto.starpoint.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citapm.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id LAA17596; Tue, 20 Jun 2017 11:03:06 +0300 (EEST) (envelope-from avg@FreeBSD.org) Received: from localhost ([127.0.0.1]) by porto.starpoint.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1dNE7u-000NPq-Ny; Tue, 20 Jun 2017 11:03:06 +0300 Subject: Re: svn commit: r280455 - in stable/10: lib/libpmc sys/amd64/conf sys/dev/hwpmc sys/sys usr.sbin usr.sbin/pmcstudy To: Oliver Pinter , John Baldwin Cc: Randall Stewart , src-committers@FreeBSD.org, svn-src-all@FreeBSD.org, svn-src-stable@FreeBSD.org, svn-src-stable-10@FreeBSD.org References: <201503242000.t2OK0Cbg065573@svn.freebsd.org> <5514A07B.70302@FreeBSD.org> From: Andriy Gapon Message-ID: <322387f5-c7ae-9646-bb7b-6ac6e5478fd9@FreeBSD.org> Date: Tue, 20 Jun 2017 11:02:10 +0300 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jun 2017 08:03:17 -0000 On 20/06/2017 01:37, Oliver Pinter wrote: > On 3/27/15, John Baldwin wrote: >> On 3/24/15 1:00 PM, Randall Stewart wrote: >>> Author: rrs >>> Date: Tue Mar 24 20:00:11 2015 >>> New Revision: 280455 >>> URL: https://svnweb.freebsd.org/changeset/base/280455 >>> >>> Log: >>> MFC of r277177 and r279894 with the fixes for the PMC for Haswell. >>> >>> Sponsored by: Netflix Inc. >>> >>> Added: >>> stable/10/usr.sbin/pmcstudy/ >>> - copied from r277177, head/usr.sbin/pmcstudy/ >>> Modified: >>> stable/10/lib/libpmc/libpmc.c >>> stable/10/sys/amd64/conf/GENERIC > > Hi! > > The MFC of 279833 was missing from this commit. I'm CCing avg@, since > he made a big bunch of hwpmc related MFCs yesterday. I've just merged that commit. Thank you all. >> >> The change to GENERIC looks like it slipped in by accident? Neither of the >> commits to HEAD enabled hwpmc in GENERIC AFAICT. -- Andriy Gapon