[GIT PULL] bitmap for 6.18-rc2
From: yury . norov
Date: Wed Oct 15 2025 - 11:38:46 EST
Hi Linus,
Please pull fixes for 6.18-rc2: "unnecessary `unsafe`" warning fix for
bitmap/rust, and one leftover patch for FIELD_PREP_WM16() conversion.
Thanks,
Yury
The following changes since commit 9b332cece987ee1790b2ed4c989e28162fa47860:
Merge tag 'nfsd-6.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux (2025-10-14 09:28:12 -0700)
are available in the Git repository at:
https://github.com/norov/linux.git tags/bitmap-for-v6.18-rc2
for you to fetch changes up to 7e85ac9da1acc591bd5269f2b890ed1994c42e96:
PM / devfreq: rockchip-dfi: switch to FIELD_PREP_WM16 macro (2025-10-15 10:39:54 -0400)
----------------------------------------------------------------
bitmap-for-6.18-rc2
- rust: bitmap: clean Rust 1.92.0 `unused_unsafe` warning (Miguel);
- FIELD_PREP_WM16() rework leftover (Nicolas).
----------------------------------------------------------------
Miguel Ojeda (1):
rust: bitmap: clean Rust 1.92.0 `unused_unsafe` warning
Nicolas Frattaroli (1):
PM / devfreq: rockchip-dfi: switch to FIELD_PREP_WM16 macro
drivers/devfreq/event/rockchip-dfi.c | 45 ++++++++++++++++++------------------
rust/kernel/bitmap.rs | 2 ++
2 files changed, 24 insertions(+), 23 deletions(-)