Received: by 2002:ac0:a582:0:0:0:0:0 with SMTP id m2-v6csp4182560imm; Mon, 15 Oct 2018 10:21:57 -0700 (PDT) X-Google-Smtp-Source: ACcGV603T+igv0FnbbtDJXgAt0pVpMDHE3V1uWYN87W3zETLJknTJqiUshJPPonIIkrjrPm54sVL X-Received: by 2002:a17:902:24c:: with SMTP id 70-v6mr8558265plc.324.1539624117822; Mon, 15 Oct 2018 10:21:57 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1539624117; cv=none; d=google.com; s=arc-20160816; b=bdfFQeOOjpRIfPWqUvhOo8KhZbe40TQaqL01Gd53WYFxcQlRX1xBSANoRzFMvQf+4l HseiEE2cV77hfmn/NZZ16eG251evb4Pp+zSvPhivX4cpBoDwLJIqlyUCu8WCKwb9nWw4 wNmxQuboQwNL6pme1jcYHZo7BXd3tI1+oFL7vWKhDig0miGiGOWL3nCdZKQ138s3ENIG DzWoS2VsEM8i1yN52WZ9GZncbQIXnvzUwhAiDsBY4+o6LR/9qUiSvttSINABvuaON/bU PkcpIw9GdjtRIn2codgt4yyVO4v4QGwwtSFDeK+Noyxp+HljDrySH1PcqwZaAvpxifP8 74pg== 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=11JWsqATnpxLH6VQthTThtVbz6ofx6zdabCsLQxcU8s=; b=QtgEDE9CBXiO3kwP9OmerrPnzQMIQiywTRVnGzuYLzrw+BCmh6yM1YMtVuWqjE0Yfl uFj4/t0uznC7R0TAA06JtisrOb3zjOlcXgRUcp9V7qHkMQxt7MkhdpKC15qqQ9vtXt4C 4VcxjcEKM4Atn2BAqMR1/yo50WR2dkOczVGZclNrwApC1T0xwK7vqo46+f2oLKKxh0HX rVYAa3Z/sLzrnSmprATnzv2VtKKlJOwtZcvpCQmlVnaN4Rkg/BeCo2+dYFqKRngOnz26 vkwJWqyK59YtsmE32tLIXDuRMRuNWJJuEIeAVMnU9xC4cGbxGYTK98/mLt7ewHuC4LXh CDpg== 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 a61-v6si11686522pla.430.2018.10.15.10.21.42; Mon, 15 Oct 2018 10:21:57 -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 S1726869AbeJPBHE (ORCPT + 99 others); Mon, 15 Oct 2018 21:07:04 -0400 Received: from mail.kernel.org ([198.145.29.99]:47158 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726585AbeJPBHE (ORCPT ); Mon, 15 Oct 2018 21:07:04 -0400 Received: from gandalf.local.home (cpe-66-24-56-78.stny.res.rr.com [66.24.56.78]) (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 40FDA2098A; Mon, 15 Oct 2018 17:20:55 +0000 (UTC) Date: Mon, 15 Oct 2018 13:20:53 -0400 From: Steven Rostedt To: Cc: , , Subject: Re: [PATCH v3] sched/rt : return accurate release rq lock info Message-ID: <20181015132053.7122c4af@gandalf.local.home> In-Reply-To: <201810160009439217654@zte.com.cn> References: <20181015114220.70c3598d@gandalf.local.home> <201810160009439217654@zte.com.cn> X-Mailer: Claws Mail 3.16.0 (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 Tue, 16 Oct 2018 00:09:43 +0800 (CST) wrote: > >We only do the check if the immediate double_lock_balance() released > >the current task rq lock, but we don't take into account if it was > >released earlier, which means it could have migrated and we never > >noticed! > > > double_lock_balance may release current rq's lock,but it just for get the locks of the two rq's in order > and it immediately reacquire the current rq's lock before double_lock_balance returns. > >I believe the code should look like this: > > Bah, I didn't even compile it. And thought it was "double_lock_balance", and didn't notice it was double_unlock_balance() (this is what I get for trying to do too much at once). Sad part is, I noticed this back when I added reviewed-by, but then looking at it again, I did the same mistake :-/ Yeah, never mind, it's fine, my original reviewed-by stands. -- Steve