[GIT PULL] Rust fixes for 6.16

From: Miguel Ojeda
Date: Sat Jun 14 2025 - 05:37:41 EST


Hi Linus,

Please pull this fix for Rust.

It has been in linux-next for three rounds.

No conflicts expected.

I expect to send another fixes PR later in the cycle.

Thanks!

Cheers,
Miguel

The following changes since commit 19272b37aa4f83ca52bdf9c16d5d81bdd1354494:

Linux 6.16-rc1 (2025-06-08 13:44:43 -0700)

are available in the Git repository at:

https://git.kernel.org/pub/scm/linux/kernel/git/ojeda/linux.git tags/rust-fixes-6.16

for you to fetch changes up to 5b2d595efbfc9c46823bdb9ef11e1f9fa46adf9d:

rust: time: Fix compile error in impl_has_hr_timer macro (2025-06-10 20:11:36 +0200)

----------------------------------------------------------------
Rust fixes for v6.16

'kernel' crate:

- 'hrtimer': fix future compile error when the 'impl_has_hr_timer!'
macro starts to get called.

----------------------------------------------------------------
FUJITA Tomonori (1):
rust: time: Fix compile error in impl_has_hr_timer macro

rust/kernel/time/hrtimer.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)