Received: by 2002:a05:6a10:eb17:0:0:0:0 with SMTP id hx23csp133086pxb; Tue, 7 Sep 2021 19:56:50 -0700 (PDT) X-Google-Smtp-Source: ABdhPJymxAyngCNfH0QZFwgtpFDhlXR6jafWcmzZB2pd+HXaNpeD0tWZKzgghkWKa1QWHTDHKV2H X-Received: by 2002:a05:6638:d85:: with SMTP id l5mr1523542jaj.2.1631069810046; Tue, 07 Sep 2021 19:56:50 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1631069810; cv=none; d=google.com; s=arc-20160816; b=JHeG3nOV/iyCufPtSG1UdDBPfRJSzPVQ4bptA7o6lbSwLj8LwzX/izYF2vX/dXvx2g rj4/hAe8vu7YuJcEYai36qWldDrQtE23vI1sElnqciq3x9Rm0HBwtqGfPLMadGSr3OWC tJiR5RgNacamcHe/Pm5xegV0dpfvmboZsImpVkepe3UWXh651FRz5JnR1nM7jSb5rN3b 7tDzvFCqt8CbDrumSqBr17hKFOctDhYLjQTfczM1CxBJ+6D0lI2Ep1DVXvXGQI4bzfT0 YlgfP4478ULIEhx8DohwF02u+1zmCyY/8MQ8BKjiZ7z4QoBu6P2boRP7wP4n0CA0eBuX r9aQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:subject:cc:to:from:date; bh=fX+NBAcnELH+LEzVEnlY0HTzo3xhLQU0ByqtYMcH7zc=; b=kNvGfpbOP8QfeWSoEq+ug1JZgg37xJVTQm6FSY5sbkgC5W9K2RPOo8pejr2taQrklf UFtWvNWRbMqPb3gkT1blFwiTt/m4mIV3/6yhobMArJLbH2jr3H8Ng8VjaLPyUb1t/opP 0iDd945jSJBDPUJSxcJxhzdWeL1Y4d9gSPU29LX2fZd5mDVw4fmP2WV6J7fUvQ9zOINh 189otUglLRgGbA+YT70vYe2x6zwpLYWCuR3GUVrfeQNDKmMRw3OuHhtjQ8LvPT67bSBm QbKnnQE9V2eDtrdypnsb/5QsFQjJOF8vWfrkpbsWvxwTjBVWgcitNPXU4dlz9K4wHRi+ mhBA== 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 w6si1083219ilu.79.2021.09.07.19.56.38; Tue, 07 Sep 2021 19:56:50 -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 S1347390AbhIHC4p (ORCPT + 99 others); Tue, 7 Sep 2021 22:56:45 -0400 Received: from mail.kernel.org ([198.145.29.99]:53322 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1347323AbhIHC4n (ORCPT ); Tue, 7 Sep 2021 22:56:43 -0400 Received: from rorschach.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 BB1D061164; Wed, 8 Sep 2021 02:55:35 +0000 (UTC) Date: Tue, 7 Sep 2021 22:55:34 -0400 From: Steven Rostedt To: "Zhang, Qiang" Cc: "bristot@redhat.com" , "bristot@kernel.org" , "mingo@redhat.com" , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH v2] trace/osnoise: Fix missed cpus_read_unlock() in start_per_cpu_kthreads() Message-ID: <20210907225534.7d9d48c0@rorschach.local.home> In-Reply-To: References: <20210831022919.27630-1-qiang.zhang@windriver.com> <20210907211714.696cca61@rorschach.local.home> X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.33; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 8 Sep 2021 02:34:46 +0000 "Zhang, Qiang" wrote: > >FYI, no need to add the "# v5.14+", as it also breaks my scripts. The > >"Fixes:" tag is now used to know what stable releases it needs to be > >applied to (if any). > > > Thanks Steve > I will resend v3. > No need. I fixed it. I'll add Daniel's reviewed by if he gives one. I'm currently running it through my test suite (with several other patches). -- Steve