public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP] [RFC PATCH v2 0/7] Fix 32-bit cross compilation
@ 2017-10-09 11:00 Petr Vorel
  2017-10-09 11:00 ` [LTP] [RFC PATCH v2 1/7] m4: Fix libkeyutils detection on 32-bit cross build Petr Vorel
                   ` (7 more replies)
  0 siblings, 8 replies; 17+ messages in thread
From: Petr Vorel @ 2017-10-09 11:00 UTC (permalink / raw)
  To: ltp

Minor changes v2->v2:
* New commit "m4: Simplify check for linux/keyctl.h header".
* Fix commits (accidentally remove check for keyutils.h and sys/acl.h headers).

Petr Vorel (7):
  m4: Fix libkeyutils detection on 32-bit cross build
  m4: Fix libacl detection on 32-bit cross build
  m4: Simplify check for linux/can.h header
  m4: Simplify check for linux/keyctl.h header
  m4: Fix libcrypto detection on 32-bit cross build
  make: Remove workarounds for build without libnuma
  m4,kernel/lib: Detect libnuma presence in kernel libs

 configure.ac                                       | 15 +++++++------
 m4/ltp-acl.m4                                      |  7 +++---
 m4/ltp-can.m4                                      | 25 ----------------------
 m4/ltp-crypto.m4                                   | 10 +++++----
 m4/ltp-keyctl.m4                                   | 25 ----------------------
 m4/ltp-keyutils.m4                                 |  6 +++---
 m4/ltp-numa.m4                                     |  6 +++++-
 .../cpuset_syscall_test/cpuset_syscall_test.c      |  4 ++--
 testcases/kernel/hotplug/memory_hotplug/commands.c |  2 +-
 testcases/kernel/hotplug/memory_hotplug/memtoy.c   |  9 ++++----
 testcases/kernel/hotplug/memory_hotplug/segment.c  |  2 +-
 testcases/kernel/include/numa_helper.h             |  2 +-
 testcases/kernel/lib/numa_helper.c                 | 14 ++++++------
 testcases/kernel/mem/cpuset/cpuset01.c             |  4 ++--
 testcases/kernel/mem/ksm/ksm02.c                   |  4 ++--
 testcases/kernel/mem/ksm/ksm04.c                   |  4 ++--
 testcases/kernel/mem/lib/mem.c                     |  6 +++---
 testcases/kernel/mem/vma/vma02.c                   | 17 ++++++---------
 testcases/kernel/mem/vma/vma04.c                   | 16 +++++---------
 .../integrity/ima/src/ima_boot_aggregate.c         | 13 +++++++----
 .../security/integrity/ima/src/ima_measure.c       | 17 +++++++--------
 .../syscalls/get_mempolicy/get_mempolicy01.c       |  4 ++--
 testcases/kernel/syscalls/mbind/Makefile           |  9 --------
 testcases/kernel/syscalls/mbind/mbind01.c          |  4 ++--
 testcases/kernel/syscalls/migrate_pages/Makefile   |  3 ---
 .../syscalls/migrate_pages/migrate_pages02.c       |  2 +-
 testcases/kernel/syscalls/move_pages/Makefile      |  5 -----
 .../syscalls/move_pages/move_pages_support.c       |  8 +++----
 28 files changed, 88 insertions(+), 155 deletions(-)
 delete mode 100644 m4/ltp-can.m4
 delete mode 100644 m4/ltp-keyctl.m4

-- 
2.14.2


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

end of thread, other threads:[~2017-10-09 17:05 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-09 11:00 [LTP] [RFC PATCH v2 0/7] Fix 32-bit cross compilation Petr Vorel
2017-10-09 11:00 ` [LTP] [RFC PATCH v2 1/7] m4: Fix libkeyutils detection on 32-bit cross build Petr Vorel
2017-10-09 15:06   ` Cyril Hrubis
2017-10-09 17:04     ` Petr Vorel
2017-10-09 11:00 ` [LTP] [RFC PATCH v2 2/7] m4: Fix libacl " Petr Vorel
2017-10-09 15:29   ` Cyril Hrubis
2017-10-09 11:00 ` [LTP] [RFC PATCH v2 3/7] m4: Simplify check for linux/can.h header Petr Vorel
2017-10-09 15:37   ` Cyril Hrubis
2017-10-09 11:00 ` [LTP] [RFC PATCH v2 4/7] m4: Simplify check for linux/keyctl.h header Petr Vorel
2017-10-09 11:00 ` [LTP] [RFC PATCH v2 5/7] m4: Fix libcrypto detection on 32-bit cross build Petr Vorel
2017-10-09 15:43   ` Cyril Hrubis
2017-10-09 11:01 ` [LTP] [RFC PATCH v2 6/7] make: Remove workarounds for build without libnuma Petr Vorel
2017-10-09 11:01 ` [LTP] [RFC PATCH v2 7/7] m4, kernel/lib: Detect libnuma presence in kernel libs Petr Vorel
2017-10-09 15:59   ` Cyril Hrubis
2017-10-09 17:05     ` Petr Vorel
2017-10-09 11:23 ` [LTP] [RFC PATCH v2 0/7] Fix 32-bit cross compilation Richard Palethorpe
2017-10-09 12:49   ` Petr Vorel

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