summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2013-08-20 14:55:04 -0400
committerAnthony G. Basile <blueness@gentoo.org>2013-08-20 14:55:04 -0400
commite59062dedebd6eb519e43a8a15601af8e933cb9b (patch)
tree5722ba7bd74bd0f2c34efd022880944ec608f6ee
parentGrsec/PaX: 2.9.1-{3.2.50.3.10.7}-201308182203 (diff)
downloadhardened-patchset-e59062dedebd6eb519e43a8a15601af8e933cb9b.tar.gz
hardened-patchset-e59062dedebd6eb519e43a8a15601af8e933cb9b.tar.bz2
hardened-patchset-e59062dedebd6eb519e43a8a15601af8e933cb9b.zip
Grsec/PaX: 2.9.1-3.10.7-20130819221120130819
-rw-r--r--3.10.7/0000_README2
-rw-r--r--3.10.7/4420_grsecurity-2.9.1-3.10.7-201308192211.patch (renamed from 3.10.7/4420_grsecurity-2.9.1-3.10.7-201308182203.patch)7
2 files changed, 3 insertions, 6 deletions
diff --git a/3.10.7/0000_README b/3.10.7/0000_README
index 9ec844e..e8ef030 100644
--- a/3.10.7/0000_README
+++ b/3.10.7/0000_README
@@ -2,7 +2,7 @@ README
-----------------------------------------------------------------------------
Individual Patch Descriptions:
-----------------------------------------------------------------------------
-Patch: 4420_grsecurity-2.9.1-3.10.7-201308182203.patch
+Patch: 4420_grsecurity-2.9.1-3.10.7-201308192211.patch
From: http://www.grsecurity.net
Desc: hardened-sources base patch from upstream grsecurity
diff --git a/3.10.7/4420_grsecurity-2.9.1-3.10.7-201308182203.patch b/3.10.7/4420_grsecurity-2.9.1-3.10.7-201308192211.patch
index 18163ce..73ebf27 100644
--- a/3.10.7/4420_grsecurity-2.9.1-3.10.7-201308182203.patch
+++ b/3.10.7/4420_grsecurity-2.9.1-3.10.7-201308192211.patch
@@ -24540,7 +24540,7 @@ index 48d2b7d..90d328a 100644
.smp_prepare_cpus = native_smp_prepare_cpus,
.smp_cpus_done = native_smp_cpus_done,
diff --git a/arch/x86/kernel/smpboot.c b/arch/x86/kernel/smpboot.c
-index bfd348e..f0c1bf2 100644
+index bfd348e..914f323 100644
--- a/arch/x86/kernel/smpboot.c
+++ b/arch/x86/kernel/smpboot.c
@@ -251,14 +251,18 @@ notrace static void __cpuinit start_secondary(void *unused)
@@ -24593,7 +24593,7 @@ index bfd348e..f0c1bf2 100644
initial_code = (unsigned long)start_secondary;
stack_start = idle->thread.sp;
-@@ -908,6 +915,18 @@ int __cpuinit native_cpu_up(unsigned int cpu, struct task_struct *tidle)
+@@ -908,6 +915,15 @@ int __cpuinit native_cpu_up(unsigned int cpu, struct task_struct *tidle)
/* the FPU context is blank, nobody can own it */
__cpu_disable_lazy_restore(cpu);
@@ -24606,9 +24606,6 @@ index bfd348e..f0c1bf2 100644
+ KERNEL_PGD_PTRS);
+#endif
+
-+ /* the FPU context is blank, nobody can own it */
-+ __cpu_disable_lazy_restore(cpu);
-+
err = do_boot_cpu(apicid, cpu, tidle);
if (err) {
pr_debug("do_boot_cpu failed %d\n", err);