On Wed, Oct 23, 2024 at 1:08 PM Suren Baghdasaryan <sur...@google.com> wrote: > > The memory reserved for module tags does not need to be backed by > physical pages until there are tags to store there. Change the way > we reserve this memory to allocate only virtual area for the tags > and populate it with physical pages as needed when we load a module. > > Signed-off-by: Suren Baghdasaryan <sur...@google.com>
Reviewed-by: Pasha Tatashin <pasha.tatas...@soleen.com>