]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'bitmap-6.0-rc2' of https://github.com/norov/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 19 Aug 2022 16:22:31 +0000 (09:22 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 19 Aug 2022 16:22:31 +0000 (09:22 -0700)
commit3e3dbab99febcabe2557a31933504e8b286e3be5
tree0e9daf58f9fe62f0ced80a7fe2b891a0be32c9fc
parent8b3af5340db24118a86bcfcd21114cc4660005f2
parent47f8f6790ea0f7f4abfdd0032eb14310000219ec
Merge tag 'bitmap-6.0-rc2' of https://github.com/norov/linux

Pull bitmap updates from Yury Norov:
 "cpumask: UP optimisation fixes follow-up

  As an older version of the UP optimisation fixes was merged, not all
  review feedback has been implemented.

  This implements the feedback received on the merged version [1], and
  the respin [2], for changes related to <linux/cpumask.h> and
  lib/cpumask.c"

Link: https://lore.kernel.org/lkml/cover.1656777646.git.sander@svanheule.net/
Link: https://lore.kernel.org/lkml/cover.1659077534.git.sander@svanheule.net/
It spent for more than a week with no issues.

* tag 'bitmap-6.0-rc2' of https://github.com/norov/linux:
  lib/cpumask: drop always-true preprocessor guard
  lib/cpumask: add inline cpumask_next_wrap() for UP
  cpumask: align signatures of UP implementations