Re: [PATCHv2 2/4] staging: android: ion: Pull out ion ioctls to a separate file

From: Laura Abbott
Date: Fri Sep 02 2016 - 15:54:04 EST


On 09/02/2016 05:44 AM, Greg Kroah-Hartman wrote:
On Thu, Sep 01, 2016 at 03:40:42PM -0700, Laura Abbott wrote:

The number of Ion ioctls may continue to grow along with necessary
validation. Pull it out into a separate file for easier management
and review.

Signed-off-by: Laura Abbott <labbott@xxxxxxxxxx>
---
drivers/staging/android/ion/Makefile | 3 +-
drivers/staging/android/ion/ion-ioctl.c | 144 ++++++++++++++++++++++
drivers/staging/android/ion/ion.c | 210 ++------------------------------
drivers/staging/android/ion/ion_priv.h | 91 ++++++++++++++
4 files changed, 244 insertions(+), 204 deletions(-)
create mode 100644 drivers/staging/android/ion/ion-ioctl.c

This patch doesn't apply cleanly to my tree, are we out of sync somehow?

Can you rebase your outstanding patches against my staging-testing
branch and resend?

thanks,

greg k-h


Looks like I missed a rebase with one of the cleanup patches. I'll resend.

Thanks,
Laura