public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP] [PATCH 0/5] Convert tst_timer.h to newlib
@ 2018-08-20  6:42 Richard Palethorpe
  2018-08-20  6:42 ` [LTP] [PATCH 1/5] Convert nanosleep02 " Richard Palethorpe
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Richard Palethorpe @ 2018-08-20  6:42 UTC (permalink / raw)
  To: ltp

Hello,

In order to allow tst_timer.h to be used with new library functions, it needs
to be converted to the new library. This will help extend tst_timer for
tst_fuzzy_sync.

Richard Palethorpe (5):
  Convert nanosleep02 to newlib
  lib: Add LTP_ATTRIBUTE_FALLTHROUGH for case statements
  Convert fcntl33 to newlib
  Convert futex_wait_bitset tests to newlib
  tst_timer: Convert to new library

 include/old/test.h                            |   1 -
 include/tst_common.h                          |   1 +
 lib/tst_timer.c                               |  14 +-
 testcases/kernel/syscalls/fcntl/fcntl33.c     | 168 ++++++++----------
 .../kernel/syscalls/futex/futex_wait_bitset.h |  54 ++++--
 .../syscalls/futex/futex_wait_bitset01.c      |  22 +--
 .../syscalls/futex/futex_wait_bitset02.c      |  23 +--
 .../kernel/syscalls/nanosleep/nanosleep02.c   | 123 +++++--------
 8 files changed, 163 insertions(+), 243 deletions(-)

-- 
2.18.0


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

end of thread, other threads:[~2018-08-30 15:46 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-20  6:42 [LTP] [PATCH 0/5] Convert tst_timer.h to newlib Richard Palethorpe
2018-08-20  6:42 ` [LTP] [PATCH 1/5] Convert nanosleep02 " Richard Palethorpe
2018-08-20  6:42 ` [LTP] [PATCH 2/5] lib: Add LTP_ATTRIBUTE_FALLTHROUGH for case statements Richard Palethorpe
2018-08-21 12:08   ` Petr Vorel
2018-08-30 15:46     ` Cyril Hrubis
2018-08-20  6:42 ` [LTP] [PATCH 3/5] Convert fcntl33 to newlib Richard Palethorpe
2018-08-20  6:42 ` [LTP] [PATCH 4/5] Convert futex_wait_bitset tests " Richard Palethorpe
2018-08-20  6:42 ` [LTP] [PATCH 5/5] tst_timer: Convert to new library Richard Palethorpe

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