Re: [PATCH 06/14] adjust range when changing memory pageabilityg

2024-01-06 Thread Luca Dariz
Il 29/12/23 15:06, Samuel Thibault ha scritto: Luca Dariz, le jeu. 28 déc. 2023 20:42:53 +0100, a ecrit: * vm/vm_map.c: if the start address is not in the map, try to find the nearest entry instead of failing. This caused the initial vm_wire_all(host, task VM_WIRE_ALL) in glibc startup to fa

Re: [PATCH 06/14] adjust range when changing memory pageabilityg

2023-12-29 Thread Samuel Thibault
Luca Dariz, le jeu. 28 déc. 2023 20:42:53 +0100, a ecrit: > * vm/vm_map.c: if the start address is not in the map, try to find the > nearest entry instead of failing. > > This caused the initial vm_wire_all(host, task VM_WIRE_ALL) in glibc > startup to fail with KERN_NO_SPACE. > --- > vm/vm_map