Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751783AbbKKB5p (ORCPT ); Tue, 10 Nov 2015 20:57:45 -0500 Received: from mx1.redhat.com ([209.132.183.28]:55905 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751398AbbKKB5o (ORCPT ); Tue, 10 Nov 2015 20:57:44 -0500 From: Laura Abbott To: Catalin Marinas , Will Deacon , Ard Biesheuvel , Zhong Jiang Cc: Laura Abbott , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Kees Cook , Xishi Qiu , Mark Rutland Subject: [PATCHv2 0/2] Support for set_memory_* outside of module space Date: Tue, 10 Nov 2015 17:57:35 -0800 Message-Id: <1447207057-11323-1-git-send-email-labbott@fedoraproject.org> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 854 Lines: 27 Hi, This is v2 of the series to allow set_memory_* to work on kernel memory for security and other use cases. Should have addressed most comments although another look might be necessary for the contiguous bit. Thanks, Laura Laura Abbott (2): arm64: Get existing page protections in split_pmd arm64: Allow changing of attributes outside of modules arch/arm64/Kconfig | 12 ++++ arch/arm64/mm/mm.h | 3 + arch/arm64/mm/mmu.c | 12 ++-- arch/arm64/mm/pageattr.c | 174 +++++++++++++++++++++++++++++++++++++++++------ 4 files changed, 174 insertions(+), 27 deletions(-) -- 2.5.0 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/