Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
2e34d63d
Commit
2e34d63d
authored
Jan 10, 2020
by
Thomas Gleixner
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'timers/urgent' into timers/core
Pick up upstream VDSO fix before adding more VDSO changes.
parents
27077455
ffd08731
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
kernel/time/posix-stubs.c
kernel/time/posix-stubs.c
+3
-0
lib/vdso/gettimeofday.c
lib/vdso/gettimeofday.c
+1
-0
No files found.
kernel/time/posix-stubs.c
View file @
2e34d63d
...
...
@@ -151,6 +151,9 @@ SYSCALL_DEFINE4(clock_nanosleep, const clockid_t, which_clock, int, flags,
#ifdef CONFIG_COMPAT
COMPAT_SYS_NI
(
timer_create
);
#endif
#if defined(CONFIG_COMPAT) || defined(CONFIG_ALPHA)
COMPAT_SYS_NI
(
getitimer
);
COMPAT_SYS_NI
(
setitimer
);
#endif
...
...
lib/vdso/gettimeofday.c
View file @
2e34d63d
...
...
@@ -221,6 +221,7 @@ int __cvdso_clock_getres_common(clockid_t clock, struct __kernel_timespec *res)
return
0
;
}
static
__maybe_unused
int
__cvdso_clock_getres
(
clockid_t
clock
,
struct
__kernel_timespec
*
res
)
{
int
ret
=
__cvdso_clock_getres_common
(
clock
,
res
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment