All of lore.kernel.org
 help / color / mirror / Atom feed
* [LTP] [PATCH v2 0/2] Misc cleanup (new lib) and fixes for Android
@ 2018-11-06 16:11 Sandeep Patil
  2018-11-06 16:11 ` [LTP] [PATCH 1/2] syscalls/fchmod02: fall back to use "daemon" group if "users" is absent Sandeep Patil
  2018-11-06 16:11 ` [LTP] [PATCH 2/2] syscalls/chmod05: Use new ltp library Sandeep Patil
  0 siblings, 2 replies; 7+ messages in thread
From: Sandeep Patil @ 2018-11-06 16:11 UTC (permalink / raw)
  To: ltp

The following series contains patches to cleanup some of the old tests and
make use of the new library in them. That came with additional benefit
of getting easy ways to make those tests run on Android systems.

Note that some of these tests were made to run by hard coding for
ANDROID in them and that now goes away too [1]

v2:
-----
- Drop posix_fadvise patch (done in pull request by Amir Goldsten)
- Drop patches for chroot01 and chmod07, already merged.
- *really test and build the series*


Sandeep Patil (2):
  syscalls/fchmod02: fall back to use "daemon" group if "users" is
    absent.
  syscalls/chmod05: Use new ltp library

 testcases/kernel/syscalls/chmod/chmod05.c   | 191 ++++----------------
 testcases/kernel/syscalls/fchmod/fchmod02.c |   7 +-
 2 files changed, 41 insertions(+), 157 deletions(-)

-- 
2.19.1.930.g4563a0d9d0-goog


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

end of thread, other threads:[~2018-11-06 17:01 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-06 16:11 [LTP] [PATCH v2 0/2] Misc cleanup (new lib) and fixes for Android Sandeep Patil
2018-11-06 16:11 ` [LTP] [PATCH 1/2] syscalls/fchmod02: fall back to use "daemon" group if "users" is absent Sandeep Patil
2018-11-06 16:13   ` Sandeep Patil
2018-11-06 16:11 ` [LTP] [PATCH 2/2] syscalls/chmod05: Use new ltp library Sandeep Patil
2018-11-06 16:14   ` Sandeep Patil
2018-11-06 16:33     ` Cyril Hrubis
2018-11-06 17:01       ` Sandeep Patil

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.