* Re: [PATCH 6.18 000/188] 6.18.32-rc1 review [not found] <20260515154657.309489048@linuxfoundation.org> @ 2026-05-16 2:04 ` Miguel Ojeda 2026-05-16 10:11 ` Greg KH 0 siblings, 1 reply; 2+ messages in thread From: Miguel Ojeda @ 2026-05-16 2:04 UTC (permalink / raw) To: gregkh Cc: achill, akpm, broonie, conor, f.fainelli, hargar, jonathanh, linux-kernel, linux, lkft-triage, patches, patches, pavel, rwarsow, shuah, sr, stable, sudipm.mukherjee, torvalds, Miguel Ojeda, Jiri Kosina, Benjamin Tissoires, linux-input, Johan Hovold, Nathan Chancellor On Fri, 15 May 2026 17:46:57 +0200 Greg Kroah-Hartman <gregkh@linuxfoundation.org> wrote: > > This is the start of the stable review cycle for the 6.18.32 release. > There are 188 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me know. > > Responses should be made by Sun, 17 May 2026 15:46:37 +0000. > Anything received after that time might be too late. Boot-tested under QEMU for Rust x86_64, arm64 and riscv64; built-tested for loongarch64: Tested-by: Miguel Ojeda <ojeda@kernel.org> 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... Cc: Jiri Kosina <jikos@kernel.org> Cc: Benjamin Tissoires <bentiss@kernel.org> Cc: linux-input@vger.kernel.org Cc: Johan Hovold <johan@kernel.org> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Cc: Nathan Chancellor <nathan@kernel.org> Thanks! Cheers, Miguel ^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH 6.18 000/188] 6.18.32-rc1 review 2026-05-16 2:04 ` [PATCH 6.18 000/188] 6.18.32-rc1 review Miguel Ojeda @ 2026-05-16 10:11 ` Greg KH 0 siblings, 0 replies; 2+ messages in thread From: Greg KH @ 2026-05-16 10:11 UTC (permalink / raw) To: Miguel Ojeda Cc: achill, akpm, broonie, conor, f.fainelli, hargar, jonathanh, linux-kernel, linux, lkft-triage, patches, patches, pavel, rwarsow, shuah, sr, stable, sudipm.mukherjee, torvalds, Jiri Kosina, Benjamin Tissoires, linux-input, Johan Hovold, Nathan Chancellor On Sat, May 16, 2026 at 04:04:30AM +0200, Miguel Ojeda wrote: > On Fri, 15 May 2026 17:46:57 +0200 Greg Kroah-Hartman <gregkh@linuxfoundation.org> wrote: > > > > This is the start of the stable review cycle for the 6.18.32 release. > > There are 188 patches in this series, all will be posted as a response > > to this one. If anyone has any issues with these being applied, please > > let me know. > > > > Responses should be made by Sun, 17 May 2026 15:46:37 +0000. > > Anything received after that time might be too late. > > Boot-tested under QEMU for Rust x86_64, arm64 and riscv64; built-tested > for loongarch64: > > Tested-by: Miguel Ojeda <ojeda@kernel.org> > > 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... bsize is size_t, so that should be %zu, right? thanks, greg k-h ^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-05-16 10:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20260515154657.309489048@linuxfoundation.org>
2026-05-16 2:04 ` [PATCH 6.18 000/188] 6.18.32-rc1 review Miguel Ojeda
2026-05-16 10:11 ` Greg KH
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox