Path: csiph.com!news.mixmin.net!aioe.org!bofh.it!news.nic.it!robomod From: Richard Cochran Newsgroups: linux.kernel Subject: Re: [patch 4 14/22] timer: Switch to a non cascading wheel Date: Tue, 16 Aug 2016 11:00:01 +0200 Message-ID: References: Dkim-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=I3kiyDvJsRaAI4nrYLgmiOebQKwppICUjnVrdCRG6k8=; b=Oc8h97zQmdjC5tZi9UAvGZf4kaCpO8sCvf7F4rDLKtp1MjyWsOMHr4S773LrOqDovU rRp1sN4aYBUIO3yriHWxmFRxfjNenp6B4qqNcll7YWw0FTqFOGRnqiZiqIO60rvF8sVJ JR68G9vctsNk1r2r5GbRm79FP5g0/drI+MZFXGeV+5BOCwDlnl9VXyk487RPEnsdTlua HjkyLgSXbDu9CTRMox3nGU/NAYsLCMJF/PGQniQC8rKZjrXM/Tqn/bJvGQCgITbGZW8V ViK2xkkJYulliHQTviIySS0Mql5EXxlOXoWx3gQL1c1GhSM9EfLpxEi5wSgu1XKW8Fv5 eLhA== X-Google-Dkim-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=I3kiyDvJsRaAI4nrYLgmiOebQKwppICUjnVrdCRG6k8=; b=LffV7iO7YAKXzRmUYQXgRPmZ9C/jPBBoPGmBy/AJJJoRCWdp4UyoG3fOGWhsUpTc9E JkTIXXjmQsbXiCv68m7Dedgyp03cs+8K9ZnGaXo7E3Ro/7s00fkdUN1EAbCJiqakOOTf Uyw9jq7Ha+wbzgxtmpu0vPZTXatQK65sdNhJucp4A77XbWlfQMTTYl4Wsm6oQiKy3kde IHZjRIStbQPNV3vD/52YEC4is05tgI9Qruejlee20CSkxX4w5L2aqwAsM/uL3a6Cm7A8 IbxAfIgnRvCRWLc0RSzZWAyi3Yb0gZQ5JKBm4S5pX4gV3mbGfHa+TTYrBRSbc+D0D4VA zWLw== X-Gm-Message-State: AEkoouv/K2wEPCCnbtyk9eVF0YUFE8INUOsVYK6rO0mMaJkS9meC8Y5fya7LRWkCfr3cvA== X-Received: by 10.28.128.15 with SMTP id b15mr21160889wmd.100.1471337712824; Tue, 16 Aug 2016 01:55:12 -0700 (PDT) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) Sender: robomod@news.nic.it List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Approved: robomod@news.nic.it Lines: 21 Organization: linux.* mail to news gateway X-Original-Cc: Rik van Riel , Jouni Malinen , Thomas Gleixner , LKML , Ingo Molnar , Peter Zijlstra , Frederic Weisbecker , Chris Mason , Arjan van de Ven , rt@linutronix.de, George Spelvin , Len Brown , Josh Triplett , Eric Dumazet X-Original-Date: Tue, 16 Aug 2016 10:55:05 +0200 X-Original-Message-ID: <20160816085505.GB23077@localhost.localdomain> X-Original-References: <20160704093956.299369787@linutronix.de> <20160704094342.108621834@linutronix.de> <1471024216.32433.5.camel@redhat.com> <20160812191411.GA12616@linux.vnet.ibm.com> X-Original-Sender: linux-kernel-owner@vger.kernel.org Xref: csiph.com linux.kernel:1463558 On Fri, Aug 12, 2016 at 12:14:11PM -0700, Paul E. McKenney wrote: > FWIW, I do appear to be seeing more lost wakeups on current mainline > than on v4.7, but not enough of a difference to get a reliable bisction > in reasonable time. We are seeing reproducible hangs* when running Steven's stress-cpu-hotplug under kvm. This hang goes back to v4.7 at least. I couldn't reproduce this with bare metal. Thomas thought it was a virtualization issue, not related to the hotplug rework. He is away until next week. Maybe he knows more to say... To reproduce, run while [ 1 ]; do ./stress-cpu-hotplug ; done and wait about 20 minutes (or longer). Thanks, Richard * INFO: task cpuhp/7:49 blocked for more than 120 seconds