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 'timers-urgent-2020-04-25' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull timer fixlet from Ingo Molnar:
"A single fix for a comment that may show up in DocBook output"

* tag 'timers-urgent-2020-04-25' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
vdso/datapage: Use correct clock mode name in comment

+2 -2
+2 -2
include/vdso/datapage.h
··· 73 73 * 74 74 * @offset is used by the special time namespace VVAR pages which are 75 75 * installed instead of the real VVAR page. These namespace pages must set 76 - * @seq to 1 and @clock_mode to VLOCK_TIMENS to force the code into the 77 - * time namespace slow path. The namespace aware functions retrieve the 76 + * @seq to 1 and @clock_mode to VDSO_CLOCKMODE_TIMENS to force the code into 77 + * the time namespace slow path. The namespace aware functions retrieve the 78 78 * real system wide VVAR page, read host time and add the per clock offset. 79 79 * For clocks which are not affected by time namespace adjustment the 80 80 * offset must be zero.