]> git.baikalelectronics.ru Git - kernel.git/commit
pstore: Map PSTORE_TYPE_* to strings
authorJoel Fernandes (Google) <joel@joelfernandes.org>
Sat, 3 Nov 2018 23:38:16 +0000 (16:38 -0700)
committerKees Cook <keescook@chromium.org>
Tue, 4 Dec 2018 00:52:35 +0000 (16:52 -0800)
commit96f04c29138d790287a677122d3126667c7b98a4
tree076e7a3a11b3112838dabc039a8bc6fa65eec6bc
parent4d81ba85b93e755e346926bfe618a488cdbeec64
pstore: Map PSTORE_TYPE_* to strings

In later patches we will need to map types to names, so create a
constant table for that which can also be used in different parts of
old and new code. This saves the type in the PRZ which will be useful
in later patches.

Instead of having an explicit PSTORE_TYPE_UNKNOWN, just use ..._MAX.

This includes removing the now redundant filename templates which can use
a single format string. Also, there's no reason to limit the "is it still
compressed?" test to only PSTORE_TYPE_DMESG when building the pstorefs
filename. Records are zero-initialized, so a backend would need to have
explicitly set compressed=1.

Signed-off-by: Joel Fernandes (Google) <joel@joelfernandes.org>
Co-developed-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Kees Cook <keescook@chromium.org>
drivers/acpi/apei/erst.c
fs/pstore/inode.c
fs/pstore/platform.c
fs/pstore/ram.c
include/linux/pstore.h
include/linux/pstore_ram.h