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 0858a1817f58a002945c4c58fea196f2b14ba460 (commit)
from f22235e8d190cb6467aa755dc83bf85e7e95af04 (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 0858a1817f58a002945c4c58fea196f2b14ba460
Author: Samuel Thibault <[email protected]>
Date: Mon Aug 14 01:03:30 2023 +0200
x86_64: Fix memory leak on pmap destruction
We do need to go through the whole page table, to release the pdpt-s and
pdet-s that map the kernel. Only the ptpt-s that map the kernel are shared
between tasks.
-----------------------------------------------------------------------
Summary of changes:
i386/intel/pmap.c | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
hooks/post-receive
--
GNU Mach