Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'sched_urgent_for_v6.4_rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull scheduler fix from Borislav Petkov:

- Fix a couple of kernel-doc warnings

* tag 'sched_urgent_for_v6.4_rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
sched: fix cid_lock kernel-doc warnings

+2 -2
+2 -2
kernel/sched/core.c
··· 11492 11492 11493 11493 #ifdef CONFIG_SCHED_MM_CID 11494 11494 11495 - /** 11495 + /* 11496 11496 * @cid_lock: Guarantee forward-progress of cid allocation. 11497 11497 * 11498 11498 * Concurrency ID allocation within a bitmap is mostly lock-free. The cid_lock ··· 11501 11501 */ 11502 11502 DEFINE_RAW_SPINLOCK(cid_lock); 11503 11503 11504 - /** 11504 + /* 11505 11505 * @use_cid_lock: Select cid allocation behavior: lock-free vs spinlock. 11506 11506 * 11507 11507 * When @use_cid_lock is 0, the cid allocation is lock-free. When contention is