From mboxrd@z Thu Jan 1 00:00:00 1970 From: catalin.marinas@arm.com (Catalin Marinas) Date: Thu, 23 Mar 2017 14:12:03 +0000 Subject: [PATCH v6 00/11] arm64: mmu: avoid W+X mappings and re-enable PTE_CONT for kernel In-Reply-To: <1489092729-16871-1-git-send-email-ard.biesheuvel@linaro.org> References: <1489092729-16871-1-git-send-email-ard.biesheuvel@linaro.org> Message-ID: <20170323141203.GD14290@e104818-lin.cambridge.arm.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thu, Mar 09, 2017 at 09:51:58PM +0100, Ard Biesheuvel wrote: > Ard Biesheuvel (11): > arm: kvm: move kvm_vgic_global_state out of .text section > arm64: mmu: move TLB maintenance from callers to create_mapping_late() > arm64: alternatives: apply boot time fixups via the linear mapping > arm64: mmu: map .text as read-only from the outset > arm64: mmu: apply strict permissions to .init.text and .init.data > arm64/mmu: align alloc_init_pte prototype with pmd/pud versions > arm64/mmu: ignore debug_pagealloc for kernel segments > arm64/mmu: add contiguous bit to sanity bug check > arm64/mmu: replace 'page_mappings_only' parameter with flags argument > arm64/mm: remove pointless map/unmap sequences when creating page > tables > arm64: mm: set the contiguous bit for kernel mappings where > appropriate Queued for 4.12. Thanks. -- Catalin