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 57facae9c1b4799224ff7e41af167f791749d102 (commit) from 5a4cb53dab56faef505cef7f9c6da1a033b4fc2f (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 57facae9c1b4799224ff7e41af167f791749d102 Author: Samuel Thibault <samuel.thiba...@ens-lyon.org> Date: Tue Feb 4 22:16:44 2025 +0100 vm_page: Avoid trying to evict internal pages until defpager is up Otherwise we will get stuck inside vm_object_pager_create's call to vm_object_enter trying to reference it. This avoids getting stuck when there is no swap and we don't start a defpager. ----------------------------------------------------------------------- Summary of changes: vm/vm_page.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- GNU Mach