Received: by 2002:a05:6a10:5bc5:0:0:0:0 with SMTP id os5csp463443pxb; Tue, 19 Oct 2021 06:33:40 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwd4Tk3SbRHrpSsPPWV2TbDW2IwdQmrsnBcQScn0/nkisKoVyvCTxyvouXY52GBbbxP5f+D X-Received: by 2002:a17:90a:e38f:: with SMTP id b15mr6744878pjz.76.1634650419960; Tue, 19 Oct 2021 06:33:39 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1634650419; cv=none; d=google.com; s=arc-20160816; b=KRf51YTlWVPIVqFjoUWEiQXiM4p7ZiSoSMMTD2/xtJnAdhXQrdSbBjmXrrHPdJAPiS 4zc/WRT2MX5X99cJLNnBhToqoi6xNaC4MXfSJnhh64+ubD1gTfUcL9PGGLDuuP7lMfN0 4oKzzOoa8svQrhjGTfxLTYwi4Z2j4ErZJWHK7buoD0o3PeS9GrVBGoFDMeqGreFYDtaK QJEynaxXDdH7VScGzh/fPv1HS/rZJ3957u+0nKG+lE6gWbNxIOAJRQE9hL8FW6JW15ur YRPfs+wVksSkRjgZlRgCnfTb1beUOha44N7sFYWLBXoMFySN41F6OsNjtmFEyZUub9oh VRwQ== 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=3om4umrU62jxwWDs0jtrjawIFwrNQXJSGjcQiyUHzDw=; b=jKfwpXT3XVRNS926tEs44mz4+v73xX96TrhRjlGcEuuFcLCNI9Y3+uvDBKp6JwtYeG EUkJEOvyhnJ0uIaDU+OOX/21tuCHsNpnA23uOxtqfX13NPufR2W40lwLPpKVZy8qkRrD B+sXsc0cZFcyaA8pDtKcY+05H4lnYo5E5fXg8zMs4K5yIJ9Bh+63MQANJxQmYQi79HMn s2VqpPoLxOMWI8ebo8/M/5KWhO+vh6plJXecUVYIaKQsWuC293b+fugIVfeGmmbxYP97 adYRv100IwPilHVsCYObxrr/K738Mz6nl3HemIi7g35DUkoaHuTJvCP/aSWaj6SILM9P m/Ng== 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 q85si10374953pfc.232.2021.10.19.06.33.27; Tue, 19 Oct 2021 06:33:39 -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 S230487AbhJSNek (ORCPT + 99 others); Tue, 19 Oct 2021 09:34:40 -0400 Received: from mail.kernel.org ([198.145.29.99]:41006 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235804AbhJSNec (ORCPT ); Tue, 19 Oct 2021 09:34:32 -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 484C160ED3; Tue, 19 Oct 2021 13:32:18 +0000 (UTC) Date: Tue, 19 Oct 2021 09:32:16 -0400 From: Steven Rostedt To: Jiri Olsa Cc: bpf@vger.kernel.org, linux-kernel@vger.kernel.org, Alexei Starovoitov , Daniel Borkmann , Andrii Nakryiko Subject: Re: [PATCH 7/8] ftrace: Add multi direct modify interface Message-ID: <20211019093216.058ec98b@gandalf.local.home> In-Reply-To: References: <20211008091336.33616-1-jolsa@kernel.org> <20211008091336.33616-8-jolsa@kernel.org> <20211014162819.5c85618b@gandalf.local.home> <20211015100509.78d4fb01@gandalf.local.home> <20211018221015.3f145843@gandalf.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 Tue, 19 Oct 2021 15:26:21 +0200 Jiri Olsa wrote: > > when trying to apply on top of my changes > > I updated my ftrace/direct branch, it actually still had the previous > version.. sorry, perhaps this is the cause of fuzz I just pushed it (including your patches) here: git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace.git ftrace/core This is where I keep my WIP code. It should not be used to base anything off of, as I rebase it constantly. But it has the current version I plan on testing. You can make sure the patches in there have your latest version, as you can review my patch. I'll update the tags if you give me one. -- Steve