All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] bitmap changes for v6.12-rc1
@ 2024-09-27 16:32 Yury Norov
  2024-09-27 19:37 ` Linus Torvalds
  2024-09-27 20:00 ` pr-tracker-bot
  0 siblings, 2 replies; 5+ messages in thread
From: Yury Norov @ 2024-09-27 16:32 UTC (permalink / raw)
  To: Linus Torvalds, Linux Kernel Mailing List
  Cc: Yury Norov, Rasmus Villemoes, Anshuman Khandual, Brian Norris

The following changes since commit de9c2c66ad8e787abec7c9d7eff4f8c3cdd28aed:

  Linux 6.11-rc2 (2024-08-04 13:50:53 -0700)

are available in the Git repository at:

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

for you to fetch changes up to d7bcc37436c7d373a715d48a7cd74cd3b1724a68:

  lib/test_bits.c: Add tests for GENMASK_U128() (2024-08-28 06:54:39 -0700)

----------------------------------------------------------------
bitmap-for-6.12

Hi Linus,

Please pull bitmap changes for v6.12. This request includes:

 - switch all bitmamp APIs from inline to __always_inline, from Brian Norris;
 - introduce GENMASK_U128() macro, from Anshuman Khandual.

The __always_inline series improves on code generation, and now with
the latest compiler versions is required to avoid compilation
warnings. It spent enough in my backlog, and I'm thankful to Brian
Norris for taking over and moving it forward.

GENMASK_U128() is a prerequisite needed for arm64 development.

Thanks,
Yury

----------------------------------------------------------------
Anshuman Khandual (2):
      uapi: Define GENMASK_U128
      lib/test_bits.c: Add tests for GENMASK_U128()

Brian Norris (1):
      cpumask: Switch from inline to __always_inline

Yury Norov (3):
      find: Switch from inline to __always_inline
      bitmap: Switch from inline to __always_inline
      nodemask: Switch from inline to __always_inline

 include/linux/bitmap.h     | 140 ++++++++++++++++--------------
 include/linux/bits.h       |  15 ++++
 include/linux/cpumask.h    | 212 ++++++++++++++++++++++++---------------------
 include/linux/find.h       |  50 +++++------
 include/linux/nodemask.h   |  86 +++++++++---------
 include/uapi/linux/bits.h  |   3 +
 include/uapi/linux/const.h |  17 ++++
 lib/test_bits.c            |  34 ++++++++
 8 files changed, 325 insertions(+), 232 deletions(-)


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-09-27 20:29 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-27 16:32 [GIT PULL] bitmap changes for v6.12-rc1 Yury Norov
2024-09-27 19:37 ` Linus Torvalds
2024-09-27 20:08   ` Yury Norov
2024-09-27 20:29     ` Linus Torvalds
2024-09-27 20:00 ` pr-tracker-bot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.