[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20190106140541.16442-1-christian@brauner.io>
Date: Sun, 6 Jan 2019 15:05:39 +0100
From: Christian Brauner <christian@...uner.io>
To: gregkh@...uxfoundation.org, tkjos@...roid.com,
devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org
Cc: arve@...roid.com, maco@...roid.com, joel@...lfernandes.org,
tkjos@...gle.com, Christian Brauner <christian@...uner.io>
Subject: [PATCH 0/2] binderfs: fixes
Hey,
This small series deals with two fix/improvements for binderfs. And both
actually allows us to remove code. *Yay!*
The first patch removes an unneeded and conceptually wrong kern_mount()
call for binderfs. I think this even might have been pointed out at some
point by Greg. I'm not sure right now.
The second patch makes each mount of binderfs - similar to kdbusfs - a
new instance. This mainly allows users to get private binderfs instances
in the same ipc namespace which has been requested recently and makes
the whole implementation more intuitive and simple for various reaons.
More details can be found in the commit message for each patch.
Thanks!
Christian
Christian Brauner (2):
binderfs: remove wrong kern_mount() call
binderfs: make each binderfs mount a new instance
drivers/android/binderfs.c | 51 ++------------------------------------
1 file changed, 2 insertions(+), 49 deletions(-)
--
2.19.1
Powered by blists - more mailing lists