From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from relay.hostedemail.com (smtprelay0016.hostedemail.com [216.40.44.16]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id D1DE22882C5 for ; Tue, 16 Jun 2026 21:22:28 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=216.40.44.16 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781644950; cv=none; b=Z+e+1f1dMDQxzkTiWt8v+b00/XmpSXz2Sze96ql2xlz3HKoHXIHyXI2EBCMPIFUfXyF6afS2NajRsifUfgvoWJb32VBOUQNGditNABRGopiZLin1YyNJljSZb8A/eOFKFIdXZtBt0qlK25WrKSYuIoHGFy46vAB7Ay9APkDKUj0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781644950; c=relaxed/simple; bh=YxZS/pB/Zo9UjTHjrpmtKRBm/2jkY3YHP86WHfy71Xo=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=MWMAPJhBVU1JFeBpiVZ++VrZqphNJta5TVkR20ss7PGQybpl+T/oWnXG6NPuIiTNXIKfhs4Q0c+iGP9nKWP1Qz+NSxPOk5XYmMUG7sS0FoPORyChykSUZ7G7KhERlfyUU/x3Ga20L1C6YEZSFCztU5gdTixak5d1PPq9cD5De60= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=goodmis.org; spf=pass smtp.mailfrom=goodmis.org; arc=none smtp.client-ip=216.40.44.16 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=goodmis.org Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=goodmis.org Received: from omf11.hostedemail.com (lb01a-stub [10.200.18.249]) by unirelay10.hostedemail.com (Postfix) with ESMTP id 4410FC162E; Tue, 16 Jun 2026 21:22:22 +0000 (UTC) Received: from [HIDDEN] (Authenticated sender: rostedt@goodmis.org) by omf11.hostedemail.com (Postfix) with ESMTPA id 0C9892002F; Tue, 16 Jun 2026 21:22:19 +0000 (UTC) Date: Tue, 16 Jun 2026 17:22:16 -0400 From: Steven Rostedt To: Tomas Glozar Cc: Linus Torvalds , LKML , Costa Shulyupin , Crystal Wood Subject: Re: [GIT PULL] tracing tools: RTLA updates for 7.2 Message-ID: <20260616172216.1357f77b@fedora> In-Reply-To: References: <20260615162515.625f903d@fedora> X-Mailer: Claws Mail 4.4.0 (GTK 3.24.52; x86_64-redhat-linux-gnu) Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Stat-Signature: iqwswh9honor5yawtb3r1mco7thk7dpg X-Rspamd-Server: rspamout06 X-Rspamd-Queue-Id: 0C9892002F X-Session-Marker: 726F737465647440676F6F646D69732E6F7267 X-Session-ID: U2FsdGVkX1/UC1GcFaPx1eQB6V0dJ7T24eb0MFTaPX0= X-HE-Tag: 1781644939-882442 X-HE-Meta: U2FsdGVkX1+MVZ4nIeCwyksUzzFKPuRf5Jj+IJzhu/wl18OPz5WAp2PnMaKjX31qoE1r5dS0WKcYf2T8Rhs39h8jRjBh5iJ8ystwswK6q954eCp2inN8aubufyskqDKy6JFd7ynWcZ56/OmxJkKl7tY2I1kfHJ7MOnTayPlEEG6J5XZ03+0sH6eAoPQehlqJ1Y+VoRv/jOattgmS+KgEOZRajJhFvUSoK3Nk7nzHX7fP8p6mNALTAovlnQBDkqMs9fmJVB32OP44yA+3ey1V6cDVIzL6clIsmfBXBH2Wd21+TBgmm3LCZid2gCs1EKNjGQLb4PkUygog+uS5LJBwLj9WirAUWUXbTrfiZkg2hkDlIb21yhdQPQ== On Tue, 16 Jun 2026 08:48:11 +0200 Tomas Glozar wrote: > It appears that you missed my second pull request [1] with two fixes > of issues that slipped through into the first one. Should I name it > differently, or perhaps ping you about it earlier (e.g. if you don't > pick it before the merge window) next time? (I did not do so, because > I thought you just did not push tools/for-next yet and will do so when > doing the 7.2 tag.) > > [1] https://lore.kernel.org/linux-trace-kernel/20260605140209.101548-1-tglozar@redhat.com/ Sorry, I completely missed this due to being on vacation and then getting ready for my next trip. Can you rebase on the commit that Linus pulled your commits in: 6b5a2b7d9bc156e505f09e698d85d6a1547c1206 So that it has the merge conflicts solved. Thanks, -- Steve