mirror of
https://github.com/torvalds/linux.git
synced 2026-05-18 20:03:14 +02:00
Sparse complains:
arch/riscv/kernel/traps.c:213:6: warning: symbol 'shadow_stack' was not declared. Should it be static?
The variable is used in entry.S, so declare shadow_stack there
alongside SHADOW_OVERFLOW_STACK_SIZE.
Fixes:
|
||
|---|---|---|
| .. | ||
| asm | ||
| uapi/asm | ||