]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
Merge tag 'bitmap-for-6.18' of https://github.com/norov/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 2 Oct 2025 15:57:03 +0000 (08:57 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 2 Oct 2025 15:57:03 +0000 (08:57 -0700)
Pull bitmap updates from Yury Norov:

 - FIELD_PREP_WM16() consolidation (Nicolas)

 - bitmaps for Rust (Burak)

 - __fls() fix for arc (Kees)

* tag 'bitmap-for-6.18' of https://github.com/norov/linux: (25 commits)
  rust: add dynamic ID pool abstraction for bitmap
  rust: add find_bit_benchmark_rust module.
  rust: add bitmap API.
  rust: add bindings for bitops.h
  rust: add bindings for bitmap.h
  phy: rockchip-pcie: switch to FIELD_PREP_WM16 macro
  clk: sp7021: switch to FIELD_PREP_WM16 macro
  PCI: dw-rockchip: Switch to FIELD_PREP_WM16 macro
  PCI: rockchip: Switch to FIELD_PREP_WM16* macros
  net: stmmac: dwmac-rk: switch to FIELD_PREP_WM16 macro
  ASoC: rockchip: i2s-tdm: switch to FIELD_PREP_WM16_CONST macro
  drm/rockchip: dw_hdmi: switch to FIELD_PREP_WM16* macros
  phy: rockchip-usb: switch to FIELD_PREP_WM16 macro
  drm/rockchip: inno-hdmi: switch to FIELD_PREP_WM16 macro
  drm/rockchip: dw_hdmi_qp: switch to FIELD_PREP_WM16 macro
  phy: rockchip-samsung-dcphy: switch to FIELD_PREP_WM16 macro
  drm/rockchip: vop2: switch to FIELD_PREP_WM16 macro
  drm/rockchip: dsi: switch to FIELD_PREP_WM16* macros
  phy: rockchip-emmc: switch to FIELD_PREP_WM16 macro
  drm/rockchip: lvds: switch to FIELD_PREP_WM16 macro
  ...

1  2 
MAINTAINERS
drivers/mmc/host/dw_mmc-rockchip.c
lib/Kconfig.debug
lib/Makefile
rust/bindings/bindings_helper.h
rust/helpers/helpers.c
rust/kernel/lib.rs

diff --cc MAINTAINERS
Simple merge
Simple merge
Simple merge
diff --cc lib/Makefile
Simple merge
Simple merge
index 730b2e810a8ad6afcafe6147ab4d0daace849387,abff1ef14d8138eb44db1ba0cf9460d4d935ed58..f2c59c3f97dbdd82007a36acdd8b083412cd2efd
@@@ -7,9 -7,9 +7,11 @@@
   * Sorted alphabetically.
   */
  
 +#include "atomic.c"
  #include "auxiliary.c"
 +#include "barrier.c"
+ #include "bitmap.c"
+ #include "bitops.c"
  #include "blk.c"
  #include "bug.c"
  #include "build_assert.c"
Simple merge