]> Git Repo - linux.git/commit
kasan: stackdepot: move filter_irq_stacks() to stackdepot.c
authorAlexander Potapenko <[email protected]>
Tue, 7 Apr 2020 03:10:22 +0000 (20:10 -0700)
committerLinus Torvalds <[email protected]>
Tue, 7 Apr 2020 17:43:43 +0000 (10:43 -0700)
commit505a0ef15f96c6c43ec719c9fc1833d98957bb39
tree1512aef90e0125c668045ea0e5db0fa3d74b1bca
parent7b65942fb2f0ac939be9c659bb889e78b399f84e
kasan: stackdepot: move filter_irq_stacks() to stackdepot.c

filter_irq_stacks() can be used by other tools (e.g.  KMSAN), so it needs
to be moved to a common location.  lib/stackdepot.c seems a good place, as
filter_irq_stacks() is usually applied to the output of
stack_trace_save().

This patch has been previously mailed as part of KMSAN RFC patch series.

[[email protected]: nds32: linker script: add SOFTIRQENTRY_TEXT\
Link: http://lkml.kernel.org/r/[email protected]
[[email protected]: add IRQENTRY_TEXT and SOFTIRQENTRY_TEXT to linker script]
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Alexander Potapenko <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Cc: Vegard Nossum <[email protected]>
Cc: Dmitry Vyukov <[email protected]>
Cc: Marco Elver <[email protected]>
Cc: Andrey Konovalov <[email protected]>
Cc: Andrey Ryabinin <[email protected]>
Cc: Arnd Bergmann <[email protected]>
Cc: Sergey Senozhatsky <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Linus Torvalds <[email protected]>
arch/ia64/kernel/vmlinux.lds.S
arch/nds32/kernel/vmlinux.lds.S
include/linux/stackdepot.h
lib/stackdepot.c
mm/kasan/common.c
This page took 0.055688 seconds and 4 git commands to generate.