Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751269AbdCPFnu (ORCPT ); Thu, 16 Mar 2017 01:43:50 -0400 Received: from mail-it0-f66.google.com ([209.85.214.66]:34067 "EHLO mail-it0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750866AbdCPFnt (ORCPT ); Thu, 16 Mar 2017 01:43:49 -0400 From: Vince Weaver X-Google-Original-From: Vince Weaver Date: Thu, 16 Mar 2017 01:35:05 -0400 (EDT) X-X-Sender: vince@macbook-air To: Andy Lutomirski cc: Andy Lutomirski , Peter Zijlstra , "linux-kernel@vger.kernel.org" , Ingo Molnar , Arnaldo Carvalho de Melo Subject: Re: perf: race with automatic rdpmc() disabling In-Reply-To: Message-ID: References: <20170313165507.GJ3312@twins.programming.kicks-ass.net> User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 360 Lines: 12 On Wed, 15 Mar 2017, Andy Lutomirski wrote: > Can you give this a try: > > https://git.kernel.org/pub/scm/linux/kernel/git/luto/linux.git/commit/?h=x86/fixes&id=9edb8154863ba1a7f6f1f15ffe6aecf3cf32bf21 > > (The link doesn't work yet but it should in a minute or two.) I've tested it and I am unable to reproduce the problem with the patch applied. Vince