From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751839AbeA2Pyk (ORCPT ); Mon, 29 Jan 2018 10:54:40 -0500 Received: from bombadil.infradead.org ([65.50.211.133]:49055 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751337AbeA2Pyj (ORCPT ); Mon, 29 Jan 2018 10:54:39 -0500 Date: Mon, 29 Jan 2018 16:54:31 +0100 From: Peter Zijlstra To: Luiz Capitulino Cc: Frederic Weisbecker , Ingo Molnar , LKML , Chris Metcalf , Thomas Gleixner , Christoph Lameter , "Paul E . McKenney" , Wanpeng Li , Mike Galbraith , Rik van Riel Subject: Re: [GIT PULL] isolation: 1Hz residual tick offloading v4 Message-ID: <20180129155431.GW2269@hirez.programming.kicks-ass.net> References: <1516320140-13189-1-git-send-email-frederic@kernel.org> <20180124104608.038fb212@redhat.com> <20180129011024.GA2942@lerouge> <20180129103316.4d2f9153@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180129103316.4d2f9153@redhat.com> User-Agent: Mutt/1.9.2 (2017-12-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jan 29, 2018 at 10:33:16AM -0500, Luiz Capitulino wrote: > Cool, passing tsc=reliable worked for me. I finally got to the tick to > go completely away. While I agree that fixing that is beyond the scope > of this series, I think we should improve it anyway since it will probably > come up for people trying the new nohz_full=. The only way to fix that is to audit all BIOS code :/ Short of that, we need to periodically test the TSC on each CPU/SOCKET to verify its still in step with expectation. Sadly MSR_IA32_TSC and MSR_IA32_TSC_ADJUST are writable registers and BIOS monkeys occasionally write to them for 'raisins-of-insanity'.