diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2019-08-03 10:51:29 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2019-08-03 10:51:29 -0700 |
commit | 0432a0a066b05361b6d4d26522233c3c76c9e5da (patch) | |
tree | cf02859f8dd1556e0ca4e1bbc3844ecd8fa3a5bf /net/wireless | |
parent | af42e7450f4b174a0a3f7611791ba73109997171 (diff) | |
parent | 33a58980ff3cc5dbf0bb1b325746ac69223eda0b (diff) | |
download | linux-0432a0a066b05361b6d4d26522233c3c76c9e5da.tar.bz2 |
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull vdso timer fixes from Thomas Gleixner:
"A series of commits to deal with the regression caused by the generic
VDSO implementation.
The usage of clock_gettime64() for 32bit compat fallback syscalls
caused seccomp filters to kill innocent processes because they only
allow clock_gettime().
Handle the compat syscalls with clock_gettime() as before, which is
not a functional problem for the VDSO as the legacy compat application
interface is not y2038 safe anyway. It's just extra fallback code
which needs to be implemented on every architecture.
It's opt in for now so that it does not break the compile of already
converted architectures in linux-next. Once these are fixed, the
#ifdeffery goes away.
So much for trying to be smart and reuse code..."
* 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
arm64: compat: vdso: Use legacy syscalls as fallback
x86/vdso/32: Use 32bit syscall fallback
lib/vdso/32: Provide legacy syscall fallbacks
lib/vdso: Move fallback invocation to the callers
lib/vdso/32: Remove inconsistent NULL pointer checks
Diffstat (limited to 'net/wireless')
0 files changed, 0 insertions, 0 deletions