From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752656Ab3LBIoC (ORCPT ); Mon, 2 Dec 2013 03:44:02 -0500 Received: from www.linutronix.de ([62.245.132.108]:41061 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751284Ab3LBIoA (ORCPT ); Mon, 2 Dec 2013 03:44:00 -0500 Message-ID: <529C484D.3080905@linutronix.de> Date: Mon, 02 Dec 2013 09:43:57 +0100 From: Sebastian Andrzej Siewior User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20131103 Icedove/17.0.10 MIME-Version: 1.0 To: pavel@pavlinux.ru CC: linux-rt-users , LKML , Thomas Gleixner , rostedt@goodmis.org, John Kacur Subject: Re: [ANNOUNCE] 3.12.1-rt4 References: <20131116194633.GD11518@linutronix.de> <20131122211119.GL8698@linutronix.de> <529BB74C.4000702@pavlinux.ru> In-Reply-To: <529BB74C.4000702@pavlinux.ru> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Linutronix-Spam-Score: -1.0 X-Linutronix-Spam-Level: - X-Linutronix-Spam-Status: No , -1.0 points, 5.0 required, ALL_TRUSTED=-1,SHORTCIRCUIT=-0.0001 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 12/01/2013 11:25 PM, Pavel Vasilyev wrote: > ------------[ cut here ]------------ > WARNING: CPU: 1 PID: 10 at kernel/time/tick-sched.c:191 0xffffffff8107bac6() > NO_HZ FULL will not work with unstable sched clock > Call Trace: > [] 0xffffffff81501a58 > [] 0xffffffff8102f992 Okay. Now we have a backstrace. Better. Now there is an option named CONFIG_DEBUG_INFO which resolves a number like 0xffffffff81501a58 to the function name. Without it enabled, the backtrace is of no use to me. However, in this case you triggered the warning in tick-sched.c. The good news is that FULL-NO-HZ mode is not available because your TSC is unstable and this is all the backtrace is about so it is harmless. You should see it even without -RT enabled. The bad news is that I don't think that this has anything to do with your SATA problem. Sebastian