Re: [PATCH] ion_test: Add compat_ioctl support (v2)

2013-12-19 Thread Colin Cross
On Thu, Dec 19, 2013 at 3:56 PM, John Stultz wrote: > Prior to subitting this, Colin reworked the compat_ioctl support > for the ion_test driver, moving the structure to be the same size > on both 32 and 64 bit architectures. > > Two small things were left out. The compat_ioctl ptr assignment, > a

[PATCH] ion_test: Add compat_ioctl support (v2)

2013-12-19 Thread John Stultz
Prior to subitting this, Colin reworked the compat_ioctl support for the ion_test driver, moving the structure to be the same size on both 32 and 64 bit architectures. Two small things were left out. The compat_ioctl ptr assignment, and the fact that despite having uniform sized types in the struc

Re: [PATCH] ion_test: Add compat_ioctl support

2013-12-19 Thread Colin Cross
On Thu, Dec 19, 2013 at 3:30 PM, John Stultz wrote: > On 12/19/2013 02:52 PM, Colin Cross wrote: >> On Thu, Dec 19, 2013 at 2:40 PM, John Stultz wrote: >>> Prior to subitting this, Colin reworked the compat_ioctl support >>> for the ion_test driver, moving the structure to be the same size >>> on

Re: [PATCH] ion_test: Add compat_ioctl support

2013-12-19 Thread John Stultz
On 12/19/2013 02:52 PM, Colin Cross wrote: > On Thu, Dec 19, 2013 at 2:40 PM, John Stultz wrote: >> Prior to subitting this, Colin reworked the compat_ioctl support >> for the ion_test driver, moving the structure to be the same size >> on both 32 and 64 bit architectures. >> >> Two small things w

Re: [PATCH] ion_test: Add compat_ioctl support

2013-12-19 Thread Colin Cross
On Thu, Dec 19, 2013 at 2:40 PM, John Stultz wrote: > Prior to subitting this, Colin reworked the compat_ioctl support > for the ion_test driver, moving the structure to be the same size > on both 32 and 64 bit architectures. > > Two small things were left out. The compat_ioctl ptr assignment, > a

[PATCH] ion_test: Add compat_ioctl support

2013-12-19 Thread John Stultz
Prior to subitting this, Colin reworked the compat_ioctl support for the ion_test driver, moving the structure to be the same size on both 32 and 64 bit architectures. Two small things were left out. The compat_ioctl ptr assignment, and the fact that despite having uniform sized types in the struc