From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753454AbdHWH3U (ORCPT ); Wed, 23 Aug 2017 03:29:20 -0400 Received: from regular1.263xmail.com ([211.150.99.134]:56089 "EHLO regular1.263xmail.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753329AbdHWH3T (ORCPT ); Wed, 23 Aug 2017 03:29:19 -0400 X-263anti-spam: KSV:0;BIG:0; X-MAIL-GRAY: 0 X-MAIL-DELIVERY: 1 X-KSVirus-check: 0 X-ADDR-CHECKED4: 1 X-ABS-CHECKED: 1 X-SKE-CHECKED: 1 X-ANTISPAM-LEVEL: 2 X-RL-SENDER: jeffy.chen@rock-chips.com X-FST-TO: tglx@linutronix.de X-SENDER-IP: 103.29.142.67 X-LOGIN-NAME: jeffy.chen@rock-chips.com X-UNIQUE-TAG: <1a26fc4039ed76e4071e38f857843a31> X-ATTACHMENT-NUM: 0 X-DNS-TYPE: 0 Message-ID: <599D2EC3.2010900@rock-chips.com> Date: Wed, 23 Aug 2017 15:29:07 +0800 From: jeffy User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:19.0) Gecko/20130126 Thunderbird/19.0 MIME-Version: 1.0 To: Thomas Gleixner CC: Nicholas Piggin , akpm@linux-foundation.org, John Stultz , Stephen Boyd , Jonathan.Cameron@huawei.com, paulmck@linux.vnet.ibm.com, mpe@ellerman.id.au, dzickus@redhat.com, sfr@canb.auug.org.au, linuxarm@huawei.com, abdhalee@linux.vnet.ibm.com, linux-kernel@vger.kernel.org, torvalds@linux-foundation.org Subject: Re: [v2] timers: Fix excessive granularity of new timers after a nohz idle References: <20170822084348.21436-1-npiggin@gmail.com> <599CF4C4.2070703@rock-chips.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Thomas, On 08/23/2017 03:01 PM, Thomas Gleixner wrote: > On Wed, 23 Aug 2017, jeffy wrote: > >> Hi guys, >> >> I was testing a arm64 based device(chromebook bob), and the kernel hang a >> lot(during booting or suspending) on for-next(next-20170822) with this commit: >> 71acb768f5b3 (timers: Fix excessive granularity of new timers after a nohz >> idle) >> >> After revert it(or just add "!base->is_idle" check back), things work well... > > Can you please test V2? > hmm, v2 works... Tested-by: Jeffy Chen > Thanks, > > tglx > > >