]> git.baikalelectronics.ru Git - kernel.git/commit
lib/vdso: Remove checks on return value for 32 bit vDSO
authorVincenzo Frascino <vincenzo.frascino@arm.com>
Fri, 30 Aug 2019 13:58:59 +0000 (14:58 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 14 Jan 2020 11:20:45 +0000 (12:20 +0100)
commitd555add825ee6a0429b819822dde8ea862fb73a0
treec2c72e5e51a8bca8188d385965c0bf4c70a0c080
parentb152f18042524667c022094db6d32091111192e5
lib/vdso: Remove checks on return value for 32 bit vDSO

Since all the architectures that support the generic vDSO library have
been converted to support the 32 bit fallbacks it is not required
anymore to check the return value of __cvdso_clock_get*time32_common()
before updating the old_timespec fields.

Remove the related checks from the generic vdso library.

References: 9ca40fc01e97 ("lib/vdso/32: Provide legacy syscall fallbacks")
Signed-off-by: Vincenzo Frascino <vincenzo.frascino@arm.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/r/20190830135902.20861-6-vincenzo.frascino@arm.com
lib/vdso/gettimeofday.c