[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAHk-=wiYLcax-5THGofwk-SAWYZ1RsP08b+rozXOm0wZRCE9UQ@mail.gmail.com>
Date: Tue, 5 Aug 2025 16:49:29 +0300
From: Linus Torvalds <torvalds@...ux-foundation.org>
To: David Hildenbrand <david@...hat.com>
Cc: Alex Williamson <alex.williamson@...hat.com>, "kvm@...r.kernel.org" <kvm@...r.kernel.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
"lizhe.67@...edance.com" <lizhe.67@...edance.com>, Jason Gunthorpe <jgg@...dia.com>
Subject: Re: [GIT PULL] VFIO updates for v6.17-rc1
On Tue, 5 Aug 2025 at 16:37, David Hildenbrand <david@...hat.com> wrote:
>
> Ordinary buddy allocations cannot exceed a memory section, but hugetlb and
> dax can with gigantic folios ... :(
Just turn that code off. Nobody sane cares.
It sounds like people have bent over backwards to fix the insane case
instead of saying "that's insane, let's not support it".
And yes, "that's insane" is actually fairly recent. It's not that long
ago that we made SPARSEMEM_VMEMMAP the mandatory option on x86-64. So
it was all sane in a historical context, but it's not sane any more.
But now it *is* the mandatory option both on x86 and arm64, so I
really think it's time to get rid of pointless pain points.
(I think powerpc still makes it an option to do sparsemem without
vmemmap, but it *is* an option there too)
Linus
Powered by blists - more mailing lists