Received: by 2002:a05:6a10:a0d1:0:0:0:0 with SMTP id j17csp543630pxa; Wed, 12 Aug 2020 08:12:21 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzljGtUzAGP09hjokd3V+zeLwjFxUpyWRMjIBwg6QqKXLfSUVXLvXyhmHUW3OhDmk3naxV0 X-Received: by 2002:a05:6402:1ca6:: with SMTP id cz6mr371989edb.310.1597245141549; Wed, 12 Aug 2020 08:12:21 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1597245141; cv=none; d=google.com; s=arc-20160816; b=vzXL6UKFb2ECpoyhcP6wX7nqfirKgrgEHnMk7b30cAzPc0mO4iTrOjsuH6nPxSKJZI pzoV2ButPN2Z2sza8kKAS8fafBivJKxQZv/QnLz8b+1NXfAT0aD+g8MvGBQ2efhLW3bb 2bcthJ/Rh1omZ0V/AT3FsfyvG45gzeL/Wn69jGOarJwnlPP2ue5x1Nroh4ZhavI6pata Z66P3cs3ZveyMB0+wWwOLjj5Eao0FL3wtRCWXOxpUDsCqSebBMusmNZ/nhpbUcw2nDUt f3I8rUP8Yjp428dX6Wu9fDL9WNM7sb1sACEwHJo68I7RhZBA+QmBYMH4+WvOO+67jhn2 8wdA== 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 :references:in-reply-to:message-id:subject:cc:to:from:date; bh=TEryflIXGlEhTjqUBjUasEziwl+uWOnjXvpKGR0yX3I=; b=HWbPv/y3DqWuf0Zr8uGPw9uTHnMUL2gygX/kIYYbDfFK5Sv5tFeW5b8Qok95hr610v QJZXCcyDIgzlzlNyOqMs+6FgdDstUpwxtHdtJiE4rXMxoyUchR1H5LrQqu18KhYKlIGN ZJ9q6ntIRaI6MiTM4yZLfypXJcBAtBvgBoyGo3N3zCtieTIW2AiyNeG3mqlh9U+lC/7f SSoJKfBwYJ8O6OqHaLeHn6HR+SL5hRle7ENDhtHGv3WtMQ2IIuSuT9wX9h9Deh18qJ8G eSnK4XEPLNZz7cRDHpCaexsfTi4E5cve0+bObZ211xNdlXT/P0VuzVG2K5hNPjnwCHe4 Xf4Q== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id d27si1358857ejb.176.2020.08.12.08.11.57; Wed, 12 Aug 2020 08:12:21 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726640AbgHLPIr (ORCPT + 99 others); Wed, 12 Aug 2020 11:08:47 -0400 Received: from mail.kernel.org ([198.145.29.99]:36214 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726477AbgHLPIo (ORCPT ); Wed, 12 Aug 2020 11:08:44 -0400 Received: from oasis.local.home (cpe-66-24-58-225.stny.res.rr.com [66.24.58.225]) (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 75E5720781; Wed, 12 Aug 2020 15:08:43 +0000 (UTC) Date: Wed, 12 Aug 2020 11:08:41 -0400 From: Steven Rostedt To: Rasmus Villemoes Cc: zhantao.tang@windriver.com, linux-kernel@vger.kernel.org, bigeasy@linutronix.de, tglx@linutronix.de, linux-rt-users@vger.kernel.org Subject: Re: [PATCH linux-5.2.y-rt only] hrtimer: correct the logic for grab expiry lock Message-ID: <20200812110841.122b440b@oasis.local.home> In-Reply-To: <86790e56-9cec-5cea-8387-f7010b88708b@prevas.dk> References: <20200812105053.602-1-zhantao.tang@windriver.com> <86790e56-9cec-5cea-8387-f7010b88708b@prevas.dk> X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 12 Aug 2020 13:45:02 +0200 Rasmus Villemoes wrote: > Yup, same patch sent back in April, which also had a fixes tag for 5.2. > > https://lore.kernel.org/lkml/20200428144026.5882-1-rasmus.villemoes@prevas.dk/ > > It got picked up for 4.19-rt, dunno why it wasn't for 5.2-rt. 5.2-rt is no longer supported. The -rt trees follow mainline trees. When a mainline version is EOL so is the -rt version associated with it. -- Steve