From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753500AbcKARcH (ORCPT ); Tue, 1 Nov 2016 13:32:07 -0400 Received: from mail-pf0-f178.google.com ([209.85.192.178]:33849 "EHLO mail-pf0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752872AbcKARcG (ORCPT ); Tue, 1 Nov 2016 13:32:06 -0400 Date: Tue, 1 Nov 2016 10:32:03 -0700 From: Kees Cook To: gregkh@linuxfoundation.org Cc: linux-kernel@vger.kernel.org, Catalin Marinas Subject: [GIT PULL] lkdtm fixes for v4.9-rc4 Message-ID: <20161101173203.GA71893@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 lkdtm fix for v4.9-rc4. Thanks! -Kees The following changes since commit 07d9a380680d1c0eb51ef87ff2eab5c994949e69: Linux 4.9-rc2 (2016-10-23 17:10:14 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/lkdtm-v4.9-rc4 for you to fetch changes up to 45103117d334e939a4f3a128ca3505a24516dfb6: lkdtm: Do not use flush_icache_range() on user addresses (2016-10-31 09:29:16 -0700) ---------------------------------------------------------------- - fix misuse of icache flushing against userspace memory ---------------------------------------------------------------- Catalin Marinas (1): lkdtm: Do not use flush_icache_range() on user addresses drivers/misc/lkdtm_perms.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) -- Kees Cook Nexus Security