Re: [RFC v2 8/9] sysfs: Add cpu_avoid file

From: Greg KH
Date: Tue Jul 01 2025 - 05:36:12 EST


On Thu, Jun 26, 2025 at 12:41:07AM +0530, Shrikanth Hegde wrote:
> Add a sysfs file called "avoid" which prints the current CPUs
> makred as avoid.
>
> This could be used by userspace components or tools such as irqbalance.
>
> /sys/devices/system/cpu # cat avoid
> 70-479

You forgot to document the new sysfs file in Documentation/ABI/ :(

Also, you have trailing whitespace in your changelog here, was that
intentional?

thanks,

greg k-h