Re: [PATCH v12 00/13] hrtimer Rust API
From: Thomas Gleixner
Date: Mon Mar 10 2025 - 09:15:55 EST
On Sun, Mar 09 2025 at 16:18, Andreas Hindborg wrote:
> 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.
Acked-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx>