[ERD][NEUS7920-76] [COMMON] lib: dss: support to output notifier call functions
authorHosung Kim <hosung0.kim@samsung.com>
Wed, 11 Jul 2018 06:31:00 +0000 (15:31 +0900)
committerKim Gunho <gunho.kim@samsung.com>
Fri, 30 Aug 2019 07:58:56 +0000 (16:58 +0900)
commit0b1ac11fcb2bd0da07ef4c71a768fcbb82ba8359
tree3f50ab78558ccaec23593078fefdf60c117d289e
parent2040df5f20241e28c8186b5df1f3dfb98dafd0a2
[ERD][NEUS7920-76] [COMMON] lib: dss: support to output notifier call functions

On reboot/panic/occuring itmon, notifier call adding from device
function breaks system sometime.
This commit prevents such a situation to output reboot/panic notifier
like following.

debug-snapshot: panic_notifier_list -> hung_task_panic call +
debug-snapshot: panic_notifier_list -> hung_task_panic call -
debug-snapshot: panic_notifier_list -> exynos_cs_panic_handler call +
debug-snapshot: panic_notifier_list -> exynos_cs_panic_handler call -

Change-Id: Iec9bc3afe77a928a12d1138acd42bf02e3706bb4
Signed-off-by: Hosung Kim <hosung0.kim@samsung.com>
drivers/soc/samsung/debug/exynos9610-itmon.c
include/linux/debug-snapshot.h
kernel/notifier.c
kernel/reboot.c
lib/debug-snapshot-log.c