From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick McHardy Subject: Re: [patch] timers: add mod_timer_pending() Date: Wed, 18 Feb 2009 13:54:49 +0100 Message-ID: <499C0519.2050204@trash.net> References: <20090218051906.174295181@vyatta.com> <20090218052747.437271195@vyatta.com> <20090218092041.GC3294@elte.hu> <499BDDFE.5010101@trash.net> <20090218120508.GB4100@elte.hu> <499C000A.4040205@trash.net> <20090218125049.GA28791@elte.hu> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Cc: Oleg Nesterov , Peter Zijlstra , Stephen Hemminger , David Miller , Rick Jones , Eric Dumazet , netdev@vger.kernel.org, netfilter-devel@vger.kernel.org, tglx@linutronix.de, Martin Josefsson , linux-kernel@vger.kernel.org To: Ingo Molnar Return-path: Received: from stinky.trash.net ([213.144.137.162]:51797 "EHLO stinky.trash.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751635AbZBRMyy (ORCPT ); Wed, 18 Feb 2009 07:54:54 -0500 In-Reply-To: <20090218125049.GA28791@elte.hu> Sender: netfilter-devel-owner@vger.kernel.org List-ID: Ingo Molnar wrote: > To accelerate matters i've committed the new API patch into a > new standalone topic branch: tip:timers/new-apis. > > Unless there are objections or test failures, you (or Stephen or > David) can then git-pull it into the networking tree via the Git > coordinates below - and you'll get this single commit in a > surgical manner - no other timer changes are included. > > Doing so has the advantage of: > > - You not having to wait a kernel cycle for the API to go > upstream. > > - You can also push it upstream without waiting for the timer > tree. (the timer tree and the networking tree will share the > exact same commit) > > - It will also all merge cleanly with the timer tree in > linux-next, etc. > > I'd suggest to do it in about a week, to make sure any after > effects have trickled down and to make sure the topic has become > append-only. You can ping Thomas and me about testing/review > status then, whenever you want to do the pull. Thanks Ingo. I'll wait for Stephen to rebase his patches on top of your change and the test results and will let you know.