From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 09A7C18754F; Tue, 1 Oct 2024 22:28:17 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1727821699; cv=none; b=NsgC/DEn1hGKjNm03tKqM3EtVZudjTa6MsSMbr5d3SkdSKKUYB6octmc/+mT+P2AYN0sf3z713h/NPdY5ssw29w70cVVI5zQAFmOV6LPz9sOAehvPctyvLJyYrtw3C2gOa/utT9QGAICn3LNUlqZaucMnte1C9v2gMXj/v7ZR64= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1727821699; c=relaxed/simple; bh=vfQYcN9QNqCf3FQOMas6JN5EPo8jB5OVUjI8WKebzyE=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=tye224FWh8WwP4F5tk5jJVspYxERMAgpAXrlOQlIaX8D988ciM3MxuoxLF4XVaGI4t7DCp2PjL+0VUHY23SG/OT3EFTbnXMAcxQrejLTXOzU+9tUZeg0RLk27LAXpxZ4F1J0w674c6749NYNeYWXnxYXeRRsbhoCPe5qV1xbFgY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=BpHxOA0c; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="BpHxOA0c" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9BFEBC4CEC6; Tue, 1 Oct 2024 22:28:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1727821697; bh=vfQYcN9QNqCf3FQOMas6JN5EPo8jB5OVUjI8WKebzyE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=BpHxOA0cKLF3JUl9Jo0H0vq1L10cA3BcmwR917sd341feGUA9Dr7bpWQt8aYwKngd RXW17oNPU6hXU26ivd/0TeakuSXCjO0Zo23e7lMyz3IZ26NzHKcyE4j7TWqN5G9mjN hEWyvThnVqPHX1vpue+mcMtfTlnyKEpWn5v03/8lD0ZeLqysSqFUoJ/d2iNBzqy+s3 eOseZkl8sIdYViK80DpZwhIsnWeGxweAru0n8tvahV6/Tx46feq0fwAcVWRegkFcww 3i9Qyz4vpJLFrgtE/mjQZSx88+QDpAgQGrxxZV5q2gGNlEAYf1AVTt+HUVPzkgiRLG 5jBq4Z1n+ldVA== Date: Tue, 1 Oct 2024 15:28:14 -0700 From: Josh Poimboeuf To: Steven Rostedt Cc: Alice Ryhl , Masami Hiramatsu , Mathieu Desnoyers , Peter Zijlstra , Jason Baron , Ard Biesheuvel , Miguel Ojeda , Alex Gaynor , Wedson Almeida Filho , Boqun Feng , Gary Guo , =?utf-8?B?QmrDtnJu?= Roy Baron , Benno Lossin , Andreas Hindborg , linux-trace-kernel@vger.kernel.org, rust-for-linux@vger.kernel.org, linux-kernel@vger.kernel.org, Arnd Bergmann , linux-arch@vger.kernel.org, Thomas Gleixner , Ingo Molnar , Borislav Petkov , Dave Hansen , x86@kernel.org, "H. Peter Anvin" , Sean Christopherson , Uros Bizjak , Catalin Marinas , Will Deacon , Marc Zyngier , Oliver Upton , Mark Rutland , Ryan Roberts , Fuad Tabba , linux-arm-kernel@lists.infradead.org, Paul Walmsley , Palmer Dabbelt , Albert Ou , Anup Patel , Andrew Jones , Alexandre Ghiti , Conor Dooley , Samuel Holland , linux-riscv@lists.infradead.org, Huacai Chen , WANG Xuerui , Bibo Mao , Tiezhu Yang , Andrew Morton , Tianrui Zhao , loongarch@lists.linux.dev Subject: Re: [PATCH v9 1/5] rust: add generic static_key_false Message-ID: <20241001222814.4n7wrazj6okgcovd@treble> References: <20241001-tracepoint-v9-0-1ad3b7d78acb@google.com> <20241001-tracepoint-v9-1-1ad3b7d78acb@google.com> <20241001211543.qdjl4pyfhehxqfk7@treble> <20241001174606.6f396dfd@gandalf.local.home> Precedence: bulk X-Mailing-List: linux-trace-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20241001174606.6f396dfd@gandalf.local.home> On Tue, Oct 01, 2024 at 05:46:06PM -0400, Steven Rostedt wrote: > On Tue, 1 Oct 2024 14:15:43 -0700 > Josh Poimboeuf wrote: > > > On Tue, Oct 01, 2024 at 01:29:58PM +0000, Alice Ryhl wrote: > > > Add just enough support for static key so that we can use it from > > > tracepoints. Tracepoints rely on `static_key_false` even though it is > > > deprecated, so we add the same functionality to Rust. > > > > Instead of extending the old deprecated static key interface into Rust, > > can we just change tracepoints to use the new one? > > Sure, care to send the patch properly, and I can add it to my queue. Done: https://lore.kernel.org/03da49e81c50eb2a9f47918409e4c590c0f28060.1727817249.git.jpoimboe@kernel.org -- Josh