Re: [PATCH] blk-iocost: fix seq_printf compile type mismatch error

From: Carlos Bilbao
Date: Mon Jul 31 2023 - 11:04:28 EST


On 7/21/23 20:14, Tejun Heo wrote:
On Fri, Jul 21, 2023 at 05:32:04PM -0500, Carlos Bilbao wrote:
On 7/17/23 9:18 AM, Carlos Bilbao wrote:
From: amd <amd@localhost.localdomain>

Fix two type mismatch errors encountered while compiling blk-iocost.c with
GCC version 13.1.1 that involved constant operator WEIGHT_ONE. Cast the
result of the division operation to (unsigned int) to match the expected
format specifier %u in two seq_printf invocations.

Reviewed-by: Carlos Bilbao <carlos.bilbao@xxxxxxx>
This should have been:

Signed-off-by: Carlos Bilbao <carlos.bilbao@xxxxxxx>

Carlos, can you please retest the current linus#master?


Yes, that version compiled successfully without changes in my compiler. The
kernel that gave me said error was a custom v6.1.0-rc4 (Obtained from:
https://github.com/coconut-svsm/linux/tree/svsm-host)

Thanks.


Thanks,
Carlos