[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)
committerCosmin Tanislav <demonsingur@gmail.com>
Mon, 22 Apr 2024 17:23:33 +0000 (20:23 +0300)
commit53034ada759959af403d78bc743667cf2fcf9630
treee9faf82e1b5c13e2dd53e216f4b24a07b8086641
parente43d96ea51f3ebb4ca2b2cb9fd484e6b02b2210d
[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