[PATCH v2 hurd] MAKEDEV: when creating devices, ensure the underlying files are either block/char devices or directories

2024-03-05 Thread Flavio Cruz
The perl test suite has a test where it reads all the block or char devices under /dev without following the translators. Then it compares it against a list of devices that read the translated nodes stat info. The patch changes how the the device files are created initially so that the stat infor

Re: [PATCH hurd] MAKEDEV: when creating devices, ensure the underlying files are either block/char devices or directories

2024-03-05 Thread Samuel Thibault
Hello, Flavio Cruz, le mar. 05 mars 2024 02:13:57 -0500, a ecrit: > The perl test suite has a test where it reads all the block or char devices > under /dev without following the translators. Then it compares it against a > list of devices that read the translated nodes stat info. > > The patch c