Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1728272
| From | Kees Cook <keescook@chromium.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/4] Fix check address limit on user-mode |
| Date | 2017-09-07 17:40 +0200 |
| Message-ID | <un74l-1Wq-7@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Fixes from Thomas Garnier: the new address limit check was causing hangs on ARM. This solves the problem and takes proactive steps on ARM64. Additionally removes the unconditional BUG_ON() on check failures. -Kees
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/4] Fix check address limit on user-mode Kees Cook <keescook@chromium.org> - 2017-09-07 17:40 +0200 [PATCH 1/4] syscalls: Use CHECK_DATA_CORRUPTION for addr_limit_user_check Kees Cook <keescook@chromium.org> - 2017-09-07 17:40 +0200 [PATCH 4/4] arm64/syscalls: Move address limit check in loop Kees Cook <keescook@chromium.org> - 2017-09-07 17:40 +0200 [PATCH 3/4] arm/syscalls: Optimize address limit check Kees Cook <keescook@chromium.org> - 2017-09-07 17:40 +0200 [PATCH 2/4] Revert "arm/syscalls: Check address limit on user-mode return" Kees Cook <keescook@chromium.org> - 2017-09-07 17:40 +0200
csiph-web