[GIT PULL] bitmap patches for v6.14

From: Yury Norov
Date: Fri Jan 24 2025 - 20:03:53 EST


The following changes since commit fc033cf25e612e840e545f8d5ad2edd6ba613ed5:

Linux 6.13-rc5 (2024-12-29 13:15:45 -0800)

are available in the Git repository at:

https://github.com:/norov/linux.git tags/bitmap-for-6.14

for you to fetch changes up to e876695aab1e3d4743e11633219cea456820660b:

cpumask: Rephrase comments for cpumask_any*() APIs (2025-01-19 13:45:35 -0500)

----------------------------------------------------------------
Hi Linus,

Please pull bitmap patches for v6.14.

This includes const_true() series from Vincent Mailhol, another
__always_inline rework from Nathan Chancellor for RISCV, and a
couple random fixes from Dr. David Alan Gilbert and I Hsin Cheng.

Thanks,
Yury

----------------------------------------------------------------
Dr. David Alan Gilbert (1):
cpu: Remove unused init_cpu_online

I Hsin Cheng (1):
cpumask: Rephrase comments for cpumask_any*() APIs

Nathan Chancellor (1):
riscv: Always inline bitops

Vincent Mailhol (2):
compiler.h: add const_true()
linux/bits.h: simplify GENMASK_INPUT_CHECK()

arch/riscv/include/asm/bitops.h | 20 ++++++++++----------
include/linux/bits.h | 5 ++---
include/linux/compiler.h | 22 ++++++++++++++++++++++
include/linux/cpumask.h | 9 ++++-----
kernel/cpu.c | 5 -----
5 files changed, 38 insertions(+), 23 deletions(-)