On 9/16/25 18:25, Luck, Tony wrote: >> +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 The backend can fully decide what to select from all the regions. Some regions of interest are named (listed inside an enum with an ID), and some have an incremental ID that is being assigned. Either way, the backend can choose to ignore what is unwanted. E.g. patch 16/16 where the kinfo driver selects just a few of the regions which are of interest for Pixel debugging, the rest being ignored.
- Re: [RFC][PATCH v3 09/16] ge... Eugen Hristev
- Re: [RFC][PATCH v3 09/16] ge... David Hildenbrand
- Re: [RFC][PATCH v3 09/16] ge... Thomas Gleixner
- Re: [RFC][PATCH v3 09/16] ge... David Hildenbrand
- Re: [RFC][PATCH v3 09/16] ge... Thomas Gleixner
- Re: [RFC][PATCH v3 09/16] ge... Eugen Hristev
- Re: [RFC][PATCH v3 09/16] ge... Randy Dunlap
- [RFC][PATCH v3 08/16] init/version: Add banner_len to ... Eugen Hristev
- Re: [RFC][PATCH v3 00/16] Introduce kmemdump Mukesh Ojha
- RE: [RFC][PATCH v3 00/16] Introduce kmemdump Luck, Tony
- Re: [RFC][PATCH v3 00/16] Introduce kmemdump Eugen Hristev
- [RFC][PATCH v3 01/16] kmemdump: Introduce kmemdump Eugen Hristev
- [RFC][PATCH v3 02/16] Documentation: Add kmemdump Eugen Hristev
- [RFC][PATCH v3 10/16] panic: Have tainted_mask as non-... Eugen Hristev
- [RFC][PATCH v3 13/16] sched: Add sched_get_runqueues_a... Eugen Hristev
- [RFC][PATCH v3 04/16] Documentation: kmemdump: Add sec... Eugen Hristev
- [RFC][PATCH v3 07/16] soc: qcom: smem: Add minidump de... Eugen Hristev
- [RFC][PATCH v3 16/16] dt-bindings: Add Google Kinfo Eugen Hristev
- Re: [RFC][PATCH v3 16/16] dt-bindings: Add Google... Krzysztof Kozlowski