Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
alpine
aports
Commits
e05f1930
Commit
e05f1930
authored
Feb 14, 2017
by
Natanael Copa
Browse files
main/linux-grsec: fix build on x86
parent
baa25bc4
Changes
2
Hide whitespace changes
Inline
Side-by-side
main/linux-grsec/APKBUILD
View file @
e05f1930
...
...
@@ -18,6 +18,7 @@ install=
source
=
"https://kernel.org/pub/linux/kernel/v4.x/linux-
$_kernver
.tar.xz
https://kernel.org/pub/linux/kernel/v4.x/patch-
$pkgver
.xz
http://dev.alpinelinux.org/~ncopa/grsec/grsecurity-3.1-4.9.9-201702122044.patch
pax-cmpxchg8b_emu.patch
config-grsec.x86
config-grsec.x86_64
config-grsec.armhf
...
...
main/linux-grsec/pax-cmpxchg8b_emu.patch
0 → 100644
View file @
e05f1930
diff --git a/arch/x86/lib/cmpxchg8b_emu.S b/arch/x86/lib/cmpxchg8b_emu.S
index 34c859b..6793bf2 100644
--- a/arch/x86/lib/cmpxchg8b_emu.S
+++ b/arch/x86/lib/cmpxchg8b_emu.S
@@ -8,6 +8,7 @@
#include <linux/linkage.h>
#include <asm/export.h>
+#include <asm/alternative-asm.h>
.text
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment