On 6/12/25 03:40, Chen Linxuan wrote:
This patch add a simple functional test for the "abort" file
in fusectlfs (/sys/fs/fuse/connections/ID/about).
A simple fuse daemon is added for testing.
Related discussion can be found in the link below.
Link:
https://lore.kernel.org/all/CAOQ4uxjKFXOKQxPpxtS6G_nR0tpw95w0GiO68UcWg_OBhmSY=q...@mail.gmail.com/
Signed-off-by: Chen Linxuan <[email protected]>
Acked-by: Shuah Khan <[email protected]>
Reviewed-by: Amir Goldstein <[email protected]>
Co-developed-by: Miklos Szeredi <[email protected]>
Reviewed-by: Miklos Szeredi <[email protected]>
---
Changes in v4:
- Apply patch suggested by Miklos Szeredi
- Setting up a userns environment for testing
- Fix a EBUSY on umount/rmdir
- Link to v3:
https://lore.kernel.org/all/[email protected]/
Changes in v3:
- Apply changes suggested by Amir Goldstein
- Rename the test subdir to filesystems/fuse
- Verify errno when connection is aborted
- Apply changes suggested by Shuah Khan
- Update commit message
- Link to v2:
https://lore.kernel.org/all/[email protected]/
Changes in v2:
- Apply changes suggested by Amir Goldstein
- Check errno
- Link to v1:
https://lore.kernel.org/all/[email protected]/
+ adding Christian to the thread
Hi Christian,
Would you like me to take this patch through my tree?
thanks,
-- Shuah