> The access of the ikconfig data is really nothing much more
> than a typical memory read, although it does have to be
> uncompressed.
>
> But, think about it, when running against a compressed
> diskump or compressed kdump dumpfile, every memory access
> has to be uncompressed.
>
> Let me review/test your patch #1, and I'll get back to you
> with my results.
Hello Toshi,
I made a couple fixes to your patch -- get_kernel_config() always failed
because the "return ret" below always gets executed, returning IKCFG_N,
and the second test for IKCONFIG_LOADED is missing the parentheses: