Re: [PATCH v4 0/6] arch_topology: Build cacheinfo from primary CPU

From: Sudeep Holla
Date: Wed Jan 18 2023 - 07:36:57 EST


On Wed, 4 Jan 2023 19:30:23 +0100, Pierre Gondois wrote:
> v2:
> - Applied renaming/formatting comments from v1.
> - Check CACHE_TYPE_VALID flag in pppt.c.
> v3:
> - Applied Sudeep's suggestions (for patch 5/5):
> - Renaming allocate_cache_info() -> fecth_cache_info()
> - Updated error message
> - Extract an inline allocate_cache_info() function
> - Re-run checkpatch with --strict option
> v4:
> - Remove RISC-V's implementation of init_cache_level() as not
> necessary.
> - Add patch: 'cacheinfo: Check 'cache-unified' property to count
> cache leaves' to increase the number of leaves at a cache level
> when no cache-size property is found.
> - In cacheinfo: Use RISC-V's init_cache_level() [...],
> make 'levels', 'leaves' and 'level' unsigned int to match
> of_property_read_u32()'s parameters signedness.
>
> [...]

Applied to sudeep.holla/linux (for-next/cacheinfo), thanks!

[1/6] cacheinfo: Use RISC-V's init_cache_level() as generic OF implementation
https://git.kernel.org/sudeep.holla/c/c3719bd9eeb2
[2/6] cacheinfo: Return error code in init_of_cache_level()
https://git.kernel.org/sudeep.holla/c/8844c3df001b
[3/6] cacheinfo: Check 'cache-unified' property to count cache leaves
https://git.kernel.org/sudeep.holla/c/de0df442ee49
[4/6] ACPI: PPTT: Remove acpi_find_cache_levels()
https://git.kernel.org/sudeep.holla/c/fa4d566a605b
[5/6] ACPI: PPTT: Update acpi_find_last_cache_level() to acpi_get_cache_info()
https://git.kernel.org/sudeep.holla/c/bd500361a937
[6/6] arch_topology: Build cacheinfo from primary CPU
https://git.kernel.org/sudeep.holla/c/5944ce092b97

--
Regards,
Sudeep