Re: [PATCH 3/3] media: dvb_frontend: Add commands implementation for compat ioct

2017-12-04 Thread kbuild test robot
Hi Jaedon, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on linuxtv-media/master] [also build test WARNING on v4.15-rc2 next-20171204] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH 3/3] media: dvb_frontend: Add commands implementation for compat ioct

2017-12-04 Thread Menion
Hello Sorry if I say something completely wrong here, I was thinking to implement the same on my own As far as I understand from the patch, you have added two "compact" specific ioctl commands As far as I know, the compact_ioctl is called automatically when the userland is 32 bit and kernel is 64

Re: [PATCH 3/3] media: dvb_frontend: Add commands implementation for compat ioct

2017-12-04 Thread kbuild test robot
Hi Jaedon, Thank you for the patch! Yet something to improve: [auto build test ERROR on linuxtv-media/master] [also build test ERROR on v4.15-rc2 next-20171204] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

[PATCH 3/3] media: dvb_frontend: Add commands implementation for compat ioct

2017-12-01 Thread Jaedon Shin
The dtv_properties structure and the dtv_property structure are different sizes in 32-bit and 64-bit system. This patch provides FE_SET_PROPERTY and FE_GET_PROPERTY ioctl commands implementation for 32-bit user space applications. Signed-off-by: Jaedon Shin ---