summaryrefslogtreecommitdiffstats
path: root/main/linux-grsec/sync-core.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-09-06 13:55:42 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-09-06 13:56:50 +0000
commit5e9719ef95d3c0d3b66d17d185322aa870afa577 (patch)
tree22fef3fd5967dafd9a2fee735b006935a4a746dc /main/linux-grsec/sync-core.patch
parente711edaa7d6ddd349375e33d8af56320d379e47d (diff)
downloadaports-5e9719ef95d3c0d3b66d17d185322aa870afa577.tar.bz2
aports-5e9719ef95d3c0d3b66d17d185322aa870afa577.tar.xz
main/linux-grsec: upgrade to grsecurity-2.2.0-2.6.32.21-201009032133
Diffstat (limited to 'main/linux-grsec/sync-core.patch')
-rw-r--r--main/linux-grsec/sync-core.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/main/linux-grsec/sync-core.patch b/main/linux-grsec/sync-core.patch
deleted file mode 100644
index 792398304..000000000
--- a/main/linux-grsec/sync-core.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- ./arch/x86/kernel/alternative.c.orig
-+++ ./arch/x86/kernel/alternative.c
-@@ -500,9 +500,9 @@
-
- pax_open_kernel();
- memcpy(ktla_ktva(addr), opcode, len);
-+ sync_core();
- pax_close_kernel();
-
-- sync_core();
- local_irq_restore(flags);
- /* Could also do a CLFLUSH here to speed up CPU recovery; but
- that causes hangs on some VIA CPUs. */