RE: [PATCH net] rtase: Fix kernel test robot issue

From: Justin Lai
Date: Mon Apr 14 2025 - 23:58:32 EST


> On Mon, Apr 14, 2025 at 05:36:45PM +0800, Justin Lai wrote:
> > 1. Fix the compile error reported by the kernel test robot by modifying
> > the condition used to detect overflow in rtase_calc_time_mitigation.
> > 2. Fix the compile warning reported by the kernel test robot by
> > increasing the size of ivec->name.
> > 3. Fix a type error in min_t.
>
> Looks like three patches should be used, not one. You can then include
> the details of what the test robot reported making it easier to
> understand each fix.
>
>
> Andrew
>
> ---
> pw-bot: cr

Hi Andrew,

Thank you for your response. I will split this patch into three
separate patches and include the detailed report from the kernel
test robot.

Thanks,
Justin