Re: [PATCH v2] selftests: add binderfs selftests

2019-01-17 Thread Christian Brauner
On Thu, Jan 17, 2019 at 11:55:49AM +0100, Greg KH wrote: > On Thu, Jan 17, 2019 at 11:28:21AM +0100, Christian Brauner wrote: > > This adds the promised selftest for binderfs. It will verify the following > > things: > > - binderfs mounting works > > - binder device allocation works > > - performin

Re: [PATCH v2] selftests: add binderfs selftests

2019-01-17 Thread Greg KH
On Thu, Jan 17, 2019 at 11:28:21AM +0100, Christian Brauner wrote: > This adds the promised selftest for binderfs. It will verify the following > things: > - binderfs mounting works > - binder device allocation works > - performing a binder ioctl() request through a binderfs device works > - binder

[PATCH v2] selftests: add binderfs selftests

2019-01-17 Thread Christian Brauner
This adds the promised selftest for binderfs. It will verify the following things: - binderfs mounting works - binder device allocation works - performing a binder ioctl() request through a binderfs device works - binder device removal works - binder-control removal fails - binderfs unmounting work