From: Dan Carpenter <dan.carpenter@oracle.com>
To: "Sherry Yang" <sherryy@android.com>, "Arve Hjønnevåg" <arve@android.com>
Cc: linux-kernel@vger.kernel.org,
"open list:ANDROID DRIVERS" <devel@driverdev.osuosl.org>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
Riley Andrews <riandrews@android.com>,
maco@google.com, tkjos@google.com
Subject: Re: [PATCH v3 3/6] android: binder: Move buffer out of area shared with user space
Date: Wed, 30 Aug 2017 12:29:05 +0300 [thread overview]
Message-ID: <20170830092904.b43bmlveo5g4c6rd@mwanda> (raw)
In-Reply-To: <20170830004702.120371-4-sherryy@android.com>
On Tue, Aug 29, 2017 at 05:46:59PM -0700, Sherry Yang wrote:
> Binder driver allocates buffer meta data in a region that is mapped
> in user space. These meta data contain pointers in the kernel.
>
> This patch allocates buffer meta data on the kernel heap that is
> not mapped in user space, and uses a pointer to refer to the data mapped.
>
> Also move alloc->buffers initialization from mmap to init since it's
> now used even when mmap failed or was not called.
>
> Signed-off-by: Sherry Yang <sherryy@android.com>
> ---
The difference between v2 and v3 is that we've shifted some
initialization around to fix the crashing bug that kbuild found. You
should not that difference here under the --- cut off.
> drivers/android/binder_alloc.c | 146 +++++++++++++++++++-------------
> drivers/android/binder_alloc.h | 2 +-
> drivers/android/binder_alloc_selftest.c | 11 ++-
> 3 files changed, 91 insertions(+), 68 deletions(-)
But really we still need to have some answers or discussion about the
questions that Greg and I raised. Greg asked if the other Android devs
had Acked this. Please ping Arve to Ack this.
I was curious about the security impact or why we were writing this
patch 3/6. It seems we are fixing an information disclosure bug. Or is
it something worse than that? Or have I misunderstood entirely.
We probably original put the buffers in userspace for accounting reasons
so we could kill programs that used too much RAM. This patch doesn't
create a problem with that hopefully? We're just moving the metadata to
kernel space?
regards,
dan carpenter
next prev parent reply other threads:[~2017-08-30 9:30 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-08-30 0:46 [PATCH 0/6] android: binder: move allocator metadata and add shrinker Sherry Yang
2017-08-30 0:46 ` [PATCH v3 1/6] android: binder: Refactor prev and next buffer into a helper function Sherry Yang
2017-08-30 6:07 ` Greg Kroah-Hartman
2017-08-30 19:46 ` Sherry Yang
2017-08-30 20:08 ` Dan Carpenter
2017-08-31 4:28 ` Greg Kroah-Hartman
2017-08-31 17:26 ` [PATCH] android: binder: fixup crash introduced by moving buffer hdr Sherry Yang
2017-09-01 6:52 ` Greg KH
2017-08-31 17:30 ` [PATCH v3 1/6] android: binder: Refactor prev and next buffer into a helper function Sherry Yang
2017-08-31 18:47 ` Greg Kroah-Hartman
2017-08-31 18:56 ` [PATCH] android: binder: Add page usage in binder stats Sherry Yang
2017-08-30 0:46 ` [PATCH v3 2/6] android: binder: Add allocator selftest Sherry Yang
2017-08-30 0:46 ` [PATCH v3 3/6] android: binder: Move buffer out of area shared with user space Sherry Yang
2017-08-30 9:29 ` Dan Carpenter [this message]
2017-08-30 20:04 ` Arve Hjønnevåg
2017-08-30 20:20 ` Dan Carpenter
2017-08-30 21:03 ` Todd Kjos
2017-08-30 0:47 ` [PATCH v3 4/6] android: binder: Add global lru shrinker to binder Sherry Yang
2017-08-30 0:47 ` [PATCH v3 5/6] android: binder: Add shrinker tracepoints Sherry Yang
2017-08-30 0:47 ` [PATCH v3 6/6] android: binder: Add page usage in binder stats Sherry Yang
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170830092904.b43bmlveo5g4c6rd@mwanda \
--to=dan.carpenter@oracle.com \
--cc=arve@android.com \
--cc=devel@driverdev.osuosl.org \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=maco@google.com \
--cc=riandrews@android.com \
--cc=sherryy@android.com \
--cc=tkjos@google.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome