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-316-g230d772


From: Samuel Thibault
Subject: [SCM] GNU Mach branch, master, updated. v1.8-316-g230d772
Date: Sun, 28 Nov 2021 05:44:48 -0500 (EST)

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  230d7726ce55114c5c32c440c5928f104a085ba6 (commit)
       via  7bb961dfd808df26b9245c999b8cb4e897439019 (commit)
      from  bca8c004cec8971d48b8411b0592f5ee6fb57bf6 (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 230d7726ce55114c5c32c440c5928f104a085ba6
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Sun Nov 28 11:41:35 2021 +0100

    memmmap: Use biosmem_addr_available rather than vm_page_lookup_pa
    
    The segment code actually has vm_page entries for reserved pages, and
    thus memmmap would reject mapping ACPI pages. Taking the information
    from biosmem is much more precise, and indeed knows all hardware quirks
    which can now be dropped from memmmap.

commit 7bb961dfd808df26b9245c999b8cb4e897439019
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Sun Nov 28 11:09:38 2021 +0100

    Fix rejecting the mapping of some pages
    
    The memmmap method may reject some offsets (because it falls in non-device
    ranges), so device_map_page has to notice this and report the error.
    device_pager_data_request then has to notice as well and report.

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

Summary of changes:
 device/dev_pager.c    | 26 ++++++++++++++++++++------
 i386/i386at/biosmem.c | 18 ++++++++++++++++++
 i386/i386at/biosmem.h |  6 ++++++
 i386/i386at/mem.c     | 18 +-----------------
 vm/vm_object.c        |  5 ++++-
 vm/vm_object.h        |  6 +++---
 6 files changed, 52 insertions(+), 27 deletions(-)


hooks/post-receive
-- 
GNU Mach



reply via email to

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