You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The previous commit introduced the use of CLONE_NEWTIME without including
<sched.h> which contains its definition.
Add an explicit include of <sched.h> to ensure that CLONE_NEWTIME
is correctly defined before it is used.
Fixes: 2aec900 ("selftests: vDSO: ensure vgetrandom works in a time namespace")
Signed-off-by: Yu Liao <[email protected]>
Signed-off-by: Shuah Khan <[email protected]>
0 commit comments