From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754542AbcITXPQ (ORCPT ); Tue, 20 Sep 2016 19:15:16 -0400 Received: from mail-pa0-f51.google.com ([209.85.220.51]:34655 "EHLO mail-pa0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753680AbcITXPP (ORCPT ); Tue, 20 Sep 2016 19:15:15 -0400 Date: Tue, 20 Sep 2016 16:15:13 -0700 From: Kees Cook To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, Laura Abbott Subject: [GIT PULL] usercopy fix for v4.8-rc8 Message-ID: <20160920231513.GA51106@beast> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, Please pull this usercopy fix for v4.8-rc8. Another fix-up for arm64. Thanks! -Kees The following changes since commit d2ffb0103aaefa9b169da042cf39ce27bfb6cdbb: Merge branch 'akpm' (patches from Andrew) (2016-09-19 16:08:03 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/usercopy-v4.8-rc8 for you to fetch changes up to aa4f0601115319a52c80f468c8f007e5aa9277cb: mm: usercopy: Check for module addresses (2016-09-20 16:07:39 -0700) ---------------------------------------------------------------- - expand the arm64 vmalloc check to include skipping the module space too ---------------------------------------------------------------- Laura Abbott (1): mm: usercopy: Check for module addresses mm/usercopy.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) -- Kees Cook Nexus Security