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-937-g93798030


From: Samuel Thibault
Subject: [SCM] GNU Mach branch, master, updated. v1.8-937-g93798030
Date: Sun, 20 Oct 2024 18:35:21 -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  93798030db00d191a159608b4ae43772d31f17f3 (commit)
       via  7d935dedcb960f09986795d1245cb574fa2ca995 (commit)
       via  257e2f8c3b4dc4175ea5f093bf59e076107a0ef8 (commit)
      from  ffea9f1e88c4d6b58c3afae3607f5d6c73eca687 (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 93798030db00d191a159608b4ae43772d31f17f3
Author: jbranso@dismail.de <jbranso@dismail.de>
Date:   Sun Oct 20 15:07:43 2024 -0400

    fix a compiler warning.
    
    * i386/intel/pmap.c (pmap_page_table_page_dealloc): define it only on
    the Xen platform.  Best not to delete page_alloc, so we know how to do
    so if need be.
    
    i386/intel/pmap.c:1265:1: warning: 'pmap_page_table_page_dealloc' defined 
but not used [-Wunused-function]
     1265 | pmap_page_table_page_dealloc(vm_offset_t pa)
          | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
    i386/intel/pmap.c:1171:1: warning: 'pmap_page_table_page_alloc' defined but 
not used [-Wunused-function]
     1171 | pmap_page_table_page_alloc(void)
          | ^~~~~~~~~~~~~~~~~~~~~~~~~~
    Message-ID: <20241020190744.2522-3-jbranso@dismail.de>

commit 7d935dedcb960f09986795d1245cb574fa2ca995
Author: jbranso@dismail.de <jbranso@dismail.de>
Date:   Sun Oct 20 15:07:42 2024 -0400

    fix a compiler warning.
    
    * kern/slab.c(kalloc_init): %lu -> %zu
    
    kern/slab.c: In function 'kalloc_init':
    kern/slab.c:1349:33: warning: format '%lu' expects argument of type 'long 
unsigned int', but argument 3 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
     1349 |         sprintf(name, "kalloc_%lu", size);
          |                               ~~^   ~~~~
          |                                 |   |
          |                                 |   size_t {aka unsigned int}
          |                                 long unsigned int
          |                               %u
    Message-ID: <20241020190744.2522-2-jbranso@dismail.de>

commit 257e2f8c3b4dc4175ea5f093bf59e076107a0ef8
Author: jbranso@dismail.de <jbranso@dismail.de>
Date:   Sun Oct 20 15:07:41 2024 -0400

    fix a compile warning.
    
    * vm/vm_page.c(vm_page_setup): %lu -> %zu
    
    vm/vm_page.c: In function 'vm_page_setup':
    vm/vm_page.c:1425:41: warning: format '%lu' expects argument of type 'long 
unsigned int', but argument 2 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
     1425 |     printf("vm_page: page table size: %lu entries (%luk)\n", 
nr_pages,
          |                                       ~~^                    
~~~~~~~~
          |                                         |                    |
          |                                         long unsigned int    size_t 
{aka unsigned int}
          |                                       %u
    vm/vm_page.c:1425:54: warning: format '%lu' expects argument of type 'long 
unsigned int', but argument 3 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
     1425 |     printf("vm_page: page table size: %lu entries (%luk)\n", 
nr_pages,
          |                                                    ~~^
          |                                                      |
          |                                                      long unsigned 
int
          |                                                    %u
     1426 |            table_size >> 10);
          |            ~~~~~~~~~~~~~~~~
          |                       |
          |                       size_t {aka unsigned int}
    Message-ID: <20241020190744.2522-1-jbranso@dismail.de>

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

Summary of changes:
 i386/intel/pmap.c | 4 ++++
 kern/slab.c       | 2 +-
 vm/vm_page.c      | 5 +++--
 3 files changed, 8 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
GNU Mach



reply via email to

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