ghibo

Results 2 issues of ghibo

Hi. while trying uksm on a 5.0.x kernel, and while doing some intensive I/O on a high loaded host I noticed that sometimes in kernel logs I obtain the following...

When compiling with -Wformat it arises in drivers/hid/ipts/cmd.c and drivers/hid/ipts/mei.c some warning about wrong printf format, where a %ld is used for a size_t type, instead of a %zu. Here...