Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933441AbdGTDaj (ORCPT ); Wed, 19 Jul 2017 23:30:39 -0400 Received: from mail-it0-f68.google.com ([209.85.214.68]:36563 "EHLO mail-it0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932172AbdGTDah (ORCPT ); Wed, 19 Jul 2017 23:30:37 -0400 From: Vince Weaver X-Google-Original-From: Vince Weaver Date: Wed, 19 Jul 2017 23:30:30 -0400 (EDT) X-X-Sender: vince@macbook-air To: Ingo Molnar cc: Alexander Shishkin , Vince Weaver , linux-kernel@vger.kernel.org, Peter Zijlstra , Stephane Eranian Subject: Re: perf: bisected sampling bug in Linux 4.11-rc1 In-Reply-To: <20170718121321.6l4ia2cw25eetpvh@gmail.com> Message-ID: References: <87lgnmvw7h.fsf@ashishki-desk.ger.corp.intel.com> <20170718121321.6l4ia2cw25eetpvh@gmail.com> 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: 339 Lines: 11 On Tue, 18 Jul 2017, Ingo Molnar wrote: > > Ok, great - if this works then I'll pick up this fix instead of the revert that > I've queued up earlier today. sorry for the delay, I was out of town for a few days. I've tried the patch and it looks like it fixes the test in question and doesn't seem to add any other regressions. Vince