From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755554AbdIGPb5 (ORCPT ); Thu, 7 Sep 2017 11:31:57 -0400 Received: from mail-pg0-f44.google.com ([74.125.83.44]:33462 "EHLO mail-pg0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753819AbdIGPbD (ORCPT ); Thu, 7 Sep 2017 11:31:03 -0400 X-Google-Smtp-Source: ADKCNb7rUGVlbURyzvvPboMFSqdsprL4kVvlCEu4Y/pH69h/NRamoUcICVYtayrn5B59ofUzZTVu4w== From: Kees Cook To: Ingo Molnar Cc: Kees Cook , Thomas Garnier , Thomas Gleixner , Russell King , Catalin Marinas , Will Deacon , Andy Lutomirski , Will Drewry , Al Viro , Dave Martin , Pratyush Anand , Dave Hansen , Arnd Bergmann , David Howells , Yonghong Song , linux-arm-kernel@lists.infradead.org, linux-api@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 0/4] Fix check address limit on user-mode Date: Thu, 7 Sep 2017 08:30:43 -0700 Message-Id: <1504798247-48833-1-git-send-email-keescook@chromium.org> X-Mailer: git-send-email 2.7.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 From mboxrd@z Thu Jan 1 00:00:00 1970 From: keescook@chromium.org (Kees Cook) Date: Thu, 7 Sep 2017 08:30:43 -0700 Subject: [PATCH 0/4] Fix check address limit on user-mode Message-ID: <1504798247-48833-1-git-send-email-keescook@chromium.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org 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