Re: [PATCH v4 0/2] mm: Better handling of adding new regions

2023-01-17 Thread Daniel Kiper
On Sat, Jan 14, 2023 at 09:23:21PM +0800, Zhang Boyang wrote: > Hi, > > This is the V4 patchset. > > V3 is at: > https://lists.gnu.org/archive/html/grub-devel/2022-12/msg00271.html > > V2 is at: > https://lists.gnu.org/archive/html/grub-devel/2022-12/msg00164.html > > V1 is at: > https://lists.gnu.

[PATCH v4 0/2] mm: Better handling of adding new regions

2023-01-14 Thread Zhang Boyang
Hi, This is the V4 patchset. V3 is at: https://lists.gnu.org/archive/html/grub-devel/2022-12/msg00271.html V2 is at: https://lists.gnu.org/archive/html/grub-devel/2022-12/msg00164.html V1 is at: https://lists.gnu.org/archive/html/grub-devel/2022-11/msg00147.html For changes in V3->V4, please s

[PATCH v4 0/2] mm: Better handling of adding new regions

2022-10-15 Thread Zhang Boyang
Hi, Changes in V3 -> V4: * [PATCH v4 1/2] mm: Try invalidate disk caches last when out of memory Added "Reviewed-by" tags. * [PATCH v4 2/2] mm: Better handling of adding new regions Made this patch standalone. Moved (and renamed back) new constants to "mm_private.h" from "mm.h". Document