Re: [PATCH v5 0/3] openrisc: Add cacheinfo support and introduce new utility functions

2025-04-04 Thread Stafford Horne
Thanks for the respin. I will take this version and put it in linux next to see if any issues come up. -Stafford On Sat, Mar 29, 2025 at 03:16:19PM +0530, Sahil Siddiq wrote: > Hi, > > The main purpose of this series is to expose CPU cache attributes for > OpenRISC in sysfs using the cacheinfo

Re: [PATCH v5 0/3] openrisc: Add cacheinfo support and introduce new utility functions

2025-03-29 Thread Sahil Siddiq
Hi, On 3/29/25 3:42 PM, Stafford Horne wrote: Thanks for the respin. I will take this version and put it in linux next to see if any issues come up. -Stafford Sounds good. Let me know if any more changes are required. On Sat, Mar 29, 2025 at 03:16:19PM +0530, Sahil Siddiq wrote: Hi, The

[PATCH v5 0/3] openrisc: Add cacheinfo support and introduce new utility functions

2025-03-29 Thread Sahil Siddiq
Hi, The main purpose of this series is to expose CPU cache attributes for OpenRISC in sysfs using the cacheinfo API. The core implementation to achieve this is in patch #3. Patch #1 and #2 add certain enhancements to simplify the implementation of cacheinfo support. Patch #1 removes duplication o