OSDN Git Service

crash: add VMCOREINFO macro to define offset in a struct declared by typedef
authorJohn Ogness <john.ogness@linutronix.de>
Thu, 9 Jul 2020 13:23:41 +0000 (15:29 +0206)
committerPetr Mladek <pmladek@suse.com>
Fri, 10 Jul 2020 06:47:40 +0000 (08:47 +0200)
commit0d6f55403a47b317c0d9511a80545c19ab0ef52f
tree392fa710b7efde0c2cfa339c51c7d634a9df7ff9
parent625d3449788f85569096780592549d0340e9c0c7
crash: add VMCOREINFO macro to define offset in a struct declared by typedef

The existing macro VMCOREINFO_OFFSET() can't be used for structures
declared via typedef because "struct" is not part of type definition.

Create another macro for this purpose.

Signed-off-by: John Ogness <john.ogness@linutronix.de>
Reviewed-by: Petr Mladek <pmladek@suse.com>
Acked-by: Baoquan He <bhe@redhat.com>
Acked-by: Sergey Senozhatsky <sergey.senozhatsky@gmail.com>
Signed-off-by: Petr Mladek <pmladek@suse.com>
Link: https://lore.kernel.org/r/20200709132344.760-2-john.ogness@linutronix.de
include/linux/crash_core.h