Received: by 2002:a25:1506:0:0:0:0:0 with SMTP id 6csp2596417ybv; Mon, 24 Feb 2020 08:06:16 -0800 (PST) X-Google-Smtp-Source: APXvYqygyFMK62DgAdeNLWZZvsxMiggtRgj8X2/h+ZptBxtJrfCzDeVLyikfYc5Fj949OdAEpBIL X-Received: by 2002:a05:6808:9b4:: with SMTP id e20mr12619618oig.37.1582560376045; Mon, 24 Feb 2020 08:06:16 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1582560376; cv=none; d=google.com; s=arc-20160816; b=xfowKlBACefYbKVLHinIWcFDMdw0Tii52YSBzUq790GaDcNXC6ZxIt3ZnSVIRiTtSa W3WO1LY1+3SWcC09ko0AG0wWS47bm9yRFevrCZZ3JgPj5vlABJLnr22l+Tzq6RdVbQu/ 9wcspM6kfDGlVtqO8RWBHIGdqe9Po8VRGPeaXy/zy/QUN9cMPQ2ybQyxGRa54Id5pkD5 vilCOM3XGz4ZH2Yzmx08F0LIerj3CCOXlBQD1xumq2R/6dCZ3XKwf4ZWsAl6+fmiHGMP hvTiiGe/QKA+VXpBuDqMsq+SZ4CsnhLv+kInnoOoFHiNslyPEfLZtUwzTIqRAoVummYT Fatw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=QjZecPjr27I9PNmMToyw/c2S5PAUJN3uM0mxUKp5C2c=; b=RHJOUmAiq9iAh3l8by6G0rNgsksr1+6wwk3/NCzIOWIGqxJuWg/7lunQAycl6vXBwA WdtYW49yM/V9Ef+GPqzTuqh9scwCDaX87p9q0hTPSJ3p2LP2Id8ILfBJe7IGPG+P90lr x+Sb6JIj/63mtyhrn3fZ0LU7colcuKNnkCeCP84DhFRCcluZOY8ne3gDSfO+1lH/B6Xu OGOl2wRNYaixTmAF7p5QPZ2PiqteiwVu/OIrhw69hpKDZximf64J7uxbBHM6B1sKAUaL b7/s4wnRpnJgQNslnaeRtFMia7t1j/7Khdks6fuHntcfPHFBceSO8+w79ke/+hUk8s1B yvZw== 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 10si4248607ois.76.2020.02.24.08.06.03; Mon, 24 Feb 2020 08:06:16 -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; 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 S1727716AbgBXQFc (ORCPT + 99 others); Mon, 24 Feb 2020 11:05:32 -0500 Received: from Galois.linutronix.de ([193.142.43.55]:50496 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726806AbgBXQFc (ORCPT ); Mon, 24 Feb 2020 11:05:32 -0500 Received: from bigeasy by Galois.linutronix.de with local (Exim 4.80) (envelope-from ) id 1j6GEb-000749-M3; Mon, 24 Feb 2020 17:05:29 +0100 Date: Mon, 24 Feb 2020 17:05:29 +0100 From: Sebastian Andrzej Siewior To: Tom Zanussi Cc: LKML , linux-rt-users , Steven Rostedt , Thomas Gleixner , Carsten Emde , John Kacur , Daniel Wagner Subject: Re: [PATCH RT 15/25] sched: migrate_enable: Use select_fallback_rq() Message-ID: <20200224160529.f5lg44gyk2mgayd4@linutronix.de> References: <20200224094349.5x6dca4tggtmmbnq@linutronix.de> <1582558266.12738.32.camel@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <1582558266.12738.32.camel@kernel.org> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2020-02-24 09:31:06 [-0600], Tom Zanussi wrote: > On Mon, 2020-02-24 at 10:43 +0100, Sebastian Andrzej Siewior wrote: > > On 2020-02-21 15:24:43 [-0600], zanussi@kernel.org wrote: > > > From: Scott Wood > > > > > > v4.14.170-rt75-rc1 stable review patch. > > > If anyone has any objections, please let me know. > > > > This creates bug which is stuffed later via > > sched: migrate_enable: Busy loop until the migration request is > > completed > > > > So if apply this, please take the bug fix, too. This is Stevens queue > > for reference: > > > [PATCH RT 22/30] sched: migrate_enable: Use select_fallback_rq() > > > > ^^ bug introduced > > > > Hmm, it seemed from the comment on the 4.19 series that it was '24/32 > sched: migrate_enable: Use stop_one_cpu_nowait()' that required 'sched: > migrate_enable: Busy loop until the migration request is > completed' as a bug fix. > > https://lore.kernel.org/linux-rt-users/20200122083130.kuu3yppckhyjrr4u@linutronix.de/#t > > I didn't take the stop_one_cpu_nowait() one, so didn't take the busy > loop one either. Ach, it was the different WARN_ON() then. So this might not introduce any bug then. *Might*. Steven backported the whole pile and you took just this one patch. The whole set was tested in devel and uncovered a problem which was fixed later. Taking only a part *may* expose other problems it *may* be fine. Steven, any opinion on your side? > Thanks, > > Tom Sebastian