commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Mach branch, master, updated. v1.8-721-gbefadb5a


From: Samuel Thibault
Subject: [SCM] GNU Mach branch, master, updated. v1.8-721-gbefadb5a
Date: Mon, 14 Aug 2023 16:48:00 -0400 (EDT)

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  befadb5a31a013a95802478d45707f49043a773c (commit)
       via  160f9286fd8b6e358244e2642c3068c9484d82d0 (commit)
       via  0c33f0461f466754b47797f6f860c70520a8ccbb (commit)
       via  5de6c7117d078528e506c7a7030ad6d6005111bd (commit)
       via  399e0622ed0dc30a8803a0fcf2dcdb66a509e891 (commit)
      from  28c51f7f60281bf3acbefd47e8233ae40de1e463 (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 befadb5a31a013a95802478d45707f49043a773c
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Mon Aug 14 22:08:10 2023 +0200

    pmap+slab: Add more smoketests
    
    Checking the range of addresses for operations on the kernel_pmap is
    quite cheap, and allows to catch oddities quite early enough.

commit 160f9286fd8b6e358244e2642c3068c9484d82d0
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Mon Aug 14 22:05:39 2023 +0200

    pmap: Fix mayhem when releasing near the end of virtual memory
    
    l is used to skip over the area mapped by a whole pde. It was clipped to
    e, but if e is already near the end of virtual memory, l will
    wrap-around to 0, and mayhem entails.

commit 0c33f0461f466754b47797f6f860c70520a8ccbb
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Mon Aug 14 16:43:52 2023 +0200

    pmap: Add MAPWINDOW_SIZE macro

commit 5de6c7117d078528e506c7a7030ad6d6005111bd
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Mon Aug 14 16:22:27 2023 +0200

    pmap: reserve last virtual page
    
    So as to catch trying to dereference -1

commit 399e0622ed0dc30a8803a0fcf2dcdb66a509e891
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Mon Aug 14 16:21:52 2023 +0200

    pmap: Add more debugging information when getting a null pv_list

-----------------------------------------------------------------------

Summary of changes:
 i386/intel/pmap.c | 27 ++++++++++++++++-----------
 kern/slab.c       |  3 +++
 2 files changed, 19 insertions(+), 11 deletions(-)


hooks/post-receive
-- 
GNU Mach



reply via email to

[Prev in Thread] Current Thread [Next in Thread]