[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1357947984-15611-1-git-send-email-john.stultz@linaro.org>
Date: Fri, 11 Jan 2013 15:46:21 -0800
From: John Stultz <john.stultz@...aro.org>
To: linux-kernel@...r.kernel.org
Cc: John Stultz <john.stultz@...aro.org>,
Greg KH <gregkh@...uxfoundation.org>,
Serban Constantinescu <serban.constantinescu@....com>,
Arve Hjønnevåg <arve@...roid.com>,
Colin Cross <ccross@...gle.com>,
Android Kernel Team <kernel-team@...roid.com>
Subject: [RFC][PATCH 0/3] staging: alarm-dev: Cleanups and compat_ioctl support (v2)
Here is the second revision at implementing compat_ioctl support for
Android's alarm-dev driver in staging.
The first patch removes the pre-Android 1.0 _OLD ioctls, per Colin's
suggestion. Then the second patch does some refactoring to cleanup
and separate the copying of user data from the logic, and the final
patch adds the compat_ioctl support.
I've tested this with a trivial unit test compiled for both 32bit
and 64bit on a x86_64 kernel, and it looks ok, but closer review
would be appreciated to make sure I didn't break anything.
Additional feedback or thoughts would be welcome!
thanks
-john
Cc: Greg KH <gregkh@...uxfoundation.org>
Cc: Serban Constantinescu <serban.constantinescu@....com>
Cc: Arve Hjønnevåg <arve@...roid.com>
Cc: Colin Cross <ccross@...gle.com>
Cc: Android Kernel Team <kernel-team@...roid.com>
John Stultz (3):
staging: alarm-dev: Drop pre Android 1.0 _OLD ioctls
staging: alarm-dev: Refactor alarm-dev ioctl code in prep for
compat_ioctl
staging: alarm-dev: Implement compat_ioctl support
drivers/staging/android/alarm-dev.c | 277 +++++++++++++++++++------------
drivers/staging/android/android_alarm.h | 19 +++
2 files changed, 193 insertions(+), 103 deletions(-)
--
1.7.10.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists