aboutsummaryrefslogtreecommitdiffstats
path: root/main/linux-grsec/sync-core.patch
diff options
context:
space:
mode:
authorAndrew Manison <amanison@anselsystems.com>2010-09-12 02:18:41 +0000
committerAndrew Manison <amanison@anselsystems.com>2010-09-12 02:18:41 +0000
commita393c08b863fd1f27ab3886eba0a0a6955c32bcc (patch)
tree9f61b3aab5acdf7c22ff70fb5b152ea83cf7205c /main/linux-grsec/sync-core.patch
parent8c642cce9d87fb03f46d9ac3e57fb520cd586cff (diff)
parentc30b6f0f06644e7636d8f36a542df63e8e1fbb42 (diff)
downloadaports-a393c08b863fd1f27ab3886eba0a0a6955c32bcc.tar.bz2
aports-a393c08b863fd1f27ab3886eba0a0a6955c32bcc.tar.xz
Merge remote branch 'alpine/master'
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 7923983042..0000000000
--- 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. */