On Sat, May 16, 2026 at 04:04:30AM +0200, Miguel Ojeda wrote:
Via arm32 I see:
drivers/hid/hid-core.c:2050:29: error: format specifies type 'long' but the argument has type 'size_t' (aka 'unsigned int') [-Werror,-Wformat] 2049 | hid_warn_ratelimited(hid, "Event data for report %d is incorrect (%d vs %ld)\n", | ~~~ | %zu 2050 | report->id, csize, bsize); | ^~~~~It is also reproducible in mainline, though. Cc'ing a few folks...
Nathan's mainline fix (4d3a2a466b8d "HID: core: Fix size_t specifier in hid_report_raw_event()") has been queued for 6.18.y and 7.0.y.
-- Thanks, Sasha