Re: [PATCH v3 0/5] page allocation tag compression

2024-10-15 Thread Suren Baghdasaryan
On Mon, Oct 14, 2024 at 6:48 PM Suren Baghdasaryan wrote: > > On Mon, Oct 14, 2024 at 4:32 PM Andrew Morton > wrote: > > > > On Mon, 14 Oct 2024 13:36:41 -0700 Suren Baghdasaryan > > wrote: > > > > > Patch #2 copies module tags into virtually contiguous memory which > > > serves two purposes:

Re: [PATCH v3 0/5] page allocation tag compression

2024-10-14 Thread Suren Baghdasaryan
On Mon, Oct 14, 2024 at 4:32 PM Andrew Morton wrote: > > On Mon, 14 Oct 2024 13:36:41 -0700 Suren Baghdasaryan > wrote: > > > Patch #2 copies module tags into virtually contiguous memory which > > serves two purposes: > > - Lets us deal with the situation when module is unloaded while there > >

Re: [PATCH v3 0/5] page allocation tag compression

2024-10-14 Thread Andrew Morton
On Mon, 14 Oct 2024 13:36:41 -0700 Suren Baghdasaryan wrote: > Patch #2 copies module tags into virtually contiguous memory which > serves two purposes: > - Lets us deal with the situation when module is unloaded while there > are still live allocations from that module. Since we are using a copy