Re: [ibm-acpi-devel] [PATCH v2 15/18] ACPI: platform_profile: Remove platform_profile_handler from exported symbols

2025-01-14 Thread Rafael J. Wysocki via ibm-acpi-devel
On Tue, Jan 14, 2025 at 5:55 PM Ilpo Järvinen wrote: > > On Tue, 14 Jan 2025, Kurt Borja wrote: > > > In order to protect the platform_profile_handler from API consumers, > > allocate it in platform_profile_register() and modify it's signature > > accordingly. > > > > Remove the platform_profile_h

Re: [ibm-acpi-devel] [PATCH v2 00/18] Hide platform_profile_handler from consumers

2025-01-14 Thread Rafael J. Wysocki via ibm-acpi-devel
On Tue, Jan 14, 2025 at 4:38 PM Kurt Borja wrote: > > Hello, > > As suggested by Mario, I moved patch 15/18 to position 3/18. This indeed > simplified all diffs. Full reordering bellow. > > Series based on top of pdx86/for-next branch. > > ~ Kurt > --- > v1 -> v2: > > 01 -> 04 > 02 -> 05 > 03 -> 0