lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ