projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
112ca94
)
LoongArch: Rename GCC_PLUGIN_STACKLEAK to KSTACK_ERASE
author
Huacai Chen
<chenhuacai@loongson.cn>
Wed, 20 Aug 2025 14:23:44 +0000
(22:23 +0800)
committer
Huacai Chen
<chenhuacai@loongson.cn>
Wed, 20 Aug 2025 14:23:44 +0000
(22:23 +0800)
Commit
57fbad15c2eee772
("stackleak: Rename STACKLEAK to KSTACK_ERASE")
misses the stackframe.h part for LoongArch, so fix it.
Fixes:
57fbad15c2eee772
("stackleak: Rename STACKLEAK to KSTACK_ERASE")
Signed-off-by: Huacai Chen <chenhuacai@loongson.cn>
arch/loongarch/include/asm/stackframe.h
patch
|
blob
|
history
diff --git
a/arch/loongarch/include/asm/stackframe.h
b/arch/loongarch/include/asm/stackframe.h
index
3eda298
..
5cb568a
100644
(file)
--- a/
arch/loongarch/include/asm/stackframe.h
+++ b/
arch/loongarch/include/asm/stackframe.h
@@
-58,7
+58,7
@@
.endm
.macro STACKLEAK_ERASE
-#ifdef CONFIG_
GCC_PLUGIN_STACKLEAK
+#ifdef CONFIG_
KSTACK_ERASE
bl stackleak_erase_on_task_stack
#endif
.endm