]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 24 Sep 2017 18:53:13 +0000 (11:53 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 24 Sep 2017 18:53:13 +0000 (11:53 -0700)
commit1c448d05f47f7b06aa60a3b446221843ecea1028
treed498a3e807b2d5e2920465dbf9138606c43ba9b7
parentdab3e0dcfb254dee062cae7b1e8551c6e8ca3908
parent7488180670ddbf7efb205ddc8c9c915e900e9462
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

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