From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Andrzej Siewior Subject: Re: [PATCH RT] cpu_chill: Add a UNINTERRUPTIBLE hrtimer_nanosleep Date: Fri, 07 Mar 2014 10:49:42 +0100 Message-ID: <53199636.7010806@linutronix.de> References: <20140304122832.0979c5dc@gandalf.local.home> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Thomas Gleixner , Clark Williams , John Kacur , uobergfe@redhat.com To: Steven Rostedt , LKML , linux-rt-users Return-path: In-Reply-To: <20140304122832.0979c5dc@gandalf.local.home> Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-rt-users.vger.kernel.org On 03/04/2014 06:28 PM, Steven Rostedt wrote: > We hit another bug that was caused by switching cpu_chill() from > msleep() to hrtimer_nanosleep(). Applied with a stable tag. Sebastian