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

2024-03-04 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 1/1 hurd] ext2fs: New default: use xattrs to store translator records

2024-03-04 Thread Samuel Thibault
Applied, thanks! Damien Zammit, le dim. 03 mars 2024 01:00:53 +, a ecrit: > Replaces experimental option --x-xattr-translator-records > with --no-xattr-translator-records to allow rolling back to > previous behaviour. > > NB: > - Legacy records still work with either setting. > - Adding a