From: Clemens Famulla-Conrad <cfamullaconrad@suse.de>
To: ltp@lists.linux.it
Subject: [LTP] [PATCH v3 0/5] Add basic test for uevent netlink socket
Date: Mon, 26 Aug 2019 17:59:50 +0200 [thread overview]
Message-ID: <1566835190.15851.18.camel@suse.de> (raw)
In-Reply-To: <20190826140124.24681-1-chrubis@suse.cz>
Hi Cyril,
Patch set looks good to me, beside that minor doc stuff in
tst_device.h.
I run all tests on my system (opensuse LEAP 15.1 x86_64), also in
loops.
Thanks
Clemens
On Mon, 2019-08-26 at 16:01 +0200, Cyril Hrubis wrote:
> 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
>
>
prev parent reply other threads:[~2019-08-26 15:59 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
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 ` Clemens Famulla-Conrad [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1566835190.15851.18.camel@suse.de \
--to=cfamullaconrad@suse.de \
--cc=ltp@lists.linux.it \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox