On Thu, Mar 28, 2024, at 23:04, Justin Stitt wrote: > On Thu, Mar 28, 2024 at 7:32 AM Arnd Bergmann <arnd@xxxxxxxxxx> wrote: >> >> From: Arnd Bergmann <arnd@xxxxxxxx> >> >> clang-14 points out that v_size is always smaller than a 64KB >> page size if that is configured by the CPU architecture: > > Is this only with clang-14? No, it should be every version since then. I checked my randconfig tree and found that I originally committed this patch in September 2021 when I was first testing prerelease clang-14 builds. I sent a couple of fixes for this class of warnings then, but for some reason not this one. Arnd