> +Adding some pstore experts to bring this to their attention if this can > be followed and if they find it useful.
Depends on the capabilities of the pstore backend. Some of them (ERST, EFI variables) have tiny capacity (just a few kilobytes) so well suited for saving the tail of the console log, but if the user specified more than a couple of pages to be dumped using this mechanism, that would exceed the persistent store capacity. -Tony