From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759380AbcGKPhU (ORCPT ); Mon, 11 Jul 2016 11:37:20 -0400 Received: from mga02.intel.com ([134.134.136.20]:12945 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759296AbcGKPhS (ORCPT ); Mon, 11 Jul 2016 11:37:18 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,347,1464678000"; d="scan'208";a="844180922" Date: Mon, 11 Jul 2016 08:35:40 -0700 From: Jacob Pan To: "Chen, Yu C" Cc: Ingo Molnar , "'Len Brown'" , jacob.jun.pan@intel.com, Jacob Pan , "H. Peter Anvin" , Peter Zijlstra , "x86@kernel.org" , "linux-kernel@vger.kernel.org" Subject: Re: Hi, Ingo, would you please help drop the TSC MSR calibration patch Message-ID: <20160711083540.02f86b3f@icelake> In-Reply-To: <36DF59CE26D8EE47B0655C516E9CE6402878009C@shsmsx102.ccr.corp.intel.com> References: <36DF59CE26D8EE47B0655C516E9CE6402878009C@shsmsx102.ccr.corp.intel.com> Organization: OTC X-Mailer: Claws Mail 3.9.3 (GTK+ 2.24.23; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 11 Jul 2016 07:59:19 -0700 "Chen, Yu C" wrote: > Currently it is in your x86/timer tree: > > commit fc273eeef314cdaf0ac992b400d126f8184a4d1c > Author: Len Brown > Date: Fri Jun 17 01:22:49 2016 -0400 > > x86/tsc_msr: Extend to include Intel Core Architecture > > > Previously we found this patch might decrease the performance on > one of our servers, due to the small gap between using old PIT > calibration and new MSR calibration method, so we currently would > like to hold this patch for now, until we got a clear answer from our > architect. Would you please help revert this patch (the other patches > are safe and can be merged), sorry for the inconvenience. > I modified the subject slightly to be more specific. Adding lkml and x86 list, and a few more people. This commit is also affected, won't compile if we revert the one above. 37c528e... x86/tsc_msr: Fix rdmsr(MSR_PLATFORM_INFO) unsafe warning in KVM guest > thanks, > Yu > > [Jacob Pan]