https://github.com/torvalds/linux
Revision a4306434b79ffc859e5dc6ab0f305a3d8204ef46 authored by Linus Torvalds on 24 September 2017, 18:53:13 UTC, committed by Linus Torvalds on 24 September 2017, 18:53:13 UTC
Pull address-limit checking fixes from Ingo Molnar:
 "This fixes a number of bugs in the address-limit (USER_DS) checks that
  got introduced in the merge window, (mostly) affecting the ARM and
  ARM64 platforms"

* 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  arm64/syscalls: Move address limit check in loop
  arm/syscalls: Optimize address limit check
  Revert "arm/syscalls: Check address limit on user-mode return"
  syscalls: Use CHECK_DATA_CORRUPTION for addr_limit_user_check
2 parent s a302824 + a2048e3
History
Tip revision: a4306434b79ffc859e5dc6ab0f305a3d8204ef46 authored by Linus Torvalds on 24 September 2017, 18:53:13 UTC
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Tip revision: a430643

back to top