I am debugging in issue in the Linux kernel using the crash utility to inspect a kernel crash core. But when I try to inspect contents of a particular instance of struct r5conf, crash tells me it does not know that struct or its layout.
crash> struct r5conf
struct: invalid data structure reference: r5conf
So, how do I tell crash about the layout of this structure?