public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP] [RFC PATCH 0/9] Rewrite msgctl testcases
@ 2018-06-12 15:46 Cyril Hrubis
  2018-06-12 15:46 ` [LTP] [RFC PATCH 1/9] tst_safe_sysv_ipc: Make safe_shmctl() and safe_msgctl() safer Cyril Hrubis
                   ` (9 more replies)
  0 siblings, 10 replies; 25+ messages in thread
From: Cyril Hrubis @ 2018-06-12 15:46 UTC (permalink / raw)
  To: ltp



Cyril Hrubis (9):
  tst_safe_sysv_ipc: Make safe_shmctl() and safe_msgctl() safer
  tst_safe_sysv_ipc: SAFE_{SHMCTL,MSGCTL} return retval
  syscalls/ipc: Rewrite msgctl01 + merge msgctl06
  syscalls/ipc: Rewrite msgctl02 to new library.
  syscalls/ipc: Convert to newlib and merge msgctl{13,03}
  syscalls/ipc: Rewrite + merge msgctl{04, 05}
  syscalls/ipc: Rewrite msgctl12 to new library
  syscalls/ipc: Remove msgctl07
  syscalls/ipc: Fix Makefile

 include/tst_safe_sysv_ipc.h                     |  12 +-
 lib/tst_safe_sysv_ipc.c                         |  33 ++-
 runtest/ltplite                                 |   3 -
 runtest/stress.part3                            |   3 -
 runtest/syscalls                                |   4 -
 runtest/syscalls-ipc                            |   4 -
 testcases/kernel/syscalls/ipc/msgctl/.gitignore |   4 -
 testcases/kernel/syscalls/ipc/msgctl/Makefile   |   8 +-
 testcases/kernel/syscalls/ipc/msgctl/msgctl01.c | 242 ++++++++++----------
 testcases/kernel/syscalls/ipc/msgctl/msgctl02.c | 207 +++++------------
 testcases/kernel/syscalls/ipc/msgctl/msgctl03.c | 159 +++----------
 testcases/kernel/syscalls/ipc/msgctl/msgctl04.c | 249 +++++++-------------
 testcases/kernel/syscalls/ipc/msgctl/msgctl05.c | 186 ---------------
 testcases/kernel/syscalls/ipc/msgctl/msgctl06.c | 142 ------------
 testcases/kernel/syscalls/ipc/msgctl/msgctl07.c | 292 ------------------------
 testcases/kernel/syscalls/ipc/msgctl/msgctl12.c |  84 +++----
 testcases/kernel/syscalls/ipc/msgctl/msgctl13.c |  86 -------
 17 files changed, 360 insertions(+), 1358 deletions(-)
 delete mode 100644 testcases/kernel/syscalls/ipc/msgctl/msgctl05.c
 delete mode 100644 testcases/kernel/syscalls/ipc/msgctl/msgctl06.c
 delete mode 100644 testcases/kernel/syscalls/ipc/msgctl/msgctl07.c
 delete mode 100644 testcases/kernel/syscalls/ipc/msgctl/msgctl13.c

-- 
2.13.6


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

end of thread, other threads:[~2018-06-25 12:02 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-12 15:46 [LTP] [RFC PATCH 0/9] Rewrite msgctl testcases Cyril Hrubis
2018-06-12 15:46 ` [LTP] [RFC PATCH 1/9] tst_safe_sysv_ipc: Make safe_shmctl() and safe_msgctl() safer Cyril Hrubis
2018-06-13 10:32   ` Petr Vorel
2018-06-12 15:46 ` [LTP] [RFC PATCH 2/9] tst_safe_sysv_ipc: SAFE_{SHMCTL, MSGCTL} return retval Cyril Hrubis
2018-06-13 10:49   ` Petr Vorel
2018-06-12 15:46 ` [LTP] [RFC PATCH 3/9] syscalls/ipc: Rewrite msgctl01 + merge msgctl06 Cyril Hrubis
2018-06-13  8:56   ` Li Wang
2018-06-20 10:57     ` Cyril Hrubis
2018-06-21  8:56       ` Li Wang
2018-06-13 11:24   ` Petr Vorel
2018-06-12 15:46 ` [LTP] [RFC PATCH 4/9] syscalls/ipc: Rewrite msgctl02 to new library Cyril Hrubis
2018-06-13 11:47   ` Petr Vorel
2018-06-12 15:46 ` [LTP] [RFC PATCH 5/9] syscalls/ipc: Convert to newlib and merge msgctl{13, 03} Cyril Hrubis
2018-06-13 11:55   ` Petr Vorel
2018-06-12 15:46 ` [LTP] [RFC PATCH 6/9] syscalls/ipc: Rewrite + merge msgctl{04, 05} Cyril Hrubis
2018-06-13 12:00   ` Petr Vorel
2018-06-12 15:46 ` [LTP] [RFC PATCH 7/9] syscalls/ipc: Rewrite msgctl12 to new library Cyril Hrubis
2018-06-13 12:12   ` Petr Vorel
2018-06-12 15:46 ` [LTP] [RFC PATCH 8/9] syscalls/ipc: Remove msgctl07 Cyril Hrubis
2018-06-13 12:28   ` Petr Vorel
2018-06-12 15:46 ` [LTP] [RFC PATCH 9/9] syscalls/ipc: Fix Makefile Cyril Hrubis
2018-06-13 12:35   ` Petr Vorel
2018-06-20 10:48     ` Cyril Hrubis
2018-06-20 15:26       ` Petr Vorel
2018-06-25 12:02 ` [LTP] [RFC PATCH 0/9] Rewrite msgctl testcases Cyril Hrubis

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