]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/fadump: when fadump is supported register the fadump sysfs files.
authorMichal Suchanek <msuchanek@suse.de>
Thu, 7 Nov 2019 16:47:57 +0000 (17:47 +0100)
committerMichael Ellerman <mpe@ellerman.id.au>
Wed, 13 Nov 2019 05:58:11 +0000 (16:58 +1100)
commit8a3e2bc3350143d9ec76d0de4a441c147c85bf2d
treee0e5197d1e0802d3bee925d9f3154f5044076736
parent55eb8e8e7b433c2dc76ff7be8e593cdb177f45b2
powerpc/fadump: when fadump is supported register the fadump sysfs files.

Currently it is not possible to distinguish the case when fadump is
supported by firmware and disabled in kernel and completely unsupported
using the kernel sysfs interface. User can investigate the devicetree
but it is more reasonable to provide sysfs files in case we get some
fadumpv2 in the future.

With this patch sysfs files are available whenever fadump is supported
by firmware.

There is duplicate message about lack of support by firmware in
fadump_reserve_mem and setup_fadump. Remove the duplicate message in
setup_fadump.

Signed-off-by: Michal Suchanek <msuchanek@suse.de>
Reviewed-by: Hari Bathini <hbathini@linux.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20191107164757.15140-1-msuchanek@suse.de
arch/powerpc/kernel/fadump.c