On Tue, 10 Jun 2025 at 04:10, Chen Linxuan chenlinxuan@uniontech.com 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
Thanks.
I suggest setting up a userns environment, see attached patch (also fixes a EBUSY on umount/rmdir).
Thanks, Miklos