]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
Merge tag 'bitmap-for-v6.18-rc2' of https://github.com/norov/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 15 Oct 2025 15:48:17 +0000 (08:48 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 15 Oct 2025 15:48:17 +0000 (08:48 -0700)
Pull bitmap fixes from Yury Norov:
 "A "unnecessary `unsafe`" warning fix for bitmap/rust, and one leftover
  patch for FIELD_PREP_WM16() conversion.

   - rust: bitmap: clean Rust 1.92.0 `unused_unsafe` warning (Miguel)

   - FIELD_PREP_WM16() rework leftover (Nicolas)"

* tag 'bitmap-for-v6.18-rc2' of https://github.com/norov/linux:
  PM / devfreq: rockchip-dfi: switch to FIELD_PREP_WM16 macro
  rust: bitmap: clean Rust 1.92.0 `unused_unsafe` warning


Trivial merge