mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [GIT PULL] bitmap fix for 6.17-rc5
@ 2025-09-03 17:12 Yury Norov
  2025-09-03 19:11 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Yury Norov @ 2025-09-03 17:12 UTC (permalink / raw)
  To: Linus Torvalds, linux-kernel

Hi Linus,

Please pull the NULL dereference fix for sched_numa_find_nth_cpu().

Thanks,
Yury

The following changes since commit e6b9dce0aeeb91dfc0974ab87f02454e24566182:

  Merge tag 'sound-6.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound (2025-09-02 13:38:07 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 5ebf512f335053a42482ebff91e46c6dc156bf8c:

  sched: Fix sched_numa_find_nth_cpu() if mask offline (2025-09-03 12:20:06 -0400)

----------------------------------------------------------------
bitmap-for-6.17-rc5

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.

----------------------------------------------------------------
Christian Loehle (1):
      sched: Fix sched_numa_find_nth_cpu() if mask offline

 kernel/sched/topology.c | 2 ++
 1 file changed, 2 insertions(+)


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

* Re: [GIT PULL] bitmap fix for 6.17-rc5
  2025-09-03 17:12 [GIT PULL] bitmap fix for 6.17-rc5 Yury Norov
@ 2025-09-03 19:11 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2025-09-03 19:11 UTC (permalink / raw)
  To: Yury Norov; +Cc: Linus Torvalds, linux-kernel

The pull request you sent on Wed, 3 Sep 2025 13:12:35 -0400:

> https://github.com/norov/linux.git tags/bitmap-for-6.17-rc5

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/ec299e4dc21e8cc476c2c848813919db79492dda

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

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

end of thread, other threads:[~2025-09-03 19:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-09-03 17:12 [GIT PULL] bitmap fix for 6.17-rc5 Yury Norov
2025-09-03 19:11 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®