On Sat, Sep 13, 2025 at 12:24:42PM -0700, Alok Tiwari wrote: > The sysfs attributes out_read_index and out_write_index in > vmbus_drv.c currently use %d to print outbound.current_read_index > and outbound.current_write_index. > > These fields are u32 values, so printing them with %d (signed) is > not logically correct. Update the format specifier to %u to > correctly match their type. > > No functional change, only fixes the sysfs output format. > > Signed-off-by: Alok Tiwari <[email protected]>
Applied this and patch 3. The second patch is dropped in favor of the v2 you sent out later. Wei
