On 9/12/25 18:56, David Hildenbrand wrote: >> >> Changelog since the v2 of the RFC: >> - V2 available here : >> https://lore.kernel.org/all/[email protected]/ >> - Removed the .section as requested by David Hildenbrand. >> - Moved all kmemdump registration(when possible) to vmcoreinfo. >> - Because of this, some of the variables that I was registering had to be >> non-static >> so I had to modify this as per David Hildenbrand suggestion. >> - Fixed minor things in the Kinfo driver: one field was broken, fixed some >> compiler warnings, fixed the copyright and remove some useless includes. >> - Moved the whole kmemdump from drivers/debug into mm/ and Kconfigs into >> mm/Kconfig.debug >> and it's now available in kernel hacking, as per Randy Dunlap review >> - Reworked some of the Documentation as per review from Jon Corbet > > IIUC, it's now only printk.c where we do kmemdump-related magic, right? > Yes. The other places just have some changes such that I am able to gather the data inside vmcoreinfo. (remove static, add some function to get sizes)
- [RFC][PATCH v3 00/16] Introduce kmemdump Eugen Hristev
- [RFC][PATCH v3 15/16] kmemdump: Add Kinfo backend d... Eugen Hristev
- Re: [RFC][PATCH v3 15/16] kmemdump: Add Kinfo b... Alexey Klimov
- [RFC][PATCH v3 14/16] kernel/vmcoreinfo: Register k... Eugen Hristev
- [RFC][PATCH v3 05/16] kernel/vmcore_info: Register ... Eugen Hristev
- [RFC][PATCH v3 06/16] kmemdump: Introduce qcom-mini... Eugen Hristev
- [RFC][PATCH v3 12/16] printk: Register information ... Eugen Hristev
- [RFC][PATCH v3 03/16] kmemdump: Add coreimage ELF l... Eugen Hristev
- Re: [RFC][PATCH v3 00/16] Introduce kmemdump David Hildenbrand
- Re: [RFC][PATCH v3 00/16] Introduce kmemdump Eugen Hristev
- [RFC][PATCH v3 11/16] mm/swapfile: Have nr_swapfile... Eugen Hristev
- [RFC][PATCH v3 09/16] genirq/irqdesc: Have nr_irqs ... Eugen Hristev
- Re: [RFC][PATCH v3 09/16] genirq/irqdesc: Have ... Thomas Gleixner
- Re: [RFC][PATCH v3 09/16] genirq/irqdesc: H... Thomas Gleixner
- Re: [RFC][PATCH v3 09/16] genirq/irqdes... Eugen Hristev
- Re: [RFC][PATCH v3 09/16] genirq/i... David Hildenbrand
- Re: [RFC][PATCH v3 09/16] geni... Thomas Gleixner
- Re: [RFC][PATCH v3 09/16] ... Eugen Hristev
- Re: [RFC][PATCH v3 09/16] ... David Hildenbrand
- Re: [RFC][PATCH v3 09/16] ... Eugen Hristev
