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-676-geff4f747


From: Samuel Thibault
Subject: [SCM] GNU Mach branch, master, updated. v1.8-676-geff4f747
Date: Wed, 9 Aug 2023 17:59:38 -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  eff4f7477b38b5b794ce1ede7766af1dcb6f8fde (commit)
      from  486fba5505fc0c579321fd8cc125bac8058d197f (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 eff4f7477b38b5b794ce1ede7766af1dcb6f8fde
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Wed Aug 9 23:55:34 2023 +0200

    Fix missing DMA32 limit
    
    Rumpdisk needs to allocate dma32 memory areas, so we do always need this
    limit.
    
    The non-Xen x86_64 case had a typo, and the 32bit PAE case didn't have
    the DMA32 limit.
    
    Also, we have to cope with VM_PAGE_DMA32_LIMIT being either above or below
    VM_PAGE_DIRECTMAP_LIMIT depending on the cases.

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

Summary of changes:
 i386/i386/vm_param.h  |  8 +++++---
 i386/i386at/biosmem.c | 19 +++++++++++++++++++
 vm/vm_user.c          |  8 ++++++++
 3 files changed, 32 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
GNU Mach



reply via email to

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