Received: by 2002:a25:1506:0:0:0:0:0 with SMTP id 6csp1641968ybv; Fri, 21 Feb 2020 00:51:54 -0800 (PST) X-Google-Smtp-Source: APXvYqxEkeMr9olKIMoi8Bx6XflOgyUkSdmDoiDVdEV5Lgv3sxuod4E4odZX8Yr0ACwroLHcIrFt X-Received: by 2002:a9d:674f:: with SMTP id w15mr27210886otm.243.1582275114156; Fri, 21 Feb 2020 00:51:54 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1582275114; cv=none; d=google.com; s=arc-20160816; b=xy5KzoG8lK1iSymrnYn9ABPdTMXCeLVDqh+aCMDqfzwhCMvthztnldDvfjhNUUN/6+ hECVQx5Pg6hKzW8JbLJbRBWQTz2nXUMxCeI7zkHdth9rSJrK3r2wPqxTOE+VRoTJe0fE TlncZWGR4dU+BwY29+MOANOeYY77tTJjbSQbNsgUUmw+WRVBPXsLU509LbmP8Wl9WdQJ S45Ll7X2bD2XKQlx1gg6Zx3L5S5N7FvIReD3gwqcmHr7MHw1ErL7g12QFsFqKfPMxH15 URhk885wObI6Eg30at0Ys49TLjBSJ7J2P3kCVOpMciVXPADgEFnKtHqC6BWKMPbozOQ6 s5Vg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=6NVHoj+cpIoCTdA5ptZZjQOc2Y2vHHfxGm+kh2J90rE=; b=ThIsy4MKKKm4K2+GO0LOr+zX52fCTfqyvz9L3Vg4tXzs76slbhDCXiIXoIMSn7ZsOt SSEeGrLCLXkNfreNJMQ4QDmCuVBvf+ubJIuaJFMcTPNebpAr9kFVl1Ie/wNgvu57Wh8i VR8/3T8eBYzermusb2XBSopN9ujt11ucwTr/zsWyaWK2A00x2iMLOdP06b7E2fbeus+5 6V7NEMemBbWNg2Iz8NEIZdJKFh5HfX2MFkG2WIwfHzAM+UNMtlqdWUGAz/c0GVkUbSnI bH6MSVFMUMPxmx8uGtiiTZlONEGmtiIELCN5uZ/iOmxHY7NVsMwiN61qCRDipJKwR6WG UeJA== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=vjt057nJ; 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 q6si1146459oth.26.2020.02.21.00.51.42; Fri, 21 Feb 2020 00:51:54 -0800 (PST) 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; dkim=pass header.i=@kernel.org header.s=default header.b=vjt057nJ; 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 S1727498AbgBUHoA (ORCPT + 99 others); Fri, 21 Feb 2020 02:44:00 -0500 Received: from mail.kernel.org ([198.145.29.99]:38340 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727227AbgBUHnz (ORCPT ); Fri, 21 Feb 2020 02:43:55 -0500 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 94FF5207FD; Fri, 21 Feb 2020 07:43:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1582271034; bh=UYqKx2O8ccgfc2BEmoOMtLzRV0341XwG6c3PzYFulew=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=vjt057nJSU5NMJ1c/wtF2gsaA2exC3fm9Pw94eSBICG6UXGCLrRXvaUvrFGTLKRDd 0A8xUbG677BUgP1iA6elJAZOie/5txeIgeNNonnj4RguDLiRx0lyGYA5PihMPfYYOP gHYGVUEs9fQfdjyxRmKNH6JngPtL53P4KFHeMePU= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Neeraj Upadhyay , "Paul E. McKenney" , Sasha Levin Subject: [PATCH 5.5 015/399] rcu: Fix missed wakeup of exp_wq waiters Date: Fri, 21 Feb 2020 08:35:40 +0100 Message-Id: <20200221072403.811685185@linuxfoundation.org> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20200221072402.315346745@linuxfoundation.org> References: <20200221072402.315346745@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Neeraj Upadhyay [ Upstream commit fd6bc19d7676a060a171d1cf3dcbf6fd797eb05f ] Tasks waiting within exp_funnel_lock() for an expedited grace period to elapse can be starved due to the following sequence of events: 1. Tasks A and B both attempt to start an expedited grace period at about the same time. This grace period will have completed when the lower four bits of the rcu_state structure's ->expedited_sequence field are 0b'0100', for example, when the initial value of this counter is zero. Task A wins, and thus does the actual work of starting the grace period, including acquiring the rcu_state structure's .exp_mutex and sets the counter to 0b'0001'. 2. Because task B lost the race to start the grace period, it waits on ->expedited_sequence to reach 0b'0100' inside of exp_funnel_lock(). This task therefore blocks on the rcu_node structure's ->exp_wq[1] field, keeping in mind that the end-of-grace-period value of ->expedited_sequence (0b'0100') is shifted down two bits before indexing the ->exp_wq[] field. 3. Task C attempts to start another expedited grace period, but blocks on ->exp_mutex, which is still held by Task A. 4. The aforementioned expedited grace period completes, so that ->expedited_sequence now has the value 0b'0100'. A kworker task therefore acquires the rcu_state structure's ->exp_wake_mutex and starts awakening any tasks waiting for this grace period. 5. One of the first tasks awakened happens to be Task A. Task A therefore releases the rcu_state structure's ->exp_mutex, which allows Task C to start the next expedited grace period, which causes the lower four bits of the rcu_state structure's ->expedited_sequence field to become 0b'0101'. 6. Task C's expedited grace period completes, so that the lower four bits of the rcu_state structure's ->expedited_sequence field now become 0b'1000'. 7. The kworker task from step 4 above continues its wakeups. Unfortunately, the wake_up_all() refetches the rcu_state structure's .expedited_sequence field: wake_up_all(&rnp->exp_wq[rcu_seq_ctr(rcu_state.expedited_sequence) & 0x3]); This results in the wakeup being applied to the rcu_node structure's ->exp_wq[2] field, which is unfortunate given that Task B is instead waiting on ->exp_wq[1]. On a busy system, no harm is done (or at least no permanent harm is done). Some later expedited grace period will redo the wakeup. But on a quiet system, such as many embedded systems, it might be a good long time before there was another expedited grace period. On such embedded systems, this situation could therefore result in a system hang. This issue manifested as DPM device timeout during suspend (which usually qualifies as a quiet time) due to a SCSI device being stuck in _synchronize_rcu_expedited(), with the following stack trace: schedule() synchronize_rcu_expedited() synchronize_rcu() scsi_device_quiesce() scsi_bus_suspend() dpm_run_callback() __device_suspend() This commit therefore prevents such delays, timeouts, and hangs by making rcu_exp_wait_wake() use its "s" argument consistently instead of refetching from rcu_state.expedited_sequence. Fixes: 3b5f668e715b ("rcu: Overlap wakeups with next expedited grace period") Signed-off-by: Neeraj Upadhyay Signed-off-by: Paul E. McKenney Signed-off-by: Sasha Levin --- kernel/rcu/tree_exp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/rcu/tree_exp.h b/kernel/rcu/tree_exp.h index 69c5aa64fcfd6..f504ac8317797 100644 --- a/kernel/rcu/tree_exp.h +++ b/kernel/rcu/tree_exp.h @@ -558,7 +558,7 @@ static void rcu_exp_wait_wake(unsigned long s) spin_unlock(&rnp->exp_lock); } smp_mb(); /* All above changes before wakeup. */ - wake_up_all(&rnp->exp_wq[rcu_seq_ctr(rcu_state.expedited_sequence) & 0x3]); + wake_up_all(&rnp->exp_wq[rcu_seq_ctr(s) & 0x3]); } trace_rcu_exp_grace_period(rcu_state.name, s, TPS("endwake")); mutex_unlock(&rcu_state.exp_wake_mutex); -- 2.20.1