-
Story
-
Resolution: Unresolved
-
Undefined
-
None
-
glibc-2.34-237.el9
-
None
-
6f999af332c91035350390ef8af96388b8f4fd2c
-
1
-
rhel-pt-c-libs
-
1
-
False
-
False
-
-
No
-
PT C Libraries Refinement
-
Requested
-
None
-
Unspecified Release Note Type - Unknown
-
Unspecified
-
Unspecified
-
Unspecified
-
None
Backport this upstream commit:
commit 6f999af332c91035350390ef8af96388b8f4fd2c Author: Arjun Shankar <arjun@redhat.com> Date: Mon Aug 18 15:33:13 2025 +0200 support: Handle FUSE_GETXATTR during FUSE FS mount When testing with some kernel versions, support FUSE infrastructure encounters a FUSE_GETXATTR request, leading to FUSE tests hanging until timed out. Therefore, pass FUSE_GETXATTR requests from support_fuse_handle_mountpoint to support_fuse_handle_directory, and adjust support_fuse_handle_directory to return ENOSYS so that tests can proceed. Reviewed-by: Florian Weimer <fweimer@redhat.com>
This change may help with other testing, and might fix the gating failure in RHEL-70302.