This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "GNU Mach".
The branch, master has been updated via a14feb6ffadd6902ba09f23122beda08beb970ad (commit) from 0e53658a0c0444a28d7a1858b311d811b9018f60 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit a14feb6ffadd6902ba09f23122beda08beb970ad Author: Damien Zammit <dam...@zamaudio.com> Date: Sun Aug 21 06:58:54 2022 +0000 gnumach: vm_allocate_contiguous: Allow small power 2 alignments This allows contiguous allocations aligned to values smaller than one page, but still a power of 2, by forcing the alignment to be to the nearest page. This works because PAGE_SIZE is a power of two. Message-Id: <20220821065732.269573-1-dam...@zamaudio.com> ----------------------------------------------------------------------- Summary of changes: vm/vm_user.c | 4 ++++ 1 file changed, 4 insertions(+) hooks/post-receive -- GNU Mach