Received: by 2002:a25:ad19:0:0:0:0:0 with SMTP id y25csp3072305ybi; Tue, 2 Jul 2019 01:37:04 -0700 (PDT) X-Google-Smtp-Source: APXvYqwAcMpQYyXmcRFbal3egnI6SG9l0bKB+RHjxPPnrjxJQqsRMTh1fOCMOWH5OHsvIMrDEyUM X-Received: by 2002:a17:90a:8c90:: with SMTP id b16mr4167395pjo.133.1562056624124; Tue, 02 Jul 2019 01:37:04 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1562056624; cv=none; d=google.com; s=arc-20160816; b=vyf+f4WJMilKpWvltr9AvuPZfIkgrEpY1uBiwyr0flJZTmjupUSr1LP+MCn+27IAOS S155V3plVV5grhO72HH5nr9vzr3x1qlwG0Qrck4LcdogT0vmCspeHJpEMLPa4BCw4xta w6ce7YDacMTKMX5yMHdAoc8fAj/0rFTS1jiSud2MxWO6jc7wY+J80J4IPXyvNU0+ac3z u/4HtMkk41d17/9ktzVh1u4Cr1ADJ6mIkbSOQTJFbptsLQw9eY22YSwAPLEG/2WwbNXo y5WuKIsGNNiyuyhGbelfnONAo5L8HWqHsB0zkQEoow7ExxS5UAm89szsVG9nqMtN82Qa 3luQ== 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-transfer-encoding:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=JbMR4VsCbd1W7KWN0vYIS81YQI1xmy3me+SDwXZT970=; b=a6M5AschtKvrDukwIBPfCWkbJBRWRt82osaMJnSOS+9J9j7MQZxQlPywfCCfl26CxD lCCros2TgMm40b5ex3AnrJAQi6hZZpO8d5hOvgb+bJJfxvrlVFevtnDF0Nc+nVY0IWxx +8BexOwWidsiSrxrcqi1SKY9yMJ6lb/JXFxzSJkQD0rjoXeHC0Ahd3HJAxJREWnND4IA 3KXFTeFo6CYNcxhbsZPbaelS2WhM+oraPeig1m4HX7+atjZjzYR1B7oTPHgzmVN80Cm9 xUvD8BW8tEmrW84XPa/VyJarX1C2XmdM5NBPH2wgM2aM/iy6CH50Qx1LLAtOryR8brbH ITeQ== 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 d67si12038053pgc.62.2019.07.02.01.36.49; Tue, 02 Jul 2019 01:37:04 -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 S1727043AbfGBIft convert rfc822-to-8bit (ORCPT + 99 others); Tue, 2 Jul 2019 04:35:49 -0400 Received: from Galois.linutronix.de ([193.142.43.55]:44033 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725991AbfGBIft (ORCPT ); Tue, 2 Jul 2019 04:35:49 -0400 Received: from bigeasy by Galois.linutronix.de with local (Exim 4.80) (envelope-from ) id 1hiEGG-0002yj-OP; Tue, 02 Jul 2019 10:35:36 +0200 Date: Tue, 2 Jul 2019 10:35:36 +0200 From: Sebastian Andrzej Siewior To: Kurt Kanzenbach Cc: Steven Rostedt , Corey Minyard , Corey Minyard , linux-rt-users@vger.kernel.org, linux-kernel@vger.kernel.org, Peter Zijlstra , tglx@linutronix.de Subject: Re: [PATCH RT v2] Fix a lockup in wait_for_completion() and friends Message-ID: <20190702083536.vt346ysqmq6q23iz@linutronix.de> References: <20190509193320.21105-1-minyard@acm.org> <20190510103318.6cieoifz27eph4n5@linutronix.de> <20190628214903.6f92a9ea@oasis.local.home> <20190701190949.GB4336@minyard.net> <20190701161840.1a53c9e4@gandalf.local.home> <20190701204325.GD5041@minyard.net> <20190701170602.2fdb35c2@gandalf.local.home> <20190701171333.37cc0567@gandalf.local.home> <20190701172825.7d861e85@gandalf.local.home> <20190702070418.h6ynkkgk6v6s3aii@linutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8BIT In-Reply-To: <20190702070418.h6ynkkgk6v6s3aii@linutronix.de> User-Agent: NeoMutt/20180716 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2019-07-02 09:04:18 [+0200], Kurt Kanzenbach wrote: > > In fact, my system doesn't boot with this commit in 5.0-rt. > > > > If I revert 90e1b18eba2ae4a729 ("swait: Delete the task from after a > > wakeup occured") the machine boots again. > > > > Sebastian, I think that's a bad commit, please revert it. > > I'm having the same problem on a Cyclone V based ARM board. Reverting > this commit solves the boot issue for me as well. Okay. So the original Corey fix as in v5.0.14-rt9 works for everyone. Peter's version as I picked it up for v5.0.21-rt14 is causing problems for two persons now. I'm leaning towards reverting it back to old version for now… > Thanks, > Kurt Sebastian