public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP] [PATCH 0/5] New library conversion for few system call tests
@ 2019-05-19  0:38 Sandeep Patil
  2019-05-19  0:38 ` [LTP] [PATCH 1/5] syscalls/adjtimex01: Convert to new library Sandeep Patil
                   ` (4 more replies)
  0 siblings, 5 replies; 17+ messages in thread
From: Sandeep Patil @ 2019-05-19  0:38 UTC (permalink / raw)
  To: ltp

Following series is a set of system call tests that are converted to new
library. Also deleted bdflush test at the same time. I have been going
through the system call tests alphabetically and convert them to new
library as applicable, so there will be more to come.

I have tested this on cuttlefish[1] and made sure they don't regress.

1. https://linuxplumbersconf.org/event/2/contributions/269/attachments/56/63/Kernel_Hacking_with_Cuttlefish.pdf

Sandeep Patil (5):
  syscalls/adjtimex01: Convert to new library
  syscalls/adjtimex02: Convert to new library
  syscalls/asyncio02: convert to new library.
  syscalls/bdflush01: delete bdflush test
  syscalls/bind01: convert to new library.

 .../kernel/syscalls/adjtimex/adjtimex01.c     | 122 ++-----
 .../kernel/syscalls/adjtimex/adjtimex02.c     | 307 +++++------------
 testcases/kernel/syscalls/asyncio/asyncio02.c | 323 ++++--------------
 testcases/kernel/syscalls/bdflush/.gitignore  |   1 -
 testcases/kernel/syscalls/bdflush/Makefile    |  23 --
 testcases/kernel/syscalls/bdflush/bdflush01.c | 126 -------
 testcases/kernel/syscalls/bind/bind01.c       | 201 +++--------
 7 files changed, 219 insertions(+), 884 deletions(-)
 delete mode 100644 testcases/kernel/syscalls/bdflush/.gitignore
 delete mode 100644 testcases/kernel/syscalls/bdflush/Makefile
 delete mode 100644 testcases/kernel/syscalls/bdflush/bdflush01.c

-- 
2.21.0.1020.gf2820cf01a-goog


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

end of thread, other threads:[~2019-06-10  0:27 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-19  0:38 [LTP] [PATCH 0/5] New library conversion for few system call tests Sandeep Patil
2019-05-19  0:38 ` [LTP] [PATCH 1/5] syscalls/adjtimex01: Convert to new library Sandeep Patil
2019-05-29 10:07   ` Cyril Hrubis
2019-05-19  0:38 ` [LTP] [PATCH 2/5] syscalls/adjtimex02: " Sandeep Patil
2019-05-29 10:12   ` Cyril Hrubis
2019-05-19  0:38 ` [LTP] [PATCH 3/5] syscalls/asyncio02: convert " Sandeep Patil
2019-05-29 11:25   ` Cyril Hrubis
2019-06-03 14:31     ` Petr Vorel
2019-06-10  0:27       ` Sandeep Patil
2019-05-19  0:38 ` [LTP] [PATCH 4/5] syscalls/bdflush01: delete bdflush test Sandeep Patil
2019-05-19 22:21   ` Sandeep Patil
2019-05-19 23:33   ` [LTP] [PATCH v2] " Sandeep Patil
2019-05-22 14:56     ` Cyril Hrubis
2019-05-19  0:38 ` [LTP] [PATCH 5/5] syscalls/bind01: convert to new library Sandeep Patil
2019-05-29 11:51   ` Cyril Hrubis
2019-05-31 17:19     ` Sandeep Patil
2019-06-10  0:26     ` Sandeep Patil

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