Received: by 2002:a05:6a10:5bc5:0:0:0:0 with SMTP id os5csp889408pxb; Wed, 27 Oct 2021 14:32:13 -0700 (PDT) X-Google-Smtp-Source: ABdhPJztvl7Y3Yic6eo6v+/N+1tvJTHX/f5yOLGMnyPGfBKlCTp+hlObMXxlkFSN+J0OQEMD7cYN X-Received: by 2002:a50:9e64:: with SMTP id z91mr475873ede.219.1635370333628; Wed, 27 Oct 2021 14:32:13 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1635370333; cv=none; d=google.com; s=arc-20160816; b=z/1mUk5nZhYAXVhUaetYNPW+M7RJgX47tJ1yYNuy/f+dq3hlo8DigPojCCVpI5R//F NDFmnAsrQINc+Siw9b2S/xq95B8smEcp7kvmWS8RVW0Unsz2KF5eWlwEE7OF31QTiOyk ByTtWOiha9aB6HjKWCdZQZyLgzmKVExmqTd6SnCsaoI+OReagjg6rHngl8rEq/pxNTXp 50kT7F39vgPpS2Q3aI+U6ie0c/MbDN453V1Ptlkn6WBkrauFvH89xTTYtv2z3WUJkh7L LEhQdK1ZiaqoY2WlT986yGIQStfHw0HsbnkCAip9hWqg6aWWpNYa5Iw+ByrmmNGUY7O7 Z61Q== 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=dvr8CfqYZYLwBuSgCfTy6zuHSlpfOzIy/nQQD3t8JhA=; b=0JiVYM1L4nesXKEOxcn/5KXdi6jPdvAgksFOHA35WTo7KJcEQRhDryurKEdCe6QlTF jz2sM99gKiK1P1Cbk8iqKB+3Dciyk0gXCVHVVu6jiJ9cIKybV5gdQ1jHMNdWitEzqF8J F1U1JXoPsKKvGK1o8+5SCGABTOfVo3MOhJfQyz9EWmJtKeAVgziuuTsUIana1dJ6vAva KPKyCv8PzwLSHJH6hDas6ER4zkY94ow70Jl/4BBCmylq9PSCzwXh2jiRKJrn4/fsiHfM Tgtu7NZyPAvzMa3NnQpEBkJ4Skeguvc6erd0jICujmj0EtRD4w8rGL3wKFFfcMrSDxPM bMSQ== 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 b20si1906570ede.275.2021.10.27.14.31.50; Wed, 27 Oct 2021 14:32:13 -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 S243316AbhJ0RjN (ORCPT + 97 others); Wed, 27 Oct 2021 13:39:13 -0400 Received: from mail.kernel.org ([198.145.29.99]:44406 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236251AbhJ0RjM (ORCPT ); Wed, 27 Oct 2021 13:39:12 -0400 Received: from gandalf.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 CF6D160EFF; Wed, 27 Oct 2021 17:36:45 +0000 (UTC) Date: Wed, 27 Oct 2021 13:36:44 -0400 From: Steven Rostedt To: Kalesh Singh Cc: Masami Hiramatsu , surenb@google.com, hridya@google.com, namhyung@kernel.org, kernel-team@android.com, Jonathan Corbet , Ingo Molnar , Shuah Khan , Tom Zanussi , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-kselftest@vger.kernel.org Subject: Re: [PATCH v4 7/8] tracing/selftests: Add tests for hist trigger expression parsing Message-ID: <20211027133644.2a8ab22c@gandalf.local.home> In-Reply-To: <20211027113416.fdad2adf8d162e67405e44ba@kernel.org> References: <20211025200852.3002369-1-kaleshsingh@google.com> <20211025200852.3002369-8-kaleshsingh@google.com> <20211026214311.583c728d90d41778c38201dd@kernel.org> <20211027113416.fdad2adf8d162e67405e44ba@kernel.org> 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, 27 Oct 2021 11:34:16 +0900 Masami Hiramatsu wrote: > > Hi Masami, > > > > Thanks for the feedback. The above change is to ensure we remove > > triggers in the reverse order that we created them - important when > > one trigger depends on another. > > Hi Kalesh, > That's a good reason to make this an independent patch :) > > > I can split it out into a separate > > patch and will add a README pattern check to the requires tag for > > these tests. Kalesh, As you may have noticed, I pulled in all the patches in this series but this selftests patch. Please rebase your updates as requested by Masami on top of my for-next branch, which can be found here: git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace.git Thanks! -- Steve