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 DEE09222572; Tue, 11 Mar 2025 20:20:22 +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=1741724423; cv=none; b=ETEJayGg7+781RmnsvKKL1Zz15yeiQWo8nY75+l8WQ/W1J5V0oqCoTCB7onEwFRj4aCkE1TI3cZOOTUGhGNe6+C6Ap+H79d5pM8ZZBx6AHioLw+77xT2Sok4dR4FQ2YQSgeYmdHQTdGAxmCp4GsGFkfipZtuyQ+BjMhz/m0WR3s= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1741724423; c=relaxed/simple; bh=gaFQwOmMlxED9qfG2DcTfEvoKt9vKeHVKBWq+pt+Yxc=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=Ap/PKFfbTExwXwS2LoDTHdjG5RQHn0xZcVGCywcm+5TxaedKTjyfEBKHi9PztrsiFdbSrCudko7m+FvtIjvZHuIVforLyJmYLBliikwC+AwVGfb0TJSs9AKovv4iW082gQzg41trimkadC5wmgfoJNmzDv2eU950+t09tAk8aYU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=qqih84gO; 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="qqih84gO" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9550AC4CEE9; Tue, 11 Mar 2025 20:20:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1741724422; bh=gaFQwOmMlxED9qfG2DcTfEvoKt9vKeHVKBWq+pt+Yxc=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=qqih84gOhTQlMXcSWpL3D5+gis7CHqCCzPMgKb2wMp4rrFqhAdtE0YIAOZoGslv1D Wt+EXZhNsknpqu2e2bygN/KWW38aDS0juSc0VM/3PyOdX8V1VA/5eZa5C4ldjreeQo pxou8ZW8vhoNYntuM6FGr+F2xDwDD9a+gStr4c425FQm1Iw/5HaDVnhsYoFURxl7zC h/bFElw1szpn6to4CGF0uhMMk5K8ry4AgcXMb4szaHD5dAnSVgjX7CLPdTZKSmDQ7b Ncra90w45zNlTSX/35inXTGdIZFUPv971bBEMICzQfC6ECxOVf7r2HVXsz2UJhH+zo JPmIrO34CWlsw== From: Andreas Hindborg To: "Miguel Ojeda" Cc: "Anna-Maria Behnsen" , "Frederic Weisbecker" , "Thomas Gleixner" , "Danilo Krummrich" , "Alex Gaynor" , "Boqun Feng" , "Gary Guo" , =?utf-8?Q?Bj=C3=B6rn?= Roy Baron , "Benno Lossin" , "Alice Ryhl" , "Trevor Gross" , "Lyude Paul" , "Guangbo Cui" <2407018371@qq.com>, "Dirk Behme" , "Daniel Almeida" , "Tamir Duberstein" , "Markus Elfring" , , Subject: Re: [PATCH v12 00/13] hrtimer Rust API In-Reply-To: <20250309-hrtimer-v3-v6-12-rc2-v12-0-73586e2bd5f1@kernel.org> (Andreas Hindborg's message of "Sun, 09 Mar 2025 16:18:51 +0100") References: <-Nl1GhL2X0kcAMrBu5I5y3g9tbYapE9MEn1yUYhCYWUSVmztyp-eC4IsSxeCm4oVUJiLEFuqRQfZ2v_eQa61xw==@protonmail.internalid> <20250309-hrtimer-v3-v6-12-rc2-v12-0-73586e2bd5f1@kernel.org> User-Agent: mu4e 1.12.7; emacs 29.4 Date: Tue, 11 Mar 2025 21:19:37 +0100 Message-ID: <87v7sfjp5y.fsf@kernel.org> Precedence: bulk X-Mailing-List: rust-for-linux@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain "Andreas Hindborg" writes: > Add support for using the `hrtimer` subsystem from Rust code. > > Add support for timer mode and clock source configuration during timer > initialization. Do not add examples and functionality to execute closures at > timer expiration , as these depend on either atomics [3] or `SpinLockIrq` [4], > which are still being worked on. [...] Applied to `hrtimer-next` -- thanks everyone! Best regards, Andreas Hindborg