Re: [PATCH] sched/deadline: Use proc_douintvec_minmax() limit minimum value

From: Daniel Bristot de Oliveira
Date: Tue Jun 07 2022 - 03:55:40 EST


Hi Yajun

On 5/13/22 04:41, Yajun Deng wrote:
> proc_dointvec() is not applicable for unsigned integer, use
> proc_douintvec_minmax() limit minimum value.

I understand your patch, but your log message is somehow incomplete.

Could you expand on that, showing the problem using an example, and then how you
see it fixed?

Also, could you please add the Fixes: tag so this patch can land on stable trees?

-- Daniel