commit | a4ee891b7e918e5a005b43171f16ad5f8b3bc7d1 | [log] [tgz] |
---|---|---|
author | Linus Torvalds <torvalds@linux-foundation.org> | Fri Aug 19 09:22:31 2022 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Fri Aug 19 09:22:31 2022 -0700 |
tree | 0e9daf58f9fe62f0ced80a7fe2b891a0be32c9fc | |
parent | 88e0a74902f894fbbc55ad3ad2cb23b4bfba555c [diff] | |
parent | 61b123ffcedac72a1ac6a96d1da87d25efddcbda [diff] |
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/ [1] Link: https://lore.kernel.org/lkml/cover.1659077534.git.sander@svanheule.net/ [2] 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