commit-hurd
[Top][All Lists]
Advanced

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

[SCM] Hurd branch, master, updated. v0.9.git20220301-49-g8171d2aa


From: Samuel Thibault
Subject: [SCM] Hurd branch, master, updated. v0.9.git20220301-49-g8171d2aa
Date: Mon, 15 Aug 2022 14:33:14 -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 "Hurd".

The branch, master has been updated
       via  8171d2aa48184a4d1ed1299e1c87f1b898371688 (commit)
       via  b6509385bb1dd2a6d47401465bfb98b6339c5c2b (commit)
       via  3ff70531ee672f431dbb0c11f286bfe85dce98fc (commit)
      from  011c6ea6d9a4c5a61cd1a190eb48a0e4adb13aed (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 8171d2aa48184a4d1ed1299e1c87f1b898371688
Author: Joan Lledó <jlledom@member.fsf.org>
Date:   Mon Aug 15 18:15:20 2022 +0200

    Implement mapping for ROM files
    
    * pci-arbiter/device_map.h:
    * pci-arbiter/device_map.c:
      * New function: device_map_rom
        * Copies the whole rom in the arbiter space.
    * pci-arbiter/pcifs.h:
      * struct pcifs_dirent:
        * New field to store the mapping address for each device rom.
    o pci-arbiter/func_files.h:
    * pci-arbiter/func_files.c:
      * read_rom_file:
        * Retrieves the rom contents from the local space instead of
          libpciaccess.
    * pci-arbiter/netfs_impl.c:
      * netfs_attempt_read:get_filemap_region
        * Update call to read_rom_file.
      * get_filemap_region:
        * Uses the old code at netfs_get_filemap to get a proxy to
          the device memory region.
      * get_filemap_rom:
        * Returns a proxy to the locally mapped device rom.
      * netfs_get_filemap:
        * Checks the requested file to map and calls get_filemap_rom,
          get_filemap_region or returns en error.
    Message-Id: <20220815161520.6059-2-jlledom@mailfence.com>

commit b6509385bb1dd2a6d47401465bfb98b6339c5c2b
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Sat Aug 13 22:40:02 2022 +0200

    Drop ip_mreqn structure
    
    This is to be defined in the glibc header.

commit 3ff70531ee672f431dbb0c11f286bfe85dce98fc
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Sat Aug 13 22:34:45 2022 +0200

    pfinet: Increase default max buffer size to 256k, like on Linux

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

Summary of changes:
 pci-arbiter/device_map.c                | 23 +++++++++++
 pci-arbiter/device_map.h                |  1 +
 pci-arbiter/func_files.c                | 24 ++++++------
 pci-arbiter/func_files.h                |  2 +-
 pci-arbiter/netfs_impl.c                | 68 ++++++++++++++++++++++++++-------
 pci-arbiter/pcifs.h                     |  7 ++++
 pfinet/glue-include/linux/in.h          |  7 ----
 pfinet/linux-src/include/linux/skbuff.h |  4 +-
 8 files changed, 100 insertions(+), 36 deletions(-)


hooks/post-receive
-- 
Hurd



reply via email to

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