Re: [RFC PATCH] Add bootstrap routine for storeio

2025-02-22 Thread Samuel Thibault
Hello, Zhaoming Luo, le sam. 22 févr. 2025 14:27:07 +0800, a ecrit: > This is not completed, but I would to confirm whether I have > understanded the code. Yes, this is the idea. > Then we use 'machdev_trivfs_init ()' to init it so ext2fs can use > device_open('hd0s1'); the following stuff it is

Re: Type mach_msg_type_number_t usage too small in x86-64 on pci_get_dev_rom()

2025-02-22 Thread Guillem Jover
Hi! On Sat, 2025-02-22 at 15:33:47 +0100, Samuel Thibault wrote: > Samuel Thibault, le sam. 22 févr. 2025 15:33:27 +0100, a ecrit: > > Guillem Jover, le sam. 22 févr. 2025 14:09:59 +0100, a ecrit: > > > The pciutils package is failing to build in Debian on hurd-amd64: > > > > > > > > > https:/

Re: Type mach_msg_type_number_t usage too small in x86-64 on pci_get_dev_rom()

2025-02-22 Thread Samuel Thibault
Samuel Thibault, le sam. 22 févr. 2025 15:33:27 +0100, a ecrit: > Guillem Jover, le sam. 22 févr. 2025 14:09:59 +0100, a ecrit: > > The pciutils package is failing to build in Debian on hurd-amd64: > > > > > > https://buildd.debian.org/status/fetch.php?pkg=pciutils&arch=hurd-amd64&ver=1%3A3.13.

Re: Type mach_msg_type_number_t usage too small in x86-64 on pci_get_dev_rom()

2025-02-22 Thread Samuel Thibault
Guillem Jover, le sam. 22 févr. 2025 14:09:59 +0100, a ecrit: > The pciutils package is failing to build in Debian on hurd-amd64: > > > https://buildd.debian.org/status/fetch.php?pkg=pciutils&arch=hurd-amd64&ver=1%3A3.13.0-1%2Bb1&stamp=1732538417&raw=0 > > The error is the following: > > ,---

Re: curl testsuite: 546

2025-02-22 Thread Samuel Thibault
Zhaoming Luo, le sam. 22 févr. 2025 21:06:18 +0800, a ecrit: > On Sat, Feb 22, 2025 at 02:01:58PM +0100, Samuel Thibault wrote: > > Zhaoming Luo, le sam. 22 févr. 2025 20:59:53 +0800, a ecrit: > > > On Sat, Feb 22, 2025 at 01:07:40PM +0100, Samuel Thibault wrote: > > > > Zhaoming Luo, le sam. 22 fé

Type mach_msg_type_number_t usage too small in x86-64 on pci_get_dev_rom()

2025-02-22 Thread Guillem Jover
Hi! The pciutils package is failing to build in Debian on hurd-amd64: https://buildd.debian.org/status/fetch.php?pkg=pciutils&arch=hurd-amd64&ver=1%3A3.13.0-1%2Bb1&stamp=1732538417&raw=0 The error is the following: ,--- 315 | int err = pci_get_dev_rom(device_port, &buf, &size); |

Re: curl testsuite: 546

2025-02-22 Thread Zhaoming Luo
On Sat, Feb 22, 2025 at 02:01:58PM +0100, Samuel Thibault wrote: > Zhaoming Luo, le sam. 22 févr. 2025 20:59:53 +0800, a ecrit: > > On Sat, Feb 22, 2025 at 01:07:40PM +0100, Samuel Thibault wrote: > > > Zhaoming Luo, le sam. 22 févr. 2025 20:03:12 +0800, a ecrit: > > > > On Sat, Feb 22, 2025 at 12:

Re: curl testsuite: 546

2025-02-22 Thread Samuel Thibault
Zhaoming Luo, le sam. 22 févr. 2025 20:59:53 +0800, a ecrit: > On Sat, Feb 22, 2025 at 01:07:40PM +0100, Samuel Thibault wrote: > > Zhaoming Luo, le sam. 22 févr. 2025 20:03:12 +0800, a ecrit: > > > On Sat, Feb 22, 2025 at 12:47:16PM +0100, Samuel Thibault wrote: > > > > Zhaoming Luo, le sam. 22 fé

Re: curl testsuite: 546

2025-02-22 Thread Zhaoming Luo
On Sat, Feb 22, 2025 at 01:07:40PM +0100, Samuel Thibault wrote: > Zhaoming Luo, le sam. 22 févr. 2025 20:03:12 +0800, a ecrit: > > On Sat, Feb 22, 2025 at 12:47:16PM +0100, Samuel Thibault wrote: > > > Zhaoming Luo, le sam. 22 févr. 2025 19:29:55 +0800, a ecrit: > > > > lib533.c:96 select() failed

Re: curl testsuite: 546

2025-02-22 Thread Samuel Thibault
Zhaoming Luo, le sam. 22 févr. 2025 20:03:12 +0800, a ecrit: > On Sat, Feb 22, 2025 at 12:47:16PM +0100, Samuel Thibault wrote: > > Zhaoming Luo, le sam. 22 févr. 2025 19:29:55 +0800, a ecrit: > > > lib533.c:96 select() failed, with errno 1073741828 (Interrupted system > > > call) > > > > This is

Re: curl testsuite: 546

2025-02-22 Thread Zhaoming Luo
On Sat, Feb 22, 2025 at 12:47:16PM +0100, Samuel Thibault wrote: > Hello, > > Zhaoming Luo, le sam. 22 févr. 2025 19:29:55 +0800, a ecrit: > > lib533.c:96 select() failed, with errno 1073741828 (Interrupted system call) > > This is expected if the test handles a signal. Does it indeed set up a >

Re: curl testsuite: 546

2025-02-22 Thread Samuel Thibault
Hello, Zhaoming Luo, le sam. 22 févr. 2025 19:29:55 +0800, a ecrit: > lib533.c:96 select() failed, with errno 1073741828 (Interrupted system call) This is expected if the test handles a signal. Does it indeed set up a signal handler and get a signal? Samuel

curl testsuite: 546

2025-02-22 Thread Zhaoming Luo
Hi, I have been trying to investigate this issue for some times, but I haven't came out with a nice method. About the fail of test 546[0]. It's the error output: ``` ... < 150 Binary data connection for 546 () (51 bytes). * Maxdownload = -1 * Getting file with size: 51 * STATE: DOING_MORE => DID