public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP] [PATCH v3 0/5] Add basic test for uevent netlink socket
@ 2019-08-26 14:01 Cyril Hrubis
  2019-08-26 14:01 ` [LTP] [PATCH v3 1/5] lib/tst_device: Export more functions Cyril Hrubis
                   ` (5 more replies)
  0 siblings, 6 replies; 13+ messages in thread
From: Cyril Hrubis @ 2019-08-26 14:01 UTC (permalink / raw)
  To: ltp

This patchset adds three basic test for uevent netlink socket.

v3:

Fixed all problems pointed out by Clemens.

v2:

Finished the input event test, now we match all events.

*** BLURB HERE ***

Cyril Hrubis (5):
  lib/tst_device: Export more functions.
  kernel/uevent: Add uevent01
  kernel/uevent: Add uevent02
  libs/libltpuinput: Add uinput library.
  kernel/uevent: Add uevent03

 include/tst_device.h                |   7 +
 include/tst_uinput.h                |  48 ++++++
 lib/tst_device.c                    |   8 +-
 libs/libltpuinput/Makefile          |  12 ++
 libs/libltpuinput/tst_uinput.c      | 143 ++++++++++++++++
 runtest/uevent                      |   3 +
 scenario_groups/default             |   1 +
 testcases/kernel/uevents/.gitignore |   3 +
 testcases/kernel/uevents/Makefile   |  10 ++
 testcases/kernel/uevents/uevent.h   | 176 ++++++++++++++++++++
 testcases/kernel/uevents/uevent01.c |  98 +++++++++++
 testcases/kernel/uevents/uevent02.c | 143 ++++++++++++++++
 testcases/kernel/uevents/uevent03.c | 248 ++++++++++++++++++++++++++++
 13 files changed, 896 insertions(+), 4 deletions(-)
 create mode 100644 include/tst_uinput.h
 create mode 100644 libs/libltpuinput/Makefile
 create mode 100644 libs/libltpuinput/tst_uinput.c
 create mode 100644 runtest/uevent
 create mode 100644 testcases/kernel/uevents/.gitignore
 create mode 100644 testcases/kernel/uevents/Makefile
 create mode 100644 testcases/kernel/uevents/uevent.h
 create mode 100644 testcases/kernel/uevents/uevent01.c
 create mode 100644 testcases/kernel/uevents/uevent02.c
 create mode 100644 testcases/kernel/uevents/uevent03.c

-- 
2.21.0


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

end of thread, other threads:[~2019-09-02 13:02 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-26 14:01 [LTP] [PATCH v3 0/5] Add basic test for uevent netlink socket Cyril Hrubis
2019-08-26 14:01 ` [LTP] [PATCH v3 1/5] lib/tst_device: Export more functions Cyril Hrubis
2019-08-26 15:57   ` Clemens Famulla-Conrad
2019-09-02 13:02     ` Cyril Hrubis
2019-08-26 14:01 ` [LTP] [PATCH v3 2/5] kernel/uevent: Add uevent01 Cyril Hrubis
2019-08-26 15:57   ` Clemens Famulla-Conrad
2019-08-26 14:01 ` [LTP] [PATCH v3 3/5] kernel/uevent: Add uevent02 Cyril Hrubis
2019-08-26 15:55   ` Clemens Famulla-Conrad
2019-08-26 14:01 ` [LTP] [PATCH v3 4/5] libs/libltpuinput: Add uinput library Cyril Hrubis
2019-08-26 15:55   ` Clemens Famulla-Conrad
2019-08-26 14:01 ` [LTP] [PATCH v3 5/5] kernel/uevent: Add uevent03 Cyril Hrubis
2019-08-26 15:52   ` Clemens Famulla-Conrad
2019-08-26 15:59 ` [LTP] [PATCH v3 0/5] Add basic test for uevent netlink socket Clemens Famulla-Conrad

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