Re: [PATCH hurd] rumpdisk: do not open device if block size is 0

2024-02-29 Thread Flávio Cruz
On Thu, Feb 29, 2024 at 7:29 PM Samuel Thibault wrote: > Applied, thanks! > > Flavio Cruz, le mer. 28 févr. 2024 22:39:10 -0500, a ecrit: > > 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 > >

Re: [PATCH gcc] Hurd x86_64: add unwind support for signal trampoline code

2024-02-29 Thread Samuel Thibault
Flavio Cruz, le mer. 28 févr. 2024 22:59:09 -0500, a ecrit: > Tested with some simple toy examples where an exception is thrown in the > signal handler. > > libgcc/ChangeLog: > * config/i386/gnu-unwind.h: Support unwinding x86_64 signal frames. > > Signed-off-by: Flavio Cruz Reviewed-by:

Re: [PATCH hurd] rumpdisk: do not open device if block size is 0

2024-02-29 Thread Samuel Thibault
Applied, thanks! Flavio Cruz, le mer. 28 févr. 2024 22:39:10 -0500, a ecrit: > 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