diff options
| author | Chen Jun <[email protected]> | 2021-04-14 03:04:49 +0000 |
|---|---|---|
| committer | Thomas Gleixner <[email protected]> | 2021-04-17 12:55:06 +0000 |
| commit | 2d036dfa5f10df9782f5278fc591d79d283c1fad (patch) | |
| tree | ad7c48f311a6b61e3a4dbeeaff7c50b834074af7 /lib/dynamic_debug.c | |
| parent | tick/broadcast: Allow late registered device to enter oneshot mode (diff) | |
| download | kernel-2d036dfa5f10df9782f5278fc591d79d283c1fad.tar.gz kernel-2d036dfa5f10df9782f5278fc591d79d283c1fad.zip | |
posix-timers: Preserve return value in clock_adjtime32()
The return value on success (>= 0) is overwritten by the return value of
put_old_timex32(). That works correct in the fault case, but is wrong for
the success case where put_old_timex32() returns 0.
Just check the return value of put_old_timex32() and return -EFAULT in case
it is not zero.
[ tglx: Massage changelog ]
Fixes: 3a4d44b61625 ("ntp: Move adjtimex related compat syscalls to native counterparts")
Signed-off-by: Chen Jun <[email protected]>
Signed-off-by: Thomas Gleixner <[email protected]>
Reviewed-by: Richard Cochran <[email protected]>
Cc: [email protected]
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'lib/dynamic_debug.c')
0 files changed, 0 insertions, 0 deletions
