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-742-g95b940e8


From: Samuel Thibault
Subject: [SCM] GNU Mach branch, master, updated. v1.8-742-g95b940e8
Date: Tue, 29 Aug 2023 18:05:34 -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  95b940e89657cb25e01098cde1999ac3d7cd7053 (commit)
       via  00407460f8b28557a68c6f6412ca409a064d77ec (commit)
       via  bb1537d4ede45eda2d2dcdd6521b20a59a8ea3f4 (commit)
       via  247031c88d56028d8f6ea888bb28f20a96aafbc2 (commit)
       via  8852aa3195cebbbcde50743ce4d8e8c85f32262c (commit)
       via  3362be1889f01e2308c7045e23ccb8d4d5c7de04 (commit)
       via  2e84449e022783b5f5628495b164f46d2f37bb61 (commit)
       via  53650a96706d999274d59688dbecf163a84eba17 (commit)
       via  ecc99f77810305304893d188d25e598f5645ecaf (commit)
       via  87cf68424591ec4576ecfc5833b2babf2d674459 (commit)
      from  b61236fe8efb00ebdba04758314454715975d733 (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 95b940e89657cb25e01098cde1999ac3d7cd7053
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Wed Aug 30 00:05:01 2023 +0200

    linux: DMA32 is now correctly handled

commit 00407460f8b28557a68c6f6412ca409a064d77ec
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Tue Aug 29 02:26:31 2023 +0200

    vm_page_bootalloc: Return a phys_addr_t

commit bb1537d4ede45eda2d2dcdd6521b20a59a8ea3f4
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Tue Aug 29 02:25:44 2023 +0200

    vm_page: Fix setting higher bits in physical addresses

commit 247031c88d56028d8f6ea888bb28f20a96aafbc2
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Mon Aug 28 22:25:59 2023 +0200

    mach_vm_object_pages: Extend for PAE

commit 8852aa3195cebbbcde50743ce4d8e8c85f32262c
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Mon Aug 28 21:50:23 2023 +0200

    vm_allocate_contiguous: Accept returning end of allowed memory
    
    *result_paddr + size is exactly pass the allocated memory, so it can be
    equal to the requested bound.

commit 3362be1889f01e2308c7045e23ccb8d4d5c7de04
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Mon Aug 28 21:46:25 2023 +0200

    typo

commit 2e84449e022783b5f5628495b164f46d2f37bb61
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Mon Aug 28 21:41:36 2023 +0200

    i386_btop/ptob/trunc/round_page: Fix PAE case
    
    We need to extend to 64bit (or keep the 64bits) before shifting.

commit 53650a96706d999274d59688dbecf163a84eba17
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Mon Aug 28 21:28:32 2023 +0200

    pmap_phys_address: Fix casting
    
    We need to extend the frame number to 64bit before converting to
    address.

commit ecc99f77810305304893d188d25e598f5645ecaf
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Mon Aug 28 21:27:36 2023 +0200

    Fix crash at boot
    
    spl cannot be called before the clock is set up.

commit 87cf68424591ec4576ecfc5833b2babf2d674459
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Mon Aug 28 20:09:29 2023 +0200

    pmap: Fix spurious pte release on 64bit and PAE

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

Summary of changes:
 device/kmsg.c                            | 13 +++--
 i386/i386/pic.c                          |  1 +
 i386/i386/spl.h                          |  1 +
 i386/i386at/ioapic.c                     |  1 +
 i386/i386at/model_dep.c                  |  1 +
 i386/include/mach/i386/vm_param.h        |  8 +--
 i386/intel/pmap.c                        |  4 +-
 i386/intel/pmap.h                        |  2 +-
 include/mach_debug/mach_debug.defs       |  9 ++++
 include/mach_debug/mach_debug_types.defs | 10 ++++
 include/mach_debug/vm_info.h             | 12 +++++
 linux/dev/glue/block.c                   |  1 -
 vm/vm_debug.c                            | 89 +++++++++++++++++++++++++-------
 vm/vm_page.c                             |  6 +--
 vm/vm_page.h                             |  2 +-
 vm/vm_resident.c                         |  3 +-
 vm/vm_user.c                             |  2 +-
 xen/evt.c                                |  1 +
 18 files changed, 127 insertions(+), 39 deletions(-)


hooks/post-receive
-- 
GNU Mach



reply via email to

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