[PATCH 0/4] Fix check address limit on user-mode

From: Kees Cook
Date: Thu Sep 07 2017 - 11:32:00 EST


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