Re: [PATCH v4 4/6] selftests: add memfd_create() + sealing tests

2014-07-23 Thread Hugh Dickins
On Sun, 20 Jul 2014, David Herrmann wrote: > Some basic tests to verify sealing on memfds works as expected and > guarantees the advertised semantics. > > Signed-off-by: David Herrmann Acked-by: Hugh Dickins > --- > tools/testing/selftests/Makefile | 1 + > tools/testing/selftest

[PATCH v4 4/6] selftests: add memfd_create() + sealing tests

2014-07-20 Thread David Herrmann
Some basic tests to verify sealing on memfds works as expected and guarantees the advertised semantics. Signed-off-by: David Herrmann --- tools/testing/selftests/Makefile | 1 + tools/testing/selftests/memfd/.gitignore | 2 + tools/testing/selftests/memfd/Makefile | 29 + to