Re: [PATCH 6.18 000/188] 6.18.32-rc1 review

From: Nathan Chancellor

Date: Sun May 17 2026 - 00:37:27 EST


On Sat, May 16, 2026 at 12:11:56PM +0200, Greg KH wrote:
> 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@xxxxxxxxxxxxxxxxxxx> 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@xxxxxxxxxx>
> >
> > 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?

Indeed. Does not look like anyone has sent a patch yet so I will send
one shortly since this is breaking i386_defconfig in my tests since
-Werror is enabled by default there.

--
Cheers,
Nathan