projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f07476
)
Revert "module: Add retpoline tag to VERMAGIC"
author
Greg Kroah-Hartman
<
[email protected]
>
Wed, 24 Jan 2018 14:28:17 +0000
(15:28 +0100)
committer
Linus Torvalds
<
[email protected]
>
Wed, 24 Jan 2018 17:00:05 +0000
(09:00 -0800)
This reverts commit
6cfb521ac0d5b97470883ff9b7facae264b7ab12
.
Turns out distros do not want to make retpoline as part of their "ABI",
so this patch should not have been merged. Sorry Andi, this was my
fault, I suggested it when your original patch was the "correct" way of
doing this instead.
Reported-by: Jiri Kosina <
[email protected]
>
Fixes: 6cfb521ac0d5 ("module: Add retpoline tag to VERMAGIC")
Acked-by: Andi Kleen <
[email protected]
>
Cc: Thomas Gleixner <
[email protected]
>
Cc: David Woodhouse <
[email protected]
>
Cc:
[email protected]
Cc:
[email protected]
Cc:
[email protected]
Cc: stable <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
include/linux/vermagic.h
patch
|
blob
|
history
diff --git
a/include/linux/vermagic.h
b/include/linux/vermagic.h
index 853291714ae0b9a11682c87815efe0abc2ce2377..bae807eb2933f9391d42c3d0dd73d98928b91a98 100644
(file)
--- a/
include/linux/vermagic.h
+++ b/
include/linux/vermagic.h
@@
-31,17
+31,11
@@
#else
#define MODULE_RANDSTRUCT_PLUGIN
#endif
-#ifdef RETPOLINE
-#define MODULE_VERMAGIC_RETPOLINE "retpoline "
-#else
-#define MODULE_VERMAGIC_RETPOLINE ""
-#endif
#define VERMAGIC_STRING \
UTS_RELEASE " " \
MODULE_VERMAGIC_SMP MODULE_VERMAGIC_PREEMPT \
MODULE_VERMAGIC_MODULE_UNLOAD MODULE_VERMAGIC_MODVERSIONS \
MODULE_ARCH_VERMAGIC \
- MODULE_RANDSTRUCT_PLUGIN \
- MODULE_VERMAGIC_RETPOLINE
+ MODULE_RANDSTRUCT_PLUGIN