All of lore.kernel.org
 help / color / mirror / Atom feed
* [LTP] [PATCH 0/5] Some MUSL fixes
@ 2019-03-18  3:23 Petr Vorel
  2019-03-18  3:23 ` [LTP] [PATCH 1/5] rt_sigaction.h: Check for type sighandler_t and use if present Petr Vorel
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Petr Vorel @ 2019-03-18  3:23 UTC (permalink / raw)
  To: ltp

Hi,

there are numerous problems with LTP build with MUSL.
This patchset address only few obvious ones.

Kind regards,
Petr

Petr Vorel (5):
  rt_sigaction.h: Check for type sighandler_t and use if present
  {rt_,}sigaction: Define _GNU_SOURCE to get SA_NOMASK on MUSL
  ptrace: Use int instead of enum  __ptrace_request
  mremap: Define _GNU_SOURCE to get MREMAP_MAYMOVE on MUSL
  mallopt: Test only on glibc

 include/lapi/rt_sigaction.h                             | 8 ++++++++
 m4/ltp-sighandler_t.m4                                  | 8 ++++++++
 testcases/kernel/syscalls/mallopt/mallopt01.c           | 6 +++---
 testcases/kernel/syscalls/mremap/mremap01.c             | 4 ++--
 testcases/kernel/syscalls/mremap/mremap02.c             | 3 +--
 testcases/kernel/syscalls/mremap/mremap03.c             | 3 +--
 testcases/kernel/syscalls/mremap/mremap04.c             | 3 +--
 testcases/kernel/syscalls/ptrace/ptrace03.c             | 2 +-
 testcases/kernel/syscalls/ptrace/ptrace06.c             | 2 +-
 testcases/kernel/syscalls/ptrace/spawn_ptrace_child.h   | 2 +-
 testcases/kernel/syscalls/rt_sigaction/rt_sigaction01.c | 1 +
 testcases/kernel/syscalls/rt_sigaction/rt_sigaction02.c | 1 +
 testcases/kernel/syscalls/rt_sigaction/rt_sigaction03.c | 1 +
 testcases/kernel/syscalls/sigaction/sigaction02.c       | 2 ++
 testcases/misc/crash/crash01.c                          | 1 +
 15 files changed, 33 insertions(+), 14 deletions(-)
 create mode 100644 m4/ltp-sighandler_t.m4

-- 
2.20.1


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

end of thread, other threads:[~2019-03-18 18:43 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-18  3:23 [LTP] [PATCH 0/5] Some MUSL fixes Petr Vorel
2019-03-18  3:23 ` [LTP] [PATCH 1/5] rt_sigaction.h: Check for type sighandler_t and use if present Petr Vorel
2019-03-18 15:40   ` Cyril Hrubis
2019-03-18 18:43     ` Petr Vorel
2019-03-18  3:23 ` [LTP] [PATCH 2/5] {rt_, }sigaction: Define _GNU_SOURCE to get SA_NOMASK on MUSL Petr Vorel
2019-03-18 15:41   ` Cyril Hrubis
2019-03-18  3:23 ` [LTP] [PATCH 3/5] ptrace: Use int instead of enum __ptrace_request Petr Vorel
2019-03-18 15:50   ` Cyril Hrubis
2019-03-18  3:23 ` [LTP] [PATCH 4/5] mremap: Define _GNU_SOURCE to get MREMAP_MAYMOVE on MUSL Petr Vorel
2019-03-18 15:51   ` Cyril Hrubis
2019-03-18  3:23 ` [LTP] [PATCH 5/5] mallopt: Test only on glibc Petr Vorel
2019-03-18 15:59   ` Cyril Hrubis

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.