Re: [PATCH] mm/ptdump: Drop GENERIC_PTDUMP

2024-12-17 Thread Anshuman Khandual
On 12/17/24 13:17, Christophe Leroy wrote: > > > Le 17/12/2024 à 04:48, Anshuman Khandual a écrit : >> GENERIC_PTDUMP does not guard any code but instead just used for platform's >> subscription into core ptdump defined under PTDUMP_CORE, which is selected. >> Instead use PTDUMP_CORE for platf

Re: [PATCH] mm/ptdump: Drop GENERIC_PTDUMP

2024-12-16 Thread Christophe Leroy
Le 17/12/2024 à 04:48, Anshuman Khandual a écrit : GENERIC_PTDUMP does not guard any code but instead just used for platform's subscription into core ptdump defined under PTDUMP_CORE, which is selected. Instead use PTDUMP_CORE for platform subscription and drop GENERIC_PTDUMP. Cc: Catalin Mar

[PATCH] mm/ptdump: Drop GENERIC_PTDUMP

2024-12-16 Thread Anshuman Khandual
GENERIC_PTDUMP does not guard any code but instead just used for platform's subscription into core ptdump defined under PTDUMP_CORE, which is selected. Instead use PTDUMP_CORE for platform subscription and drop GENERIC_PTDUMP. Cc: Catalin Marinas Cc: Will Deacon Cc: Jonathan Corbet Cc: Marc Zyn