From: Michael Menasherov via ltp <ltp@lists.linux.it>
To: ltp@lists.linux.it
Subject: [LTP] [PATCH v15 0/2] futex: Add EFAULT coverage for wake and cmp_requeue
Date: Tue, 16 Jun 2026 21:30:23 +0300 [thread overview]
Message-ID: <20260616183025.26554-1-mmenashe@redhat.com> (raw)
futex_wait06 and futex_wait07 were already merged. This series
contains the two remaining patches.
Patch 1/2 (futex_wake05) is v15 — updated based on review feedback
to add a kernel-space address test case and clarify the comment
explaining the different code paths in get_futex_key().
Patch 2/2 (futex_cmp_requeue03) has not yet received a human review.
It was part of the previous series and addresses EFAULT coverage for
FUTEX_CMP_REQUEUE. Would appreciate a review of this patch as well.
GitHub PR: https://github.com/linux-test-project/ltp/pull/1301
Michael Menasherov (2):
futex_wake05: Add EFAULT error coverage test
futex_cmp_requeue03: Add EFAULT error coverage test
runtest/syscalls | 2 +
testcases/kernel/syscalls/futex/.gitignore | 2 +
.../syscalls/futex/futex_cmp_requeue03.c | 102 ++++++++++++++++++
.../kernel/syscalls/futex/futex_wake05.c | 101 +++++++++++++++++
4 files changed, 207 insertions(+)
create mode 100644 testcases/kernel/syscalls/futex/futex_cmp_requeue03.c
create mode 100644 testcases/kernel/syscalls/futex/futex_wake05.c
--
2.54.0
--
Mailing list info: https://lists.linux.it/listinfo/ltp
next reply other threads:[~2026-06-16 18:31 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-06-16 18:30 Michael Menasherov via ltp [this message]
2026-06-16 18:30 ` [LTP] [PATCH v15 1/2] futex_wake05: Add EFAULT error coverage test Michael Menasherov via ltp
2026-06-16 19:47 ` [LTP] " linuxtestproject.agent
2026-06-17 12:07 ` [LTP] [PATCH v15 1/2] " Andrea Cervesato via ltp
2026-06-17 13:07 ` Cyril Hrubis
2026-06-16 18:30 ` [LTP] [PATCH v15 2/2] futex_cmp_requeue03: " Michael Menasherov via ltp
2026-06-17 12:34 ` Andrea Cervesato via ltp
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260616183025.26554-1-mmenashe@redhat.com \
--to=ltp@lists.linux.it \
--cc=mmenashe@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox