From owner-svn-src-all@freebsd.org Mon Jun 19 22:38:00 2017 Return-Path: Delivered-To: svn-src-all@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 51F8FDA62EE for ; Mon, 19 Jun 2017 22:38:00 +0000 (UTC) (envelope-from oliver.pinter@hardenedbsd.org) Received: from mail-vk0-x232.google.com (mail-vk0-x232.google.com [IPv6:2607:f8b0:400c:c05::232]) (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 08B5B2689 for ; Mon, 19 Jun 2017 22:38:00 +0000 (UTC) (envelope-from oliver.pinter@hardenedbsd.org) Received: by mail-vk0-x232.google.com with SMTP id y70so60270183vky.3 for ; Mon, 19 Jun 2017 15:37:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=hardenedbsd-org.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=ZWniBZJM86/s2QcywCqWjkANXcJb4hYKKWR/LDF49vo=; b=Cdv8iWkbYwWqC4H8M9po8B9tTtomEVRKKHBjGNInH2iRhoTO5zQqbOFJ/uEBd2CrX5 5OfQUM1ucMmjpbKPNe+JC+Ww8utQ/B9NT9O7nalfnfZmCREF1yIWZ/ACdmAPc1NAIqih F+nHigrVi4BhBDQiN+CivwEl6IMVolGMRL3wNVggdsLYqVMhi6HJdfRtzHJEl9YJeS5a 3jcW9Ano2ig0BTOo6bnQDcGohzcGF8TGIXGqAilqB/g3cyPT16L2qmL1h6yx9B8EOx3X x4cfpr6ofCmBg1AuPITlSsg9f7Mue8A+S2xzKt35UD9S5wQD2OnYGo0Ky2QTH5F2ITgL JqDg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=ZWniBZJM86/s2QcywCqWjkANXcJb4hYKKWR/LDF49vo=; b=q5mqptrarFiE6HyBJ643HRTahOkclsjG5cRokRS2InKjBjoots5L9N4Ou+4RmN8Abg 4LZ4LINJnlVbqxzOL0rAck7h+rh8SzEmTSQNc1qlpJF2J7QP6NuZ8UPyf+uOyILqyuFv P6BOWvJMVVaeauaLKziTJxd4NvSzDi7eVjkFk20Jclc9ksoSbCVaRwGD0tZ0rpRLAFJd 6jVo90wiDqMMEO2241nw5rxNoCUsIfw6rhNHI06GuMPbsGzUq/25EUCY3V64yHChFvZL /GNeX/FA4mfeuyUJqujE92hvCGvU0IUXbo7RQIZF+8DAPLUsqK/mYE9PQZxcMIDhs2/O m9lg== X-Gm-Message-State: AKS2vOzt4pdXNwQlX2R0/t+rfYFRnTaJ0euyHw5vpvqMDGh5NLCsZZZs HLW62qhKTC2VfwU/rATKcE5p7ziykvPg X-Received: by 10.31.69.138 with SMTP id s132mr15543476vka.13.1497911878961; Mon, 19 Jun 2017 15:37:58 -0700 (PDT) MIME-Version: 1.0 Received: by 10.103.36.195 with HTTP; Mon, 19 Jun 2017 15:37:58 -0700 (PDT) In-Reply-To: <5514A07B.70302@FreeBSD.org> References: <201503242000.t2OK0Cbg065573@svn.freebsd.org> <5514A07B.70302@FreeBSD.org> From: Oliver Pinter Date: Tue, 20 Jun 2017 00:37:58 +0200 Message-ID: Subject: Re: svn commit: r280455 - in stable/10: lib/libpmc sys/amd64/conf sys/dev/hwpmc sys/sys usr.sbin usr.sbin/pmcstudy To: John Baldwin , avg@freebsd.org Cc: Randall Stewart , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jun 2017 22:38:00 -0000 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. > > The change to GENERIC looks like it slipped in by accident? Neither of the > commits to HEAD enabled hwpmc in GENERIC AFAICT. > > -- > John Baldwin > _______________________________________________ > svn-src-stable-10@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/svn-src-stable-10 > To unsubscribe, send any mail to > "svn-src-stable-10-unsubscribe@freebsd.org" >