From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7045ACA0FE9 for ; Fri, 1 Sep 2023 11:45:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1349313AbjIALpK (ORCPT ); Fri, 1 Sep 2023 07:45:10 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59868 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1349218AbjIALos (ORCPT ); Fri, 1 Sep 2023 07:44:48 -0400 Received: from sin.source.kernel.org (sin.source.kernel.org [145.40.73.55]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EFD991709 for ; Fri, 1 Sep 2023 04:44:10 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by sin.source.kernel.org (Postfix) with ESMTPS id 9E19FCE2261 for ; Fri, 1 Sep 2023 11:44:05 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 58DF6C433C8; Fri, 1 Sep 2023 11:44:02 +0000 (UTC) Date: Fri, 1 Sep 2023 07:44:00 -0400 From: Steven Rostedt To: Valentin Schneider Cc: Linus Torvalds , LKML , Masami Hiramatsu , Mark Rutland , Ajay Kaher , Eric Vaughn , Sishuai Gong , Uros Bizjak , Yue Haibing , Zhang Zekun , Zheng Yejian Subject: Re: [GIT PULL] tracing: Updates for 6.6 Message-ID: <20230901074400.349d5c41@rorschach.local.home> In-Reply-To: References: <20230831115635.1bdea0d7@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 Fri, 01 Sep 2023 11:20:31 +0200 Valentin Schneider wrote: > > Tracing updates for 6.6: > > > > User visible changes: > > > > - Added a way to easier filter with cpumasks: > > # echo 'cpumask & CPUS{17-42}' > /sys/kernel/tracing/events/ipi_send_cpumask/filter > > > > It looks like the patches included are from v2 of [1], which still had some > (small) issues to fix. I have addressed these in [2], but I haven't sent > this out yet as I'm still working on the context_tracking/vmalloc part of > the series. > > I'm happy to send just the tracing bits, if that helps - or just send the > deltas as separate fixes, whatever makes it easier. I put these patches into linux-next for a while, so I'm not going to rebase them. Can you send delta patches on top of this. This shouldn't stop this pull request. > > Apologies for not bringing this up when the patches were picked up in [3], > I've only just come back from PTO/moving abroad and have started catching > up. I'm still trying to get home from my PTO, which I spent in Tampa and was suppose to fly home on Tuesday. But they closed the airport in preparation for Idalia, which forced my wife and I to hunker down in a hotel room for the last few days :-p (we are now in a to hotel room in Syracuse, and are about to drive home). -- Steve