Re: Recent Linux kernel commit breaks Gnulib test suite.

2025-06-05 Thread Collin Funk
Hi Paul, [Dropping all except bug-gnulib from CC] Paul Eggert writes: > I saw that bug last month, and filed a Fedora bug report here: > > https://bugzilla.redhat.com/show_bug.cgi?id=2369561 > > The kernel bug breaks libxattr's attr_copy_fd and attr_copy_file > functions, among other things. T

Re: Recent Linux kernel commit breaks Gnulib test suite.

2025-06-05 Thread Stephen Smalley
On Thu, Jun 5, 2025 at 9:46 AM Stephen Smalley wrote: > > On Thu, Jun 5, 2025 at 12:03 AM Collin Funk wrote: > > > > Hi, > > > > Using the following testdir: > > > > $ git clone https://git.savannah.gnu.org/git/gnulib.git && cd gnulib > > $ ./gnulib-tool --create-testdir --dir testdir1 --

Re: Recent Linux kernel commit breaks Gnulib test suite.

2025-06-05 Thread Stephen Smalley
On Thu, Jun 5, 2025 at 12:03 AM Collin Funk wrote: > > Hi, > > Using the following testdir: > > $ git clone https://git.savannah.gnu.org/git/gnulib.git && cd gnulib > $ ./gnulib-tool --create-testdir --dir testdir1 --single-configure > `./gnulib-tool --list | grep acl` > > I see the follo

Re: Recent Linux kernel commit breaks Gnulib test suite.

2025-06-05 Thread Paul Eggert
I saw that bug last month, and filed a Fedora bug report here: https://bugzilla.redhat.com/show_bug.cgi?id=2369561 The kernel bug breaks libxattr's attr_copy_fd and attr_copy_file functions, among other things.

Recent Linux kernel commit breaks Gnulib test suite.

2025-06-04 Thread Collin Funk
Hi, Using the following testdir: $ git clone https://git.savannah.gnu.org/git/gnulib.git && cd gnulib $ ./gnulib-tool --create-testdir --dir testdir1 --single-configure `./gnulib-tool --list | grep acl` I see the following result: $ cd testdir1 && ./configure && make check [...