Hi all, While building Linus' tree, today's linux-next build (htmldocs) produced these warnings: kernel/sched/core.c:11496: warning: Cannot understand * @cid_lock: Guarantee forward-progress of cid allocation. on line 11496 - I thought it was a doc line kernel/sched/core.c:11505: warning: Cannot understand * @use_cid_lock: Select cid allocation behavior: lock-free vs spinlock. on line 11505 - I thought it was a doc line Introduced by commit 223baf9d17f2 ("sched: Fix performance regression introduced by mm_cid") -- Cheers, Stephen Rothwell