Re: [PATCH] sched/autogroup: Improve readability and performance

From: Vincent Guittot
Date: Tue Jul 09 2024 - 09:47:23 EST


Hi Parker,

You should have a look at the process for submitting patches:
https://www.kernel.org/doc/html/v4.17/process/submitting-patches.html#no-mime-no-links-no-compression-no-attachments-just-plain-text

Thanks,
Vincent

On Sun, 7 Jul 2024 at 00:21, Parker Stafford
<parkerstafforddev@xxxxxxxxx> wrote:
>
> Hello,
>
> This patch improves the readability and performance of the autogroup scheduling code. The changes include:
>
> - Added detailed comments for better understanding.
> - Optimized locking mechanisms to minimize contention.
> - Improved error handling and provided more informative error messages.
> - Avoided unnecessary memory allocations and deallocations.
>
> The patch has been tested and shown to work as expected. Signed-off-by: Parker Stafford parkerstafforddev@xxxxxxxxx