Re: [PATCH v2] x86_64: push user's VM_MAX_ADDRESS

2023-05-21 Thread Samuel Thibault
Applied, thanks! Luca Dariz, le dim. 21 mai 2023 22:45:24 +0200, a ecrit: > * i386/include/mach/i386/vm_param.h: check for both KERNEL and USER32 > to differentiate between user/kernel on x86_64, and push the upper > limit of user address space to 128 TB. > --- > i386/include/mach/i386/vm_par

[PATCH v2] x86_64: push user's VM_MAX_ADDRESS

2023-05-21 Thread Luca Dariz
* i386/include/mach/i386/vm_param.h: check for both KERNEL and USER32 to differentiate between user/kernel on x86_64, and push the upper limit of user address space to 128 TB. --- i386/include/mach/i386/vm_param.h | 24 1 file changed, 16 insertions(+), 8 deletions(-)