On Wed, Jun 18, 2025 at 02:52:08PM -0600, Shuah Khan wrote:
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_OBhmS... Signed-off-by: Chen Linxuan chenlinxuan@uniontech.com Acked-by: Shuah Khan skhan@linuxfoundation.org Reviewed-by: Amir Goldstein amir73il@gmail.com Co-developed-by: Miklos Szeredi miklos@szeredi.hu Reviewed-by: Miklos Szeredi miklos@szeredi.hu
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@uniontech.c...
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@uniontech.com...
Changes in v2:
- Apply changes suggested by Amir Goldstein
- Check errno
- Link to v1: https://lore.kernel.org/all/20250515073449.346774-2-chenlinxuan@uniontech.co...
- adding Christian to the thread
Hi Christian,
Would you like me to take this patch through my tree?
I'll just take it otherwise it'll end up causing pointless merge conflicts as I'm touching that code as well.