public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP] [PATCH v2 0/3] New library conversion for few system call tests
@ 2019-06-10  0:26 Sandeep Patil
  2019-06-10  0:26 ` [LTP] [PATCH v2 1/3] syscalls/adjtimex02: Convert to new library Sandeep Patil
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Sandeep Patil @ 2019-06-10  0:26 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 (3):
  syscalls/adjtimex02: Convert to new library
  syscalls/asyncio02: convert to new library.
  syscalls/bind01: convert to new library.

 .../kernel/syscalls/adjtimex/adjtimex02.c     | 313 +++++-------------
 testcases/kernel/syscalls/asyncio/.gitignore  |   1 -
 testcases/kernel/syscalls/asyncio/Makefile    |  23 --
 testcases/kernel/syscalls/asyncio/asyncio02.c | 294 ----------------
 testcases/kernel/syscalls/bind/bind01.c       | 198 +++--------
 testcases/kernel/syscalls/stat/stat02.c       |  93 ++++++
 6 files changed, 220 insertions(+), 702 deletions(-)
 delete mode 100644 testcases/kernel/syscalls/asyncio/.gitignore
 delete mode 100644 testcases/kernel/syscalls/asyncio/Makefile
 delete mode 100644 testcases/kernel/syscalls/asyncio/asyncio02.c
 create mode 100644 testcases/kernel/syscalls/stat/stat02.c

-- 
2.22.0.rc2.383.gf4fbbf30c2-goog


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

end of thread, other threads:[~2019-07-04 12:51 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-10  0:26 [LTP] [PATCH v2 0/3] New library conversion for few system call tests Sandeep Patil
2019-06-10  0:26 ` [LTP] [PATCH v2 1/3] syscalls/adjtimex02: Convert to new library Sandeep Patil
2019-07-04 12:51   ` Cyril Hrubis
2019-06-10  0:26 ` [LTP] [PATCH v2 2/3] syscalls/asyncio02: convert " Sandeep Patil
2019-06-13 16:11   ` Cyril Hrubis
2019-06-10  0:26 ` [LTP] [PATCH v2 3/3] syscalls/bind01: " Sandeep Patil
2019-06-13 14:55   ` Cyril Hrubis
2019-06-13 15:17     ` Cyril Hrubis
2019-06-18 20:25     ` Sandeep Patil

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