All of lore.kernel.org
 help / color / mirror / Atom feed
* [LTP] [PATCH v16 0/2] futex: Add EFAULT coverage for wake and cmp_requeue
@ 2026-06-21 15:09 Michael Menasherov via ltp
  2026-06-21 15:09 ` [LTP] [PATCH v16 1/2] futex_wake05: Add EFAULT error coverage test Michael Menasherov via ltp
  2026-06-21 15:09 ` [LTP] [PATCH v16 2/2] futex_cmp_requeue03: " Michael Menasherov via ltp
  0 siblings, 2 replies; 8+ messages in thread
From: Michael Menasherov via ltp @ 2026-06-21 15:09 UTC (permalink / raw)
  To: ltp

futex_wait06 and futex_wait07 were already merged. This series
contains the two remaining patches.

Patch 1/2 (futex_wake05) is v16 — 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) — updated to also cover PROT_NONE
on uaddr2, and has not yet received a human review. 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      | 108 ++++++++++++++++++
 .../kernel/syscalls/futex/futex_wake05.c      | 100 ++++++++++++++++
 4 files changed, 212 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

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

end of thread, other threads:[~2026-07-03 13:19 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-21 15:09 [LTP] [PATCH v16 0/2] futex: Add EFAULT coverage for wake and cmp_requeue Michael Menasherov via ltp
2026-06-21 15:09 ` [LTP] [PATCH v16 1/2] futex_wake05: Add EFAULT error coverage test Michael Menasherov via ltp
2026-06-22  9:44   ` [LTP] " linuxtestproject.agent
2026-06-23 13:34   ` [LTP] [PATCH v16 1/2] " Andrea Cervesato via ltp
2026-07-03  8:32   ` Petr Vorel
2026-06-21 15:09 ` [LTP] [PATCH v16 2/2] futex_cmp_requeue03: " Michael Menasherov via ltp
2026-06-23 13:35   ` Andrea Cervesato via ltp
2026-07-03 13:19   ` Petr Vorel

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.