From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from relay.hostedemail.com (smtprelay0015.hostedemail.com [216.40.44.15]) (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 C7F9B30FF1D for ; Tue, 16 Jun 2026 21:15:58 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=216.40.44.15 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781644560; cv=none; b=UFV32Az5FWeAOVVAtzPwJOIbtHtmybAersIZirdCVvcwHYX5+oawns2yvNs+ULHFYAdqBmUcYfu4E7LDqvN4b/3rtS+QmdOdd1lfk+wvLZt4bsEpoAcb5SWl5RoZzvX7M89qJFfxF9wCECBg9wjz9JgOKr93iiBzIPKa4aw24vk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781644560; c=relaxed/simple; bh=/WXG03NJL5gDhgjtqS9vqFns27cQsTmvwH6i9+3iRug=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=hFtmN3ZPBka8qLKaXnQ0+OQUGRL17vwHfs2Lyubs9dZu0B5Qf/eOLv71AQmhkHFwPSjWNDjg9WA0zu6S1NG0ZDoQoBHSPMWGjV68QluvEP1x9BeB0tTED/QvViU8OtVZMi5W5epZMCpBwVb3Jy9MqgpS+2OwMm32poLzz1/rcV8= 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.15 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 omf16.hostedemail.com (lb01a-stub [10.200.18.249]) by unirelay04.hostedemail.com (Postfix) with ESMTP id 004C01A0285; Tue, 16 Jun 2026 21:15:51 +0000 (UTC) Received: from [HIDDEN] (Authenticated sender: rostedt@goodmis.org) by omf16.hostedemail.com (Postfix) with ESMTPA id E007020016; Tue, 16 Jun 2026 21:15:49 +0000 (UTC) Date: Tue, 16 Jun 2026 17:15:47 -0400 From: Steven Rostedt To: Linus Torvalds Cc: LKML , Costa Shulyupin , Crystal Wood , Tomas Glozar Subject: Re: [GIT PULL] tracing tools: RTLA updates for 7.2 Message-ID: <20260616171547.52d4c525@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-Rspamd-Queue-Id: E007020016 X-Rspamd-Server: rspamout01 X-Stat-Signature: u1hsw8gebm6yx968zsbde3gmpjc6weh8 X-Session-Marker: 726F737465647440676F6F646D69732E6F7267 X-Session-ID: U2FsdGVkX19LZH6dwAsikmGge44I/QOMXohgCiLJrXY= X-HE-Tag: 1781644549-937607 X-HE-Meta: U2FsdGVkX18hSj7e02AOi/UQ1bvVdjf1xjE6secqLy3SDIo6/OdtBsS9kkSgM0v9BD8NbPR9ULoyNZ3BaxzsB4IWR+5afeypnWegnYGjjDs1MflblUeCfoGZLTnfMzgnYf20unJen3WhDhOGV6gF/T0/HSlQao2DxhmwMlmN7YjfNM+vkk7KFJwgDan7ZXnW628hTmkVQKehBS1IolugmEKof4V/ms5yYydBoQQgdbcCunJ/Pa4cTH2E+g3t/aoi1w9tV+gaJ+I+MZ9gih7u1TP0O/5hvIqQqpOnQtGUik2LsrUPVl+aCWKii63Emaf5XJERKzTyECB5eynBFsEUKI4g7HrBwnFOVV+0rrMkAXyy2cpY2AfxXcX+xiu6mMW+Ca8aIqQoeC0dnJmyvkyJWJfOChPtLd5xORBcmrnYtS+NbmNSKKEe8q3Ra1R0G1kU On Tue, 16 Jun 2026 18:05:03 +0530 Linus Torvalds wrote: > On Tue, 16 Jun 2026 at 01:55, Steven Rostedt wrote: > > > > - Migrate command line interface to libsubcmd > > I'm assuming the annoying conflicts - that you didn't mention - with > commit e9e41d303503 ("rtla: Fix parsing of multi-character short > options") are just "take the new code". > > Becasue that's what I did. While swearing over the pointlessness of this all. Sorry about that :-( Unfortunately you opened the merge window while I'm starting my new job, and I'm currently in London doing the orientation all day for the the next two weeks. I only have a couple hours a day to do upstream work while I'm here. I usually merge the code into your branch to check for conflicts before sending them but I don't usually do that for the tooling branch. This conflict was reported by linux-next, but I simply forgot about it. :-( -- Steve