]> git.baikalelectronics.ru Git - kernel.git/commit
lib/vdso: Remove VDSO_HAS_32BIT_FALLBACK
authorVincenzo Frascino <vincenzo.frascino@arm.com>
Fri, 30 Aug 2019 13:58:58 +0000 (14:58 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 14 Jan 2020 11:20:44 +0000 (12:20 +0100)
commit43f839e8a81220737fb36e9081b872ff7746ec41
tree8d89f957c42a1a07629fc7721685a924b9153a7a
parentd00e6aaec0b97e610b5074f510e27c729074f9db
lib/vdso: Remove VDSO_HAS_32BIT_FALLBACK

VDSO_HAS_32BIT_FALLBACK was introduced to address a regression which
caused seccomp to deny access to the applications to clock_gettime64()
and clock_getres64() because they are not enabled in the existing
filters.

The purpose of VDSO_HAS_32BIT_FALLBACK was to simplify the conditional
implementation of __cvdso_clock_get*time32() variants.

Now that all the architectures that support the generic vDSO library
have been converted to support the 32 bit fallbacks the conditional
can be removed.

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-5-vincenzo.frascino@arm.com
References: 290b080e3e1c ("lib/vdso/32: Provide legacy syscall fallbacks")
lib/vdso/gettimeofday.c