[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20180829070036.GA13718@infradead.org>
Date: Wed, 29 Aug 2018 00:00:36 -0700
From: Christoph Hellwig <hch@...radead.org>
To: Todd Kjos <tkjos@...roid.com>
Cc: tkjos@...gle.com, gregkh@...uxfoundation.org, arve@...roid.com,
devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org,
maco@...gle.com, christian.brauner@...onical.com,
ben@...adent.org.uk,
Linus Torvalds <torvalds@...ux-foundation.org>,
Alexander Viro <viro@...iv.linux.org.uk>
Subject: Re: [PATCH] binder: use standard functions to allocate fds
> config ANDROID_BINDER_IPC
> bool "Android Binder IPC Driver"
> - depends on MMU
> + depends on MMU && !CPU_CACHE_VIVT
Thats is a purely arm specific symbol which should not be
used in common code. Nevermind that there generally should
be no good reason for it.
> + fixup->offset = (uintptr_t)fdp - (uintptr_t)t->buffer->data;
This looks completely broken. Why would you care at what exact
place the fd is placed? Oh, because you share an array with fds
with userspace, which is a hell of a bad idea, and then maninpulate
that buffer mapped to userspace from kernel threads.
I think we just need to rm -rf drivers/android/binder*.c and be done
with it, as this piece of crap should never have been merged to start
with.
Powered by blists - more mailing lists