From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751549AbdBWXyT (ORCPT ); Thu, 23 Feb 2017 18:54:19 -0500 Received: from mail-pg0-f50.google.com ([74.125.83.50]:33005 "EHLO mail-pg0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751398AbdBWXyS (ORCPT ); Thu, 23 Feb 2017 18:54:18 -0500 Date: Thu, 23 Feb 2017 15:47:07 -0800 From: Kees Cook To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, Arnd Bergmann , Kees Cook Subject: [GIT PULL] usercopy fix for v4.11-rc1 Message-ID: <20170223234707.GA24698@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.11-rc1. Arnd noticed a corner case. Thanks! -Kees The following changes since commit 4c5d7bc63775b40631b75f6c59a3a3005455262d: usercopy: Add tests for all get_user() sizes (2017-02-21 11:59:38 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/usercopy-v4.11-rc1.fix for you to fetch changes up to 4deaa6fd00be2bf408dd06cdf0c40a1b59237879: usercopy: ARM NOMMU has no 64-bit get_user (2017-02-22 11:24:08 -0800) ---------------------------------------------------------------- Fix for non-MMU ARM testing, from Arnd Bergmann ---------------------------------------------------------------- Arnd Bergmann (1): usercopy: ARM NOMMU has no 64-bit get_user lib/test_user_copy.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -- Kees Cook Pixel Security