Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1463558

Re: [patch 4 14/22] timer: Switch to a non cascading wheel

Path csiph.com!news.mixmin.net!aioe.org!bofh.it!news.nic.it!robomod
From Richard Cochran <richardcochran@gmail.com>
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 <s6Io1-R5-15@gated-at.bofh.it> (permalink)
References <rR8Pv-419-7@gated-at.bofh.it> <rR8Pw-419-35@gated-at.bofh.it> <s505H-5ym-29@gated-at.bofh.it> <s5oUq-4QH-19@gated-at.bofh.it> <s5q9Q-5PW-9@gated-at.bofh.it>
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 <linux-kernel.vger.kernel.org>
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 <riel@redhat.com>, Jouni Malinen <jkmalinen@gmail.com>, Thomas Gleixner <tglx@linutronix.de>, LKML <linux-kernel@vger.kernel.org>, Ingo Molnar <mingo@kernel.org>, Peter Zijlstra <peterz@infradead.org>, Frederic Weisbecker <fweisbec@gmail.com>, Chris Mason <clm@fb.com>, Arjan van de Ven <arjan@infradead.org>, rt@linutronix.de, George Spelvin <linux@sciencehorizons.net>, Len Brown <lenb@kernel.org>, Josh Triplett <josh@joshtriplett.org>, Eric Dumazet <edumazet@google.com>
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> <CANe27j+-sm3nVZZg0U2LWCduKMVw6WJJwMa6aSaxB5M-d53kPw@mail.gmail.com> <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

Show key headers only | View raw


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

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Re: [patch 4 14/22] timer: Switch to a non cascading wheel Jouni Malinen <jkmalinen@gmail.com> - 2016-08-11 17:30 +0200
  Re: [PREEMPT-RT] [patch 4 14/22] timer: Switch to a non cascading  wheel rcochran@linutronix.de - 2016-08-11 22:30 +0200
    Re: [PREEMPT-RT] [patch 4 14/22] timer: Switch to a non cascading wheel Jouni Malinen <jkmalinen@gmail.com> - 2016-08-13 11:20 +0200
      Re: [PREEMPT-RT] [patch 4 14/22] timer: Switch to a non cascading  wheel Richard Cochran <richardcochran@gmail.com> - 2016-08-16 11:50 +0200
        Re: [PREEMPT-RT] [patch 4 14/22] timer: Switch to a non cascading wheel Eric Dumazet <edumazet@google.com> - 2016-08-16 16:40 +0200
        Re: [PREEMPT-RT] [patch 4 14/22] timer: Switch to a non cascading  wheel Jouni Malinen <j@w1.fi> - 2016-08-17 11:20 +0200
          Re: [PREEMPT-RT] [patch 4 14/22] timer: Switch to a non cascading  wheel rcochran@linutronix.de - 2016-08-17 11:30 +0200
  Re: [patch 4 14/22] timer: Switch to a non cascading wheel Rik van Riel <riel@redhat.com> - 2016-08-12 20:00 +0200
    Re: [patch 4 14/22] timer: Switch to a non cascading wheel "Paul E. McKenney" <paulmck@linux.vnet.ibm.com> - 2016-08-12 21:20 +0200
      Re: [patch 4 14/22] timer: Switch to a non cascading wheel Richard Cochran <richardcochran@gmail.com> - 2016-08-16 11:00 +0200
    Re: [patch 4 14/22] timer: Switch to a non cascading wheel Richard Cochran <richardcochran@gmail.com> - 2016-08-16 10:00 +0200

csiph-web