Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1266918

[PATCHv2 0/2] Support for set_memory_* outside of module space

From Laura Abbott <labbott@fedoraproject.org>
Newsgroups linux.kernel
Subject [PATCHv2 0/2] Support for set_memory_* outside of module space
Date 2015-11-11 03:00 +0100
Message-ID <qtsRz-4Cy-3@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


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/

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCHv2 0/2] Support for set_memory_* outside of module space Laura Abbott <labbott@fedoraproject.org> - 2015-11-11 03:00 +0100
  [PATCHv2 1/2] arm64: Get existing page protections in split_pmd Laura Abbott <labbott@fedoraproject.org> - 2015-11-11 03:00 +0100
    Re: [PATCHv2 1/2] arm64: Get existing page protections in split_pmd Ard Biesheuvel <ard.biesheuvel@linaro.org> - 2015-11-15 08:40 +0100
  [PATCHv2 2/2] arm64: Allow changing of attributes outside of modules Laura Abbott <labbott@fedoraproject.org> - 2015-11-11 03:00 +0100
    Re: [PATCHv2 2/2] arm64: Allow changing of attributes outside of  modules zhong jiang <zhongjiang@huawei.com> - 2015-11-12 13:00 +0100
      Re: [PATCHv2 2/2] arm64: Allow changing of attributes outside of  modules Laura Abbott <labbott@redhat.com> - 2015-11-12 17:40 +0100
        Re: [PATCHv2 2/2] arm64: Allow changing of attributes outside of  modules zhong jiang <zhongjiang@huawei.com> - 2015-11-13 03:10 +0100
          Re: [PATCHv2 2/2] arm64: Allow changing of attributes outside of  modules Laura Abbott <labbott@redhat.com> - 2015-11-13 20:10 +0100
      Re: [PATCHv2 2/2] arm64: Allow changing of attributes outside of  modules zhong jiang <zhongjiang@huawei.com> - 2015-11-13 03:50 +0100
    Re: [PATCHv2 2/2] arm64: Allow changing of attributes outside of  modules Xishi Qiu <qiuxishi@huawei.com> - 2015-11-13 09:30 +0100
      Re: [PATCHv2 2/2] arm64: Allow changing of attributes outside of  modules Xishi Qiu <qiuxishi@huawei.com> - 2015-11-13 09:40 +0100
      Re: [PATCHv2 2/2] arm64: Allow changing of attributes outside of  modules Laura Abbott <labbott@redhat.com> - 2015-11-13 20:10 +0100

csiph-web