linux/arch/csky/include/asm
Mao Han 2f78c73f78 csky: Initial stack protector support
This is a basic -fstack-protector support without per-task canary
switching. The protector will report something like when stack
corruption is detected:

It's tested with strcpy local array overflow in sys_kill and get:
stack-protector: Kernel stack is corrupted in: sys_kill+0x23c/0x23c

TODO:
 - Support task switch for different cannary

Signed-off-by: Mao Han <han_mao@c-sky.com>
Signed-off-by: Guo Ren <guoren@linux.alibaba.com>
2020-02-21 15:43:24 +08:00
..
addrspace.h
asid.h
atomic.h
barrier.h
bitops.h
bug.h
cache.h
cacheflush.h
checksum.h
cmpxchg.h
elf.h
fixmap.h csky: MMU and page table management 2018-10-25 23:36:19 +08:00
ftrace.h
highmem.h
io.h
irqflags.h
Kbuild asm-generic: Make dma-contiguous.h a mandatory include/asm header 2020-02-04 11:38:59 +01:00
mmu.h
mmu_context.h
page.h
perf_event.h
pgalloc.h
pgtable.h
processor.h
ptrace.h
reg_ops.h
segment.h
shmparam.h
smp.h
spinlock.h
spinlock_types.h
stackprotector.h csky: Initial stack protector support 2020-02-21 15:43:24 +08:00
string.h
switch_to.h
syscall.h
syscalls.h
thread_info.h
tlb.h
tlbflush.h
traps.h
uaccess.h
unistd.h
vdso.h
vmalloc.h