All of lore.kernel.org
 help / color / mirror / Atom feed
* [LTP] [PATCH 0/3] epoll_pwait2: Add test for epoll_pwait2
@ 2021-06-28  8:04 Xie Ziyao
  2021-06-28  8:04 ` [LTP] [PATCH 1/3] lapi/syscalls: Add syscall number " Xie Ziyao
                   ` (3 more replies)
  0 siblings, 4 replies; 15+ messages in thread
From: Xie Ziyao @ 2021-06-28  8:04 UTC (permalink / raw)
  To: ltp

Xie Ziyao (3):
  lapi/syscalls: Add syscall number for epoll_pwait2
  epoll_pwait2: Add test for epoll_pwait201
  epoll_pwait2: Add test for epoll_pwait202

 include/lapi/syscalls/aarch64.in              |  1 +
 include/lapi/syscalls/arc.in                  |  1 +
 include/lapi/syscalls/arm.in                  |  1 +
 include/lapi/syscalls/hppa.in                 |  3 +-
 include/lapi/syscalls/i386.in                 |  1 +
 include/lapi/syscalls/ia64.in                 |  1 +
 include/lapi/syscalls/powerpc.in              |  1 +
 include/lapi/syscalls/powerpc64.in            |  1 +
 include/lapi/syscalls/s390.in                 |  1 +
 include/lapi/syscalls/s390x.in                |  1 +
 include/lapi/syscalls/sh.in                   |  1 +
 include/lapi/syscalls/sparc.in                |  1 +
 include/lapi/syscalls/sparc64.in              |  1 +
 include/lapi/syscalls/x86_64.in               |  1 +
 runtest/syscalls                              |  2 +
 .../kernel/syscalls/epoll_pwait2/.gitignore   |  2 +
 .../kernel/syscalls/epoll_pwait2/Makefile     |  9 +++
 .../syscalls/epoll_pwait2/epoll_pwait201.c    | 62 +++++++++++++++
 .../syscalls/epoll_pwait2/epoll_pwait202.c    | 76 +++++++++++++++++++
 19 files changed, 166 insertions(+), 1 deletion(-)
 create mode 100644 testcases/kernel/syscalls/epoll_pwait2/.gitignore
 create mode 100644 testcases/kernel/syscalls/epoll_pwait2/Makefile
 create mode 100644 testcases/kernel/syscalls/epoll_pwait2/epoll_pwait201.c
 create mode 100644 testcases/kernel/syscalls/epoll_pwait2/epoll_pwait202.c

--
2.17.1


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

end of thread, other threads:[~2021-07-20  6:57 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-28  8:04 [LTP] [PATCH 0/3] epoll_pwait2: Add test for epoll_pwait2 Xie Ziyao
2021-06-28  8:04 ` [LTP] [PATCH 1/3] lapi/syscalls: Add syscall number " Xie Ziyao
2021-06-28  8:04 ` [LTP] [PATCH 2/3] epoll_pwait2: Add test for epoll_pwait201 Xie Ziyao
2021-07-12 12:23   ` Cyril Hrubis
2021-07-16 10:22   ` [LTP] [PATCH 0/5 v2] epoll_pwait2: Add test for epoll_pwait2 Xie Ziyao
2021-07-16 10:22     ` [LTP] [PATCH 1/5 v2] lapi/syscalls: Add syscall number " Xie Ziyao
2021-07-16 10:22     ` [LTP] [PATCH 2/5 v2] lapi: Add the prototype for epoll_pwait and epoll_pwait2 Xie Ziyao
2021-07-16 10:22     ` [LTP] [PATCH 3/5 v2] epoll_pwait: Add test variants for epoll_pwait Xie Ziyao
2021-07-16 10:22     ` [LTP] [PATCH 4/5 v2] epoll_pwait: Add test for epoll_pwait02 Xie Ziyao
2021-07-16 10:22     ` [LTP] [PATCH 5/5 v2] epoll_pwait: Add test for epoll_pwait03 Xie Ziyao
2021-07-19 13:45     ` [LTP] [PATCH 0/5 v2] epoll_pwait2: Add test for epoll_pwait2 Cyril Hrubis
2021-07-20  6:57       ` Xie Ziyao
2021-06-28  8:04 ` [LTP] [PATCH 3/3] epoll_pwait2: Add test for epoll_pwait202 Xie Ziyao
2021-07-12 12:25   ` Cyril Hrubis
2021-06-28  8:12 ` [LTP] [PATCH 0/3] epoll_pwait2: Add test for epoll_pwait2 Xie Ziyao

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.