Received: by 2002:a25:ad19:0:0:0:0:0 with SMTP id y25csp2939544ybi; Thu, 18 Jul 2019 17:42:23 -0700 (PDT) X-Google-Smtp-Source: APXvYqw0Y/mDWEZvxEhsiG72D9FJmQix/KUMppXjuPu7OZd9ajBjXZw3OiIhtWmCVNo/gkv3jcqz X-Received: by 2002:a63:dd17:: with SMTP id t23mr23754517pgg.295.1563496943379; Thu, 18 Jul 2019 17:42:23 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1563496943; cv=none; d=google.com; s=arc-20160816; b=S87o9HSbwI1df8t6CxJ2ZeIYVN8cmaRr77UUsFFEEwVRvXCMcyk6flVGsCl0AaB5DN o+QJi09Ju74Ki12pv8/nWEsu/kqQYCVthmDHlFKOq+qkj0+EpJkqY66/NM0vcMh/3hLe RWdJboQENOvZtNhVustQoMLgKnqKrAGLwMFlOID+WS0t2Mw9Isx/Zt3mUirPjZyNcdF0 QeSrisONBeHkY94ZQlJZw2WsjWhCcBUaejgWzPxcWQdtqtI/aq4FMT/6g1QJHnihT1My yjyIHVTGj92N7wsikR7SQuMz5ytBqsegNepVWk+r8Jg32U34eJigX8drpIV1/LZvLRXc kJeQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=TjJWYmj+7xt7HrePCczYjsuoKINgNTytp6iW0cn52h0=; b=vIs7MpmLda6pQmRWk0cUMtDp2++BA3+7XhQyejLvH2A6zLj58YxpOc+jadUpwuiEko KGz1n2uiijFwSJ028eIEh9teGXT0tVRZvjaH/4N6bRuF33tMG2JVJp+HdvMphqLYOgIA /z1I4rwyN428gax1DzvmZPxLHuFTxF5rq/iqTkpYKYyyJlOOKOBPe89XtUz47pO1DD7/ 5uJ3G2/XKxFxidybJOL7KT0ijba1CxfvYoOmJIPYqL9y/YI6QcN33GPMtig6lwwbjN8A b15dGqphFmoupRnCkGp3fRAmM7FSiIygkKL5+9S0iq8O3GNwlN3IQ4l9TgBq9BBt47Yl sQww== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id z20si124148pfa.282.2019.07.18.17.42.07; Thu, 18 Jul 2019 17:42:23 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726529AbfGSAkr (ORCPT + 99 others); Thu, 18 Jul 2019 20:40:47 -0400 Received: from lgeamrelo11.lge.com ([156.147.23.51]:40020 "EHLO lgeamrelo11.lge.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726289AbfGSAkr (ORCPT ); Thu, 18 Jul 2019 20:40:47 -0400 Received: from unknown (HELO lgemrelse6q.lge.com) (156.147.1.121) by 156.147.23.51 with ESMTP; 19 Jul 2019 09:40:45 +0900 X-Original-SENDERIP: 156.147.1.121 X-Original-MAILFROM: byungchul.park@lge.com Received: from unknown (HELO X58A-UD3R) (10.177.222.33) by 156.147.1.121 with ESMTP; 19 Jul 2019 09:40:45 +0900 X-Original-SENDERIP: 10.177.222.33 X-Original-MAILFROM: byungchul.park@lge.com Date: Fri, 19 Jul 2019 09:39:42 +0900 From: Byungchul Park To: Joel Fernandes Cc: "Paul E. McKenney" , Byungchul Park , rcu , LKML , kernel-team@lge.com Subject: Re: [PATCH] rcu: Make jiffies_till_sched_qs writable Message-ID: <20190719003942.GA28226@X58A-UD3R> References: <20190711164818.GA260447@google.com> <20190711195839.GA163275@google.com> <20190712063240.GD7702@X58A-UD3R> <20190712125116.GB92297@google.com> <20190713151330.GE26519@linux.ibm.com> <20190713154257.GE133650@google.com> <20190713174111.GG26519@linux.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jul 18, 2019 at 12:14:22PM -0400, Joel Fernandes wrote: > Trimming the list a bit to keep my noise level low, > > On Sat, Jul 13, 2019 at 1:41 PM Paul E. McKenney wrote: > [snip] > > > It still feels like you guys are hyperfocusing on this one particular > > > > knob. I instead need you to look at the interrelating knobs as a group. > > > > > > Thanks for the hints, we'll do that. > > > > > > > On the debugging side, suppose someone gives you an RCU bug report. > > > > What information will you need? How can you best get that information > > > > without excessive numbers of over-and-back interactions with the guy > > > > reporting the bug? As part of this last question, what information is > > > > normally supplied with the bug? Alternatively, what information are > > > > bug reporters normally expected to provide when asked? > > > > > > I suppose I could dig out some of our Android bug reports of the past where > > > there were RCU issues but if there's any fires you are currently fighting do > > > send it our way as debugging homework ;-) > > > > Suppose that you were getting RCU CPU stall > > warnings featuring multi_cpu_stop() called from cpu_stopper_thread(). > > Of course, this really means that some other CPU/task is holding up > > multi_cpu_stop() without also blocking the current grace period. > > > > So I took a shot at this trying to learn how CPU stoppers work in > relation to this problem. > > I am assuming here say CPU X has entered MULTI_STOP_DISABLE_IRQ state > in multi_cpu_stop() but another CPU Y has not yet entered this state. > So CPU X is stalling RCU but it is really because of CPU Y. Now in the > problem statement, you mentioned CPU Y is not holding up the grace > period, which means Y doesn't have any of IRQ, BH or preemption > disabled ; but is still somehow stalling RCU indirectly by troubling > X. > > This can only happen if : > - CPU Y has a thread executing on it that is higher priority than CPU > X's stopper thread which prevents it from getting scheduled. - but the > CPU stopper thread (migration/..) is highest priority RT so this would > be some kind of an odd scheduler bug. I think this bug hardly can happen. > - There is a bug in the CPU stopper machinery itself preventing it > from scheduling the stopper on Y. Even though Y is not holding up the > grace period. Or any thread on Y is busy with preemption/irq disabled preventing the stopper from being scheduled on Y. Or something is stuck in ttwu() to wake up the stopper on Y due to any scheduler locks such as pi_lock or rq->lock or something. I think what you mentioned can happen easily. Basically we would need information about preemption/irq disabled sections on Y and scheduler's current activity on every cpu at that time. Am I missing something? > Did I get that right? Would be exciting to run the rcutorture test > once Paul has it available to reproduce this problem. Thanks, Byungchul