Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752912AbbFHPgG (ORCPT ); Mon, 8 Jun 2015 11:36:06 -0400 Received: from bombadil.infradead.org ([198.137.202.9]:60910 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751532AbbFHPgA convert rfc822-to-8bit (ORCPT ); Mon, 8 Jun 2015 11:36:00 -0400 Message-ID: <1433777745.1495.41.camel@twins> Subject: Re: [PATCH 0/3] hrtimer: HRTIMER_STATE_ fixes From: Peter Zijlstra To: Oleg Nesterov Cc: umgwanakikbuti@gmail.com, mingo@elte.hu, ktkhai@parallels.com, rostedt@goodmis.org, tglx@linutronix.de, juri.lelli@gmail.com, pang.xunlei@linaro.org, wanpeng.li@linux.intel.com, linux-kernel@vger.kernel.org Date: Mon, 08 Jun 2015 17:35:45 +0200 In-Reply-To: <20150608151039.GA23138@redhat.com> References: <20150605084836.364306429@infradead.org> <20150605085205.723058588@infradead.org> <20150607223317.GA5193@redhat.com> <20150608091417.GM19282@twins.programming.kicks-ass.net> <20150608141709.GX18673@twins.programming.kicks-ass.net> <20150608151039.GA23138@redhat.com> Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7BIT X-Mailer: Evolution 3.10.4-0ubuntu2 Mime-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 994 Lines: 26 On Mon, 2015-06-08 at 17:10 +0200, Oleg Nesterov wrote: > On 06/08, Peter Zijlstra wrote: > > > > > I tend to agree, but I think its a pre-existing problem, not one > > > introduced by my proposed patch. > > > > Something like this would fix that I think. It fully preserves > > timer->state over hrtimer_start_range_ns(). > > Yes, but I think we can do a bit better. > > Only for initial review, I need to re-check this... I'm having a wee bit of bother spotting how you version is 'better'. > And. I think that after you remove STATE_CALLBACK we can even kill > timer->state altogether, but this is another story. Ah, yes, we could introduce timerqueue_is_queued() which uses RB_EMPTY_NODE(). Obviating the need for hrtimer::state entirely. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/