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 16e0cdef9ce952fa5f7980d19f113be027e88b27 (commit) via 20a62969991a91e110796836f75626b45d899ef9 (commit) from e493c4e8c54ece41bd24b209cfb9efc24254214b (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 16e0cdef9ce952fa5f7980d19f113be027e88b27 Author: Samuel Thibault <samuel.thiba...@ens-lyon.org> Date: Sun Dec 18 15:22:23 2022 +0100 libgcc_routines: Restore some symbols cef6d34aa026 ("Implement our own functions to convert between host and network values") dropped the glibc pieces from clib_routines, but missed moving all its gcc symbols into libgcc_routines. commit 20a62969991a91e110796836f75626b45d899ef9 Author: Samuel Thibault <samuel.thiba...@ens-lyon.org> Date: Sun Dec 18 15:17:32 2022 +0100 vm_page_evict: avoid crashing It seems we hit he "unable to recycle any page" even when there is no memory pressure, probably just because the pageout thread somehow to kicked but there's nothing to page out left. ----------------------------------------------------------------------- Summary of changes: Makefile.am | 2 +- vm/vm_page.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- GNU Mach