public inbox for linux-parisc@vger.kernel.org
 help / color / mirror / Atom feed
* PIDFD_GET_INFO
@ 2025-11-21 19:04 John David Anglin
  2025-11-21 21:05 ` PIDFD_GET_INFO Helge Deller
  0 siblings, 1 reply; 3+ messages in thread
From: John David Anglin @ 2025-11-21 19:04 UTC (permalink / raw)
  To: linux-parisc; +Cc: Helge Deller

We have a new glibc failure that may be a kernel issue:

make[2]: Entering directory '/home/dave/gnu/glibc/glibc/misc'
env GCONV_PATH=/home/dave/gnu/glibc/objdir/iconvdata LOCPATH=/home/dave/gnu/glibc/objdir/localedata LC_ALL=C
/home/dave/gnu/glibc/objdir/elf/ld.so.1 --library-path
/home/dave/gnu/glibc/objdir:/home/dave/gnu/glibc/objdir/math:/home/dave/gnu/glibc/objdir/elf:/home/dave/gnu/glibc/objdir/dlfcn:/home/dave/gnu/glibc/objdir/nss:/home/dave/gnu/glibc/objdir/nis:/home/dave/gnu/glibc/objdir/rt:/home/dave/gnu/glibc/objdir/resolv:/home/dave/gnu/glibc/objdir/mathvec:/home/dave/gnu/glibc/objdir/support:/home/dave/gnu/glibc/objdir/misc:/home/dave/gnu/glibc/objdir/debug:/home/dave/gnu/glibc/objdir/nptl:/usr/lib/gcc/hppa-linux-gnu/15/../../../hppa-linux-gnu/:/usr/lib/gcc/hppa-linux-gnu/15/../../../hppa-linux-gnu/
/home/dave/gnu/glibc/objdir/misc/tst-pidfd_getinfo  > /home/dave/gnu/glibc/objdir/misc/tst-pidfd_getinfo.out; \
../scripts/evaluate-test.sh misc/tst-pidfd_getinfo $? false false > /home/dave/gnu/glibc/objdir/misc/tst-pidfd_getinfo.test-result
make[2]: Leaving directory '/home/dave/gnu/glibc/glibc/misc'
FAIL: misc/tst-pidfd_getinfo
original exit status 1
error: ../sysdeps/unix/sysv/linux/tst-pidfd_getinfo.c:52: ioctl (PIDFD_GET_INFO) failed: Invalid argument
error: 1 test failures

  if (ioctl (pidfd, PIDFD_GET_INFO, &info) != 0)
    {
      if (errno == ENOTTY)
        FAIL_UNSUPPORTED ("kernel does not support PIDFD_GET_INFO");
      else
        FAIL_EXIT1 ("ioctl (PIDFD_GET_INFO) failed: %m");
    }

Dave
-- 
John David Anglin  dave.anglin@bell.net


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-11-21 21:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-21 19:04 PIDFD_GET_INFO John David Anglin
2025-11-21 21:05 ` PIDFD_GET_INFO Helge Deller
2025-11-21 21:17   ` PIDFD_GET_INFO John David Anglin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox