Re: [PATCH 01/10] rust: Rename timer_container_of() to hrtimer_container_of()

From: Miguel Ojeda
Date: Wed Apr 16 2025 - 09:30:19 EST


On Wed, Apr 16, 2025 at 11:05 AM Ingo Molnar <mingo@xxxxxxxxxx> wrote:
>
> This primitive is dealing with 'struct hrtimer' objects, not
> 'struct timer_list' objects - so clarify the name.
>
> We want to introduce the timer_container_of() symbol in the kernel
> for timer_list, make sure there's no clash of namespaces, at least
> on the conceptual plane.

Andreas should Ack, but I quickly build-tested it and it looks OK:

Acked-by: Miguel Ojeda <ojeda@xxxxxxxxxx>

Cc'ing the rust-for-linux ML too.

Thanks!

Cheers,
Miguel