Re: [PATCH v8 00/14] hrtimer Rust API
From: Frederic Weisbecker
Date: Thu Feb 20 2025 - 17:35:48 EST
Le Tue, Feb 18, 2025 at 02:27:05PM +0100, Andreas Hindborg a écrit :
> This series adds support for using the `hrtimer` subsystem from Rust code.
>
> The series adds support for timer mode and clock source configuration during
> timer initialization. Examples and functionality to execute closures at timer
> expiration has been removed, as these depend on either atomics [3] or
> `SpinLockIrq` [4], which are still being worked on.
>
> This series is a dependency for unmerged features of the Rust null block driver
> [1], and for rkvms [2].
>
> Link: https://git.kernel.org/pub/scm/linux/kernel/git/a.hindborg/linux.git/log/?h=rnull-v6.11-rc2 [1]
> Link: https://gitlab.freedesktop.org/lyudess/linux/-/tree/rvkms-wip [2]
> Link: https://lore.kernel.org/rust-for-linux/20240612223025.1158537-1-boqun.feng@xxxxxxxxx/ [3]
> Link: https://lore.kernel.org/rust-for-linux/20240916213025.477225-1-lyude@xxxxxxxxxx/ [4]
> Signed-off-by: Andreas Hindborg <a.hindborg@xxxxxxxxxx>
Let me repeat again that I have extremely limited understanding of this.
But let's say I haven't spotted a major issue on the interface...
Acked-by: Frederic Weisbecker <frederic@xxxxxxxxxx>
Thanks!