From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752101AbcFUW7n (ORCPT ); Tue, 21 Jun 2016 18:59:43 -0400 Received: from mga03.intel.com ([134.134.136.65]:33526 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751880AbcFUW7a (ORCPT ); Tue, 21 Jun 2016 18:59:30 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,506,1459839600"; d="scan'208";a="992476052" Date: Tue, 21 Jun 2016 15:54:00 -0700 From: Andi Kleen To: David Carrillo-Cisneros Cc: linux-kernel@vger.kernel.org, "x86@kernel.org" , Ingo Molnar , Kan Liang , Peter Zijlstra Subject: Re: [PATCH v02 2/5] perf/x86/intel: fix for MSR_LAST_BRANCH_FROM_x bug when no TSX Message-ID: <20160621225400.GD25121@tassilo.jf.intel.com> References: <1466533874-52003-1-git-send-email-davidcc@google.com> <1466533874-52003-3-git-send-email-davidcc@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1466533874-52003-3-git-send-email-davidcc@google.com> User-Agent: Mutt/1.6.1 (2016-04-27) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > This patch introduces it for wrmsrl's done for testing LBR support. > Future patch in series adds the quirk for context switch, that would > be required if LBR callstack is to be enabled for ring 0. Patches are fine for me. Reviewed-by: Andi Kleen -Andi