Re: [PATCH v2 3/3] selftests: add memfd_create() + sealing tests

2014-05-23 Thread David Herrmann
Hi On Tue, May 20, 2014 at 4:22 AM, Hugh Dickins wrote: > On Tue, 15 Apr 2014, David Herrmann wrote: > >> Some basic tests to verify sealing on memfds works as expected and >> guarantees the advertised semantics. > > Thanks for providing these. > > A few remarks below, and I should note one oddit

Re: [PATCH v2 3/3] selftests: add memfd_create() + sealing tests

2014-05-19 Thread Hugh Dickins
On Tue, 15 Apr 2014, David Herrmann wrote: > Some basic tests to verify sealing on memfds works as expected and > guarantees the advertised semantics. Thanks for providing these. A few remarks below, and I should note one oddity. Curious about leaks (probably none, I was merely curious), I trie

[PATCH v2 3/3] selftests: add memfd_create() + sealing tests

2014-04-15 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