From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753703AbcFTPRy (ORCPT ); Mon, 20 Jun 2016 11:17:54 -0400 Received: from www.linutronix.de ([62.245.132.108]:60568 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751887AbcFTPRg (ORCPT ); Mon, 20 Jun 2016 11:17:36 -0400 Date: Mon, 20 Jun 2016 17:13:41 +0200 (CEST) From: Thomas Gleixner To: "Paul E. McKenney" cc: LKML , Ingo Molnar , Peter Zijlstra , Eric Dumazet , Frederic Weisbecker , Chris Mason , Arjan van de Ven , rt@linutronix.de, Rik van Riel , Linus Torvalds , George Spelvin , Len Brown Subject: Re: [patch V2 00/20] timer: Refactor the timer wheel In-Reply-To: <20160620150555.GR3923@linux.vnet.ibm.com> Message-ID: References: <20160617121134.417319325@linutronix.de> <20160620150555.GR3923@linux.vnet.ibm.com> User-Agent: Alpine 2.11 (DEB 23 2013-08-11) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 Mon, 20 Jun 2016, Paul E. McKenney wrote: > On Fri, Jun 17, 2016 at 01:26:28PM -0000, Thomas Gleixner wrote: > > This is the second version of the timer wheel rework series. The first series > > can be found here: > > > > http://lkml.kernel.org/r/20160613070440.950649741@linutronix.de > > > > The series is also available in git: > > > > git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git WIP.timers > > Ran some longer rcutorture tests, and the scripting complained about > hangs. This turned out to be due to the 12.5% uncertainty, so I fixed Is that stuff so sensitive? I'm surprised, because the old slack stuff got you 6.25% already. Thanks, tglx