Re: [PATCH v4] selftests: filesystems: Add functional test for the abort file in fusectl

From: Shuah Khan
Date: Wed Jun 18 2025 - 16:52:23 EST


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@xxxxxxxxxxxxxx/
Signed-off-by: Chen Linxuan <chenlinxuan@xxxxxxxxxxxxx>
Acked-by: Shuah Khan <skhan@xxxxxxxxxxxxxxxxxxx>
Reviewed-by: Amir Goldstein <amir73il@xxxxxxxxx>
Co-developed-by: Miklos Szeredi <miklos@xxxxxxxxxx>
Reviewed-by: Miklos Szeredi <miklos@xxxxxxxxxx>
---
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/20250610021007.2800329-2-chenlinxuan@xxxxxxxxxxxxx/
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/20250517012350.10317-2-chenlinxuan@xxxxxxxxxxxxx/
Changes in v2:
- Apply changes suggested by Amir Goldstein
- Check errno
- Link to v1: https://lore.kernel.org/all/20250515073449.346774-2-chenlinxuan@xxxxxxxxxxxxx/

+ adding Christian to the thread

Hi Christian,

Would you like me to take this patch through my tree?

thanks,
-- Shuah