This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from ed416ee402 i386: Update ulps new b09a520bb6 Bundle <linux/fuse.h> userspace header from Linux 6.10 new 3b1d321776 support: Add <support/xdirent.h> new 61f2c2e1d1 Linux: readdir_r needs to report getdents failures (bug 32124) new f169509ded support: Add FUSE-based file system test framework to support/
The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: support/Makefile | 8 + support/bundled/README | 5 + support/bundled/linux/COPYING | 20 + .../linux/LICENSES/exceptions/Linux-syscall-note | 24 + .../bundled/linux/LICENSES/preferred/GPL-2.0 | 60 +- support/bundled/linux/include/uapi/linux/fuse.h | 1189 ++++++++++++++++++++ support/fuse.h | 215 ++++ support/support_fuse.c | 705 ++++++++++++ .../{xgetpeername.c => support_readdir_check.c} | 16 +- ...t_check_stat_fd.c => support_readdir_r_check.c} | 18 +- support/tst-support_fuse.c | 348 ++++++ support/tst-xdirent.c | 76 ++ stdlib/stdc_bit_ceil_ul.c => support/xclosedir.c | 13 +- support/xdirent.h | 86 ++ .../tst-plt-rewrite1.c => support/xfdopendir.c | 19 +- .../linux/mremap-failure.h => support/xopendir.c | 18 +- sysdeps/unix/sysv/linux/readdir_r.c | 11 +- 17 files changed, 2773 insertions(+), 58 deletions(-) create mode 100644 support/bundled/README create mode 100644 support/bundled/linux/COPYING create mode 100644 support/bundled/linux/LICENSES/exceptions/Linux-syscall-note copy COPYING => support/bundled/linux/LICENSES/preferred/GPL-2.0 (92%) create mode 100644 support/bundled/linux/include/uapi/linux/fuse.h create mode 100644 support/fuse.h create mode 100644 support/support_fuse.c copy support/{xgetpeername.c => support_readdir_check.c} (75%) copy support/{support_check_stat_fd.c => support_readdir_r_check.c} (68%) create mode 100644 support/tst-support_fuse.c create mode 100644 support/tst-xdirent.c copy stdlib/stdc_bit_ceil_ul.c => support/xclosedir.c (81%) create mode 100644 support/xdirent.h copy sysdeps/x86_64/tst-plt-rewrite1.c => support/xfdopendir.c (79%) copy sysdeps/unix/sysv/linux/mremap-failure.h => support/xopendir.c (78%)