Re: [PATCH 08/19] mm: Drop unused unloading of modules on OOM

2021-11-09 Thread Daniel Kiper
On Tue, Oct 12, 2021 at 06:29:57PM +1100, Daniel Axtens wrote: > From: Patrick Steinhardt > > In `grub_memalign ()`, there's a commented section which would allow for > unloading of unneeded modules in case where there is not enough free > memory available to satisfy a request. Given that this cod

[PATCH 08/19] mm: Drop unused unloading of modules on OOM

2021-10-12 Thread Daniel Axtens
From: Patrick Steinhardt In `grub_memalign ()`, there's a commented section which would allow for unloading of unneeded modules in case where there is not enough free memory available to satisfy a request. Given that this code is never compiled in, let's remove it together with `grub_dl_unload_un