- whinge-in-paging_init-if-noexec-is-on-with-a-non-pae-kernel.patch removed from -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled
     Whinge in paging_init if noexec is on with a non-PAE kernel
has been removed from the -mm tree.  Its filename was
     whinge-in-paging_init-if-noexec-is-on-with-a-non-pae-kernel.patch

This patch was dropped because it is obsolete

------------------------------------------------------
Subject: Whinge in paging_init if noexec is on with a non-PAE kernel
From: Kyle McMartin <kyle@xxxxxxxxxx>

Signed-off-by: Kyle McMartin <kyle@xxxxxxxxxxxxx>
Cc: Andi Kleen <ak@xxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxx>
---

 arch/i386/mm/init.c |    3 +++
 1 files changed, 3 insertions(+)

diff -puN arch/i386/mm/init.c~whinge-in-paging_init-if-noexec-is-on-with-a-non-pae-kernel arch/i386/mm/init.c
--- a/arch/i386/mm/init.c~whinge-in-paging_init-if-noexec-is-on-with-a-non-pae-kernel
+++ a/arch/i386/mm/init.c
@@ -512,6 +512,9 @@ void __init paging_init(void)
 	set_nx();
 	if (nx_enabled)
 		printk("NX (Execute Disable) protection: active\n");
+#else
+	if (!disable_nx)
+		printk("NX (Execute Disable) only supported with CONFIG_HIGHMEM64G\n");
 #endif
 
 	pagetable_init();
_

Patches currently in -mm which might be from kyle@xxxxxxxxxx are

whinge-in-paging_init-if-noexec-is-on-with-a-non-pae-kernel.patch

-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux