On Tue, Aug 12, 2025 at 10:00 PM Danilo Krummrich <d...@kernel.org> wrote: > > I don't think so, it just lead to pad to the alignment for Vmalloc too. > > Technically, this makes no difference, since Vmalloc is always PAGE_SIZE > aligned > and the size always a multiple of PAGE_SIZE.
Got it, thanks for the quick reply! Then I guess we could have skipped the Fixes in this one, but it is not a big deal and as usual it depends on how one defines "fix". Cheers, Miguel