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.git20231217-33-g1afe753f


From: Samuel Thibault
Subject: [SCM] Hurd branch, master, updated. v0.9.git20231217-33-g1afe753f
Date: Thu, 29 Feb 2024 19:25:57 -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 "Hurd".

The branch, master has been updated
       via  1afe753f75f1e64254c8e29c4c2030e25fa95392 (commit)
       via  d0e63556c4fd10cf3627b6e5c292a1f178a5578f (commit)
      from  786fc07a9f990224db98f40ca819c81ab4e59966 (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 1afe753f75f1e64254c8e29c4c2030e25fa95392
Author: Flavio Cruz <flaviocruz@gmail.com>
Date:   Wed Feb 28 22:39:10 2024 -0500

    rumpdisk: do not open device if block size is 0
    
    Currently, if we do:
    
    $ ls /dev/cd0/
    
    The computer seems to get stuck, caused by the divide by 0 in the
    rumpdisk server in device_get_status. I noticed that if we have no disk in 
the
    cdrom device, we can still open it but block and media size will be 0
    and the message "cd0 dos partition I/O error" will be printed to the
    console. To avoid this problem, we check the block size and throw an error
    when it is 0. This also works correctly when a disk actually exists.
    
    This should help fix the perl and likely the vim test suites that are
    currently failing in https://buildd.debian.org/.
    Message-ID: <Zd_8XjcHcbNIp5NM@mars.tail36e24.ts.net>

commit d0e63556c4fd10cf3627b6e5c292a1f178a5578f
Author: Flavio Cruz <flaviocruz@gmail.com>
Date:   Fri Feb 16 13:26:29 2024 -0500

    Add proc_getchildren_rusage RPC and track rusage for children and 
descendants
    
    Message-ID: <20240216182630.5770-2-flaviocruz@gmail.com>

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

Summary of changes:
 hurd/process.defs     |  6 ++++++
 proc/info.c           |  8 ++++++++
 proc/proc.h           |  4 +++-
 proc/wait.c           |  2 ++
 rumpdisk/block-rump.c | 23 +++++++++++++++++------
 5 files changed, 36 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
Hurd



reply via email to

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