https://bugs.kde.org/show_bug.cgi?id=501365
Bug ID: 501365 Summary: unhandled amd64-linux syscall: 323 Classification: Developer tools Product: valgrind Version: 3.24.0 Platform: RedHat Enterprise Linux OS: Linux Status: REPORTED Severity: minor Priority: NOR Component: general Assignee: jsew...@acm.org Reporter: mcer...@redhat.com Target Milestone: --- Running LTP on RHEL-10 kernel: 6.12.0-55.2.1.el10_0.x86_64 shows unhandled amd64-linux syscall: 323. $ valgrind -q --tool=none --log-file=xxx accept03 tst_test.c:1900: TINFO: LTP version: 20250130 tst_test.c:1904: TINFO: Tested kernel: 6.12.0-55.2.1.el10_0.x86_64 #1 SMP PREEMPT_DYNAMIC Mon Mar 3 04:14:37 EST 2025 x86_64 tst_kconfig.c:88: TINFO: Parsing kernel config '/lib/modules/6.12.0-55.2.1.el10_0.x86_64/config' tst_test.c:1722: TINFO: Overall timeout per run is 0h 00m 30s accept03.c:48: TPASS: accept() on file : ENOTSOCK (88) accept03.c:48: TPASS: accept() on O_PATH file : EBADF (9) accept03.c:48: TPASS: accept() on directory : ENOTSOCK (88) accept03.c:48: TPASS: accept() on /dev/zero : ENOTSOCK (88) accept03.c:48: TPASS: accept() on /proc/self/maps : ENOTSOCK (88) accept03.c:48: TPASS: accept() on pipe read end : ENOTSOCK (88) accept03.c:48: TPASS: accept() on pipe write end : ENOTSOCK (88) accept03.c:48: TPASS: accept() on epoll : ENOTSOCK (88) accept03.c:48: TPASS: accept() on eventfd : ENOTSOCK (88) accept03.c:48: TPASS: accept() on signalfd : ENOTSOCK (88) accept03.c:48: TPASS: accept() on timerfd : ENOTSOCK (88) accept03.c:48: TPASS: accept() on pidfd : ENOTSOCK (88) accept03.c:48: TPASS: accept() on fanotify : ENOTSOCK (88) accept03.c:48: TPASS: accept() on inotify : ENOTSOCK (88) tst_fd.c:170: TCONF: Skipping userfaultfd: ENOSYS (38) accept03.c:48: TPASS: accept() on perf event : ENOTSOCK (88) tst_fd.c:199: TCONF: Skipping io uring: EPERM (1) accept03.c:48: TPASS: accept() on bpf map : ENOTSOCK (88) accept03.c:48: TPASS: accept() on fsopen : ENOTSOCK (88) accept03.c:48: TPASS: accept() on fspick : ENOTSOCK (88) accept03.c:48: TPASS: accept() on open_tree : EBADF (9) accept03.c:48: TPASS: accept() on memfd : ENOTSOCK (88) accept03.c:48: TPASS: accept() on memfd secret : ENOTSOCK (88) Summary: passed 21 failed 0 broken 0 skipped 2 warnings 0 $ cat xxx --19712-- WARNING: unhandled amd64-linux syscall: 323 --19712-- You may be able to write your own handler. --19712-- Read the file README_MISSING_SYSCALL_OR_IOCTL. --19712-- Nevertheless we consider this a bug. Please report --19712-- it at http://valgrind.org/support/bug_reports.html. $ rpm -q valgrind valgrind-3.24.0-3.el10.x86_64 $ -- You are receiving this mail because: You are watching all bug changes.