From: Linus Torvalds Date: Wed, 3 Sep 2025 18:10:36 +0000 (-0700) Subject: Merge tag 'bitmap-for-6.17-rc5' of https://github.com/norov/linux X-Git-Tag: v6.17-rc5~25 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=ec299e4dc21e8cc476c2c848813919db79492dda;p=users%2Fgriffoul%2Flinux.git Merge tag 'bitmap-for-6.17-rc5' of https://github.com/norov/linux Pull bitmap fix from Yury Norov: "Fix sched_numa_find_nth_cpu() if mask offline sched_numa_find_nth_cpu() uses a bsearch to look for the 'closest' CPU in sched_domains_numa_masks and given cpus mask. However they might not intersect if all CPUs in the cpus mask are offline. bsearch will return NULL in that case, bail out instead of dereferencing a bogus pointer" * tag 'bitmap-for-6.17-rc5' of https://github.com/norov/linux: sched: Fix sched_numa_find_nth_cpu() if mask offline --- ec299e4dc21e8cc476c2c848813919db79492dda