kernel-hacking: move SCHED_STACK_END_CHECK after DEBUG_STACK_USAGE
authorChangbin Du <changbin.du@gmail.com>
Sat, 7 Dec 2019 01:03:57 +0000 (17:03 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 7 Dec 2019 19:00:19 +0000 (11:00 -0800)
commitdc9b96387ec9b6d770dec6fcb3017afebc9e49d6
tree1734a15185c74d37800bc2cbd66d04d775a09063
parentf43a289df67153a169776f8ea0445bc3a57e7a83
kernel-hacking: move SCHED_STACK_END_CHECK after DEBUG_STACK_USAGE

They are both memory debug options to debug kernel stack issues.

Link: http://lkml.kernel.org/r/20190909144453.3520-7-changbin.du@gmail.com
Signed-off-by: Changbin Du <changbin.du@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Tested-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
lib/Kconfig.debug